Hello!
I tried converting Frescobaldi to PySide, and the biggest annoyance by
far was the lack of the type support in
QtCore.QSettings.value(). I had to fix hundreds of calls to fix errors
like this:
version = QSettings().value("settings_version", 0, int)
TypeError: PySide.QtCore.QSettings.value(): too many arguments
Would it be possible to follow the approach taken by PyQt and accept
the optional third "type" argument?
http://pyqt.sourceforge.net/Docs/PyQt4/pyqt_qsettings.html
--
Regards,
Pavel Roskin
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside