Windows, Qt 4.2.3.
I've researched through the threads, I've tried to use showFullScreen(), showMaximized(), and setWindowState( windowState() ^ Qt:: WindowFullScreen) - both in my main() and in my QMainWindow() derived object constructor.
I get a 'Flash' of full screen and then back to the small window. How does one get an application to start up full screen?
Thanks




Reply With Quote

It had to do with my used widgets and their arrangement in layouts. After rearranging in a different layout (with the same appearance) the showMaximized worked.


Bookmarks