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
For Gerrit Dashboard: PYSIDE-820 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
279298,6 | Fix booleans and empty list cases in QSettings | 5.13 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
304191,2 | Fix booleans and empty list cases in QSettings | 5.12 | pyside/pyside-setup | Status: MERGED | +2 | 0 |