qt5base-lts/examples/xml
Kevin Funk 47c92fbb0b Replace Q_DECL_OVERRIDE with override where possible
Remaining uses of Q_DECL_OVERRIDE are in:

src/corelib/global/qcompilerdetection.h
src/corelib/global/qglobal.cpp
doc/global/qt-cpp-defines.qdocconf
  (definition and documentation of Q_DECL_OVERRIDE)
tests/manual/qcursor/qcursorhighdpi/main.cpp
  (a test executable compilable both under Qt4 and Qt5)

Change-Id: Ib9b05d829add69e98a86238274b6a1fcb19b49ba
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
2017-09-19 11:53:42 +00:00
..
dombookmarks Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
htmlinfo Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
rsslisting examples: remove some unneeded QStringRef::toString() calls 2017-04-07 14:35:04 +00:00
saxbookmarks Merge remote-tracking branch 'origin/5.9' into dev 2017-07-19 09:47:29 +02:00
streambookmarks Polish the XML bookmarks examples 2017-02-17 05:55:19 +00:00
xmlstreamlint QXmlStream{Reader,Writer} don't need QtXml 2017-01-31 17:54:35 +00:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
xml.pro Check for network module when building according examples 2013-02-21 07:27:25 +01:00

XML parsing and handling is supported through SAX and DOM compliant APIs.

Qt's SAX compliant classes allow you to parse XML incrementally; the DOM
classes enable more complex document-level operations to be performed on
XML files.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.