On Friday 30 December 2005 8:36 pm, Andreas Pakulat wrote: > 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've removed qVariantFromValue(). > I get a QVariant which type() function returns type number 66 (which > would be QBrush, not QColor). QVariant(QColor(Qt.blue)) will work in tonight's snapshot. > Also QVariant lacks the value() function, thus I don't really have a > clue how to check the real value that it contains. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
