-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
4.6.3
-
None
-
Linux with Qt 4.6.3
Hi all,
I use beginWriteArray to write some settings.
The content of the config file looks like this:
settings\1\Name=bibuweb settings\1\Server=bibuweb.de settings\1\Port=21 settings\1\Login=login settings\1\Password=pw settings\1\Standard=true settings\size=1
The problem is, I can not read back this config with beginReadArray.
beginReadArray always gives back 0.
According to the QSettings documentation the config file written by beginWriteArray should look like something like this:
settings/1/Name=bibuweb settings/1/Server=bibuweb.de settings/1/Port=21 settings/1/Login=login settings/1/Password=pw settings/1/Standard=true settings/size=1
I changed this manually, but this wont work either.
When I change this file manually to this:
1\Name=bibuweb 1\Server=bibuweb.de 1\Port=21 1\Login=login 1\Password=pw 1\Standard=true size=1
beginReadArray can read the file perfectly.
Does anybody know where the problem is?
I'm developing on Linux with Qt 4.6.3
- relates to
-
QTBUG-23944 QSettings doesn't correct work with beginWriteArray/endArray
-
- Closed
-