Details
Description
the type of the value returned QSettings.value() may not be what is expected. pyqt reslove the issue this way
http://pyqt.sourceforge.net/Docs/PyQt5/pyqt_qsettings.html
As I have tested , the issue is still within pyside,
For example , after
QSettings.setValue("onlineParseSites",[])
I got None rather an empty list [] using
QSettings.value("onlineParseSites")
in a second launch of my application
Attachments
Issue Links
- relates to
-
PYSIDE-1130 PySide2.QtCore.QSettings.value returns None when value is 0
- Closed
-
PYSIDE-1624 QSettings.value docs need explanation of when None returned
- Reported