I'm porting over an application and we currently use stacked dialogs to display user data. To fully utilize the screen, we use frameless dialogs and have larger buttons on our device, which has a touch screen for input.

I've been unable to get frameless dialogs on our CE Qt build. From looking at the source, it appears that if the dialog style is set, the window will automatically receive a title and border, even if the Qt::FramelessWindowHint style is set.

I tried clearing the Dialog style, but this made the window very unstable.

Is there a way to have frameless dialogs on CE?

This is with 4.6.3.