Hi, maybe I'm just too stupid, but it seems the following C++ code:
qVariantFromValue(QColor(Qt::blue) cannot be correctly ported to PyQt4. Using QtCore.qVariantFromValue(QtCore.QVariant(QtGui.QColor(QtCore.Qt.blue))) I get a QVariant which type() function returns type number 66 (which would be QBrush, not QColor). Also QVariant lacks the value() function, thus I don't really have a clue how to check the real value that it contains. Andreas -- Just because the message may never be received does not mean it is not worth sending. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
