On Sun, 13 Jun 2010 12:00:22 +0200, Mailing List SVR <[email protected]> wrote: > Hi, > > I'm unable to embed a qx11embedwidget in a qx11embedcontainer, > > - the signal "clientIsEmbedded() is emitted > - if I close the main app I get QProcess: Destroyed while process is > still running. > > so the external app is running and embedded but I'm unable to see it in > the main app, > > attacched is a sample code (python embednative.py to reproduce the issue > and then click on "Embed widget"), > > any hints?
It works if you remove the first call to setGeometry() in embedded.py. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
