InterstellarVoyage / XmlSettings

XML QSettings format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

XML QSettings format


Languages

Language:C++ 83.2%Language:QMake 16.8%