An open API service indexing awesome lists of open source software.

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

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