<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Dear All,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have developed a C++ application using 
Trolltech's Qt GUI API. I have<BR>embedded Python within this application using 
SIP. I would like to create a<BR>MainWindow widget plus various other widgets on 
the C++ side and then<BR>pass their&nbsp; handles over to the Python side. On 
the Python side create<BR>additional child widgets and manipulate the existing 
C++ side widgets<BR>using PyQt bindings.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Currently I can launch my app, execute PyQt scripts 
in my embedded<BR>command window and all works fine, dialog boxes popup etc... 
But I have<BR>been unable to bridge this connectivity gap between the two 
sides.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have scoured the web and read sections in several 
books but I am<BR>unable to figure it out. Does anyone have any examples 
explaining a<BR>solution to this problem, or any relevant 
experience.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV></BODY></HTML>