PDA

View Full Version : Modifying the Display on Device



mahe2310
31st March 2006, 13:46
Is it possible to make the Qt/Embedded display on the device as "BorderStyle=0" in Visual Basic.
That is no Title Bar Display...

And also how to prevent the Normal view on the Qt/Embedded Display and set default as full screen...

Mahe2310

wysota
1st April 2006, 01:37
Is it possible to make the Qt/Embedded display on the device as "BorderStyle=0" in Visual Basic.
That is no Title Bar Display...

You should set appropriate widget flags: http://doc.trolltech.com/2.3/qt.html#WidgetFlags

mahe2310
13th April 2006, 05:36
You should set appropriate widget flags: http://doc.trolltech.com/2.3/qt.html#WidgetFlags

Hi Wysota...

Thank you

Mahe2310