PDA

View Full Version : creating an application that does not appear to be windowed



sternocera
9th September 2007, 18:10
Hello,

I want to create a Qtopia application that does not appear to be windowed, that occupies the entirety of the screen but uses standard qt widgets.

It seems that TrollTech have more or less implemented there own minimalist window system, which I don't want - The user should only be able to use one application, and should not be able to minimise, maxamize or resize the window, or see controls for doing so.

Is this possible? Could someone point me in the right direction?

Regards,
Sternocera

Brandybuck
9th September 2007, 19:20
Work in both Qtopia, and "normal" Qt:

toplevelwindow.setWindowState( Qt::WindowFullScreen );