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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to