[Qt-embedded-interest] Using rotation and offset for same display

Tom Cooksey thomas.cooksey at nokia.com
Mon Mar 30 15:09:09 CEST 2009


> I thought I got rid of it with QT Creator, but it seems like its
> either a manual thing with the .ui file or is always present
> regardless of the .ui file.  My idea is to move the whole screen up to
> "hide" the top toolbar.  Screenshot is attached with the "toolbar"
> that i'm talking about.

That's not a toolbar, it's a window decoration! ;-)

You can _very_ easily remove it by either doing a showFullscreen() rather than 
a show() (if you want it to be full-screen) or by setting the 
FramelessWindowHint on the widget.



Cheers,

Tom




More information about the Qt-embedded-interest mailing list