CPlusPlus
How To Write And Read XML File By Qt
The Extensible Markup Language(XML) can be read by humans and machines, it requires all markups must be paired and case sensitive. The article shows how to write and read the XML file in the Qt environment. Write Data To The Local XML File Create a DOM element by QDomDocument object Read more…