I want to store and retrieve a QColor from QSettings. storing is no problem:

self.settings.setValue("Color", myColor)

But I can't figure out how to retrieve it again. In C++ you would just call
.value<QColor>(), but this is not possible in Python.

Any ideas?
-- 
View this message in context: 
http://old.nabble.com/QSettings-with-QColor-in-PyQt-tp31377040p31377040.html
Sent from the PyQt mailing list archive at Nabble.com.

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to