[PyQt] qx11embedcontainer and qx11embedwidget
Phil Thompson
phil at riverbankcomputing.com
Sun Jun 13 12:43:09 BST 2010
On Sun, 13 Jun 2010 12:00:22 +0200, Mailing List SVR
<lists at svrinformatica.it> 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
More information about the PyQt
mailing list