[PyQt] How to start an app in max size?

Fabien Lafont lafont.fabien at gmail.com
Mon Jan 16 10:54:28 GMT 2012


Thanks!

2012/1/16 Nick Gaens <mail at nickgaens.com>:
> You're looking for QWidget::showMaximized().
>
> Link to
> docs: http://developer.qt.nokia.com/doc/qt-4.8/qwidget.html#showMaximized.
>
> On Mon, Jan 16, 2012 at 11:43, Fabien Lafont <lafont.fabien at gmail.com>
> wrote:
>>
>> How can I run an app in "fullscreen" i.e in max size? I've tried
>> showFullScreen() but it hides the windows bar.
>>
>> thx,
>>
>> Fab
>> _______________________________________________
>> PyQt mailing list    PyQt at riverbankcomputing.com
>> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
>
>
> --
> Nick Gaens


More information about the PyQt mailing list