What's the point of passing all those flags and setting geometry of the window manually if you are then calling showFullScreen()?
Calling showFullScreen() and update() from a constructor is not a wise thing to do too. Your constructor should only contain the setupUi() call and then somewhere else in your code you should call showFullScreen().





Reply With Quote

Bookmarks