[PyQt] [dip] underlying C/C++ object

Kermit stef.kermit at gmail.com
Wed Jan 4 13:08:10 GMT 2012


hi,

i've try to use with dip my own c++ qt widget.
but in fact i've this error : "underlying C/C++ object has been deleted"

my problem :

i don't understand how dip execute the initialisation ( like
QWidget.__init__(self,parent  ) ) of qt componante


it's in the configure function of the object_adapter  ?
with magic function pyqtConfigure ?

try:
    obj.pyqtConfigure(**properties)
except AttributeError:
     pass


or i'm not on the right path


thx for your help, i can clarify my answer if need it

Kermit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120104/9d7e79ec/attachment.html>


More information about the PyQt mailing list