How to open the Main window in maximize form
General and Desktop
5
Posts
4
Posters
51.8k
Views
2
Watching
-
wrote on 5 Oct 2011, 09:48 last edited by
Hi All
I have created a QApplication project.
When i run my App i want to open my main window in maximized form.
How to do this? -
wrote on 5 Oct 2011, 10:34 last edited by
Don't want to be rude, but this howto is quite useful:
Open the relevant docs for your main window class (QMainWindow or QWidget are good candidates)
Click on "List of all members"
Press Ctrl+F and type "maximized"
-
wrote on 5 Oct 2011, 10:40 last edited by
QWidget::showMaximised() perhaps.
-
wrote on 7 Oct 2011, 03:35 last edited by
Thanks Zap.
-
wrote on 24 Apr 2018, 23:42 last edited by
@ZapB be careful of the spelling ```
showMaximized()