March 15, 2012

Stefan Walter Stefan Walter
Ant Farmer
97 posts

Add widget of another process

 

Hi,

i am looking for an approach/solution to display a QWidget in my MainFrame, but the QWidget would come from another executable.

The scenario is very similar to the Google Chrome and Internet Explorer 8/9 concept. There each tab is rendered in another executable instance.

I tried to google it out, but there was no luck yet :-)

4 replies

March 15, 2012

Andre Andre
Area 51 Engineer
6031 posts

Perhaps this [labs.qt.nokia.com] can be an inspiration?

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

March 16, 2012

Stefan Walter Stefan Walter
Ant Farmer
97 posts

Yes, that is a great idea… the only problem now is that as example the QLineEdit does not get rendered including the keyboard input cursor, because it is not in an active window….

March 16, 2012

Andre Andre
Area 51 Engineer
6031 posts

That thing was meant as an inspiration, not a ready-made solution.

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

July 9, 2012

Stefan Walter Stefan Walter
Ant Farmer
97 posts

Thanks Andre,

i finally give up on this, it seems to me impossible to get the component rendered including the focus.

 
  ‹‹ [SOLVED] How to add an icon to QIcon from resource file      QTcpSocket ››

You must log in to post a reply. Not a member yet? Register here!