[Qt-interest] managing client windows in embedded Qt

linux newbie linux.newbie79 at gmail.com
Tue Mar 23 04:16:38 CET 2010


Hi,

I am running Qt 4.6.2 for embedded devices.

I have 3 seperate Qt client applications running on my system. On pressing
certain key combination, I need to bring these individual client windows on
top of the screen.
*For this I did the following:*
* In my server application, I am catching the windowEvent. So when the
client applications are created, the server receives the QWSWindow object
and I add this to list. Also this client application is set to "hide"
* EventFilter is installed in server application, so on certain key
combinations, desired client window is brought on top of screen( using
"show").

The above mentioned steps are working. Please let me know if this is proper
way to do this.

Now, I want to set the geomentry of client window from my server
application. The reason is that I want to run title bar (docked widget with
battery/network status) on the server application, and individual client
windows occupy the remaining screen space. Any suggestions please.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100323/941ba705/attachment.html 


More information about the Qt-interest-old mailing list