<div>Hi , </div>
<div> </div>
<div>I make some tests to run PyQt within Softimage (3D app) but the question could be for any app Python-able</div>
<div> </div>
<div>I can create a Qt window and call func from XSI  API</div>
<div>but what I cannot do is get the window more linked to SoftImage, that means:</div>
<div>- Qt window as a child of XSI (I could minimize both windows together)</div>
<div>- Linked XSI events to drive Qt func </div>
<div> </div>
<div>So my question is </div>
<div>Is there a way to pass a Window handle (the one of XSI) to a QT widget like the AssociateHandle from WxPython Framework. </div>
<div>There is one to retrieve the ->WinId() but I dont see anything to set the ID or associate a parent (reparent() maybe) that is not a QWidget (Sotimage is not a Qwidget)</div>
<div> </div>
<div>Any advice or experience would be appreciated .</div>
<div> </div>
<div>Guy</div>