Skip to content

lukinalexeyg/XmlSettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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