Hi all,

I have a problem with displaying my Qt application on my embedded Linux distribution.

Indeed, I have an angstrom distribution with a graphical desktop. I developed an application with Qt Embedded and after starting it with -qws option, it seems to have two superposed display and when I did move the mouse cursor, interface of my application disappears on the location of the mouse. I think that there are two independents displays (one of the GUI of linux and another of my Qt application that starts with a green background).

How can I view my Qt application as a window within the graphical interface of Linux and not an independent and superposed thing. I tested a lot of option for qws with-it starts with the same framebuffer but nothing works!

Thank you for your help