Quote Originally Posted by wysota View Post
How about simply showing the window in full screen mode? QWidget::showFullScreen() should be able to do that.
ok I now about it but the problem is that my application don't have a menu bar ( It's a simulation of a dedicated console) and so I need something to close the application and minimize without using a menu bar! Can I add a titlebar in a showFullScreen mode?