[PyQt] How to start an app in max size?
Nick Gaens
mail at nickgaens.com
Mon Jan 16 10:47:05 GMT 2012
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120116/a5dd44c3/attachment.html>
More information about the PyQt
mailing list