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++ class.  The
C++ class receives them as QVariant with the user type
"PyQt_PyObject".  How can I be able to convert that QVariant to the
proper type?

Phil's response to the thread mentioned adding something similar to
%ConvertToTypeCode and %ConvertFromTypeCode.

Thank you,
Dio.-
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to