Hej, I am using (on Windows with Qt 4.6_rc) the latest versions of sip and PyQt4.
I having some trouble with the QMap. On of my classes has the following method: const QMap<unsigned int,QColor>* materialList() const; When I am using this in the sip-file for the class I get the error: sip: LBBApplication::materialList() unsupported function return type - provide %MethodCode and a C++ signature Weird thing is, if I change the "unsigned int" to "int" it works like a charm. My question is, is there a reason it fails when using "unsigned int" or do I have to do something else? Thanks, Oli _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
