PDA

View Full Version : including the gui from another process in my app



apatras
12th April 2011, 14:00
Hello,

Would you be kind to answer these questios ?

1. Is there an alternative to FindWindow, but which is cross-platform ?

2. How can I include the GUI from another process in my qt application ?

Thanks.

wysota
12th April 2011, 15:44
A general answer is "you can't". A less general answer is "it depends". An even more general answer is that on X11 you can use XEmbed if the other application supports it.