hi,<div><br></div><div>i've try to use with dip my own c++ qt widget.</div><div>but in fact i've this error : "underlying C/C++ object has been deleted"</div><div><br></div><div>my problem :</div><div><br>
</div><div>i don't understand how dip execute the initialisation ( like QWidget.__init__(self,parent  ) ) of qt componante</div><div><br></div><div><br></div><div>it's in the configure function of the object_adapter  ?</div>
<div>with magic function pyqtConfigure ?</div><div><div><br></div><div>try:</div><div>    obj.pyqtConfigure(**properties)</div><div>except AttributeError:</div><div>     pass</div></div><div><br></div><div><br></div><div>
or i'm not on the right path</div><div><br></div><div><br></div><div>thx for your help, i can clarify my answer if need it</div><div><br></div><div>Kermit</div>