https://github.com/lukinalexeyg/xmlsettings
XML QSettings format
https://github.com/lukinalexeyg/xmlsettings
qsettings qt qt5 settings xml
Last synced: about 1 month ago
JSON representation
XML QSettings format
- Host: GitHub
- URL: https://github.com/lukinalexeyg/xmlsettings
- Owner: lukinalexeyg
- Created: 2018-11-03T14:47:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T15:28:57.000Z (about 2 years ago)
- Last Synced: 2025-03-25T21:35:27.937Z (about 2 months ago)
- Topics: qsettings, qt, qt5, settings, xml
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XmlSettings
XmlSettings is the XML QSettings format.
### Improvements over the original
- Support for arrays
- Support for binary data
- Writing keys in alphabetical order (in the original version it is in reverse order)The original solution is here https://gist.github.com/ianmac45/5171528