PDA

View Full Version : Porting Qt embedded application to windows.



vipin
14th January 2008, 17:08
Hi,

I have a Qt applicaiton running successfully on embedded system.
I am trying to get a windows version of the same application.

I am able to build the application with Qt Windows library but when I run
the application, the screens are overlapping. i.e I am able to see two
screens at a time. For example : If I click a button to pop up a dialog
window, the dialog window appears above the main screen and both
remains visible, which gives the overlapping effect. The same code works
perfect when run over the embedded system.

Also I wanted to check if I can use VirtualFrame buffer for windows.

Will be great, if I could get some pointer to look into for this issue.

Thanks & Regards
Vipin