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