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 <[email protected]>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 [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > -- Nick Gaens
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
