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

2012-01-16 Thread Fabien Lafont
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 listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

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

2012-01-16 Thread Nick Gaens
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.fab...@gmail.comwrote: How can I run an app in fullscreen i.e in max size? I've tried showFullScreen() but it

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

2012-01-16 Thread Fabien Lafont
Thanks! 2012/1/16 Nick Gaens m...@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.fab...@gmail.com wrote: How can I run an app in fullscreen