[PyQt] [dip] underlying C/C++ object
Phil Thompson
phil at riverbankcomputing.com
Wed Jan 4 13:23:30 GMT 2012
On Wed, 4 Jan 2012 14:08:10 +0100, Kermit <stef.kermit at gmail.com> wrote:
> 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
...not on the right path I suspect.
I don't really understand the question.
Phil
More information about the PyQt
mailing list