QtXml ModuleThe QtXml module provides a stream reader and writer for XML documents, and C++ implementations of SAX and DOM. More... Classes
Detailed DescriptionTo include the definitions of the module's classes, use the following directive: #include <QtXml>
To link against the module, add this line to your qmake .pro file: QT += xml |