Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><a href="http://qt-project.org/doc/qt-5.1/qtxml/qtxml-module.html" rel="nofollow">http://qt-project.org/doc/qt-5.1/qtxml/qtxml-module.html</a></p> <p>Note the description towards the bottom of the page:</p> <blockquote> <p>The module is not actively maintained anymore. Please use the <code>QXmlStreamReader</code> and <code>QXmlStreamWriter</code> classes in Qt Core instead.</p> </blockquote> <p><a href="http://qt-project.org/doc/qt-5.1/qtcore/qxmlstreamreader.html#details" rel="nofollow">http://qt-project.org/doc/qt-5.1/qtcore/qxmlstreamreader.html#details</a></p> <p>It takes a while to figure this one out and use it, but it should be the fastest. Getting all the data validation and error checking may be a little painful, but doable.</p> <p>Adding it to a treeview may require some more thought... but here are some pointers:</p> <p><a href="http://qt-project.org/doc/qt-5.1/qtwidgets/qtreeview.html#details" rel="nofollow">http://qt-project.org/doc/qt-5.1/qtwidgets/qtreeview.html#details</a></p> <p><a href="http://qt-project.org/doc/qt-4.8/itemviews-simpledommodel.html" rel="nofollow">http://qt-project.org/doc/qt-4.8/itemviews-simpledommodel.html</a></p> <p><a href="http://qt-project.org/doc/qt-4.8/examples-xml.html" rel="nofollow">http://qt-project.org/doc/qt-4.8/examples-xml.html</a></p> <p>And if that still isn't enough links, here are some more:</p> <p><a href="http://qt-project.org/doc/qt-4.8/qsimplexmlnodemodel.html#details" rel="nofollow">http://qt-project.org/doc/qt-4.8/qsimplexmlnodemodel.html#details</a></p> <p><a href="http://qt-project.org/doc/qt-4.8/xmlpatterns-filetree.html" rel="nofollow">http://qt-project.org/doc/qt-4.8/xmlpatterns-filetree.html</a></p> <p>Hope that helps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload