Hi all, I do some mix with Qt/C++ and PyQt, basically I'm trying to store a QVariantList into a QDataStream from C++ and try to read it from a QDataStream in python. While I am accustomed to write: d=QDataStream(..) ... x=QSomething() d >> x
I can not figure out how tell, neither implicitly nor explicitly, to QDataStream to give me a list. thanks in advance Fx
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt