Re: [PyQt] PyQt_PyObject <==> QVariant

2012-04-10 Thread Phil Thompson
On Tue, 10 Apr 2012 09:55:37 -0700, Dio Gonzalez wrote: > On Sat, Apr 7, 2012 at 2:00 AM, Phil Thompson > wrote: > >> On Fri, 6 Apr 2012 15:46:15 -0700, Dio Gonzalez >> > >> > Phil's response to the thread mentioned adding something similar to >> > %ConvertToTypeCode and %ConvertFromTypeCode. >>

Re: [PyQt] PyQt_PyObject <==> QVariant

2012-04-10 Thread Dio Gonzalez
On Sat, Apr 7, 2012 at 2:00 AM, Phil Thompson wrote: > On Fri, 6 Apr 2012 15:46:15 -0700, Dio Gonzalez > > > > Phil's response to the thread mentioned adding something similar to > > %ConvertToTypeCode and %ConvertFromTypeCode. > > I haven't changed anything because I never got an answer to my que

Re: [PyQt] PyQt_PyObject <==> QVariant

2012-04-07 Thread Phil Thompson
On Fri, 6 Apr 2012 15:46:15 -0700, Dio Gonzalez wrote: > Hello, > > I have a very similar scenario as described in the "PyObject to > QVariant and back" thread: > http://python.6.n6.nabble.com/PyObject-to-QVariant-and-back-td4557574.html > > I used sip to create bindings for several custom clas

[PyQt] PyQt_PyObject <==> QVariant

2012-04-06 Thread Dio Gonzalez
Hello, I have a very similar scenario as described in the "PyObject to QVariant and back" thread: http://python.6.n6.nabble.com/PyObject-to-QVariant-and-back-td4557574.html I used sip to create bindings for several custom classes. I am wrapping them as QVariant in python to send them to a C++ c