Qt XML▲
The Qt XML module provides implementations of the SAX and DOM standards for XML.
Qt XML will no longer receive additional features. For reading or writing XML documents iteratively (SAX), use the QXmlStreamReader and QXmlStreamWriter classes. The classes are both easier to use and more compliant with the