qt5base-lts/examples/xml
Stephen Kelly 8ec1594e63 Rename setResizeMode to setSectionResizeMode.
The overload of this method was renamed
in b64426248d but this one was not.

Change-Id: I60a6ddf0fcf9deea31ccf51e7b0db16c66023356
Reviewed-by: David Faure <faure@kde.org>
Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
2012-05-07 17:55:47 +02:00
..
dombookmarks Rename setResizeMode to setSectionResizeMode. 2012-05-07 17:55:47 +02:00
htmlinfo Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
rsslisting Rename setResizeMode to setSectionResizeMode. 2012-05-07 17:55:47 +02:00
saxbookmarks Rename setResizeMode to setSectionResizeMode. 2012-05-07 17:55:47 +02:00
streambookmarks Rename setResizeMode to setSectionResizeMode. 2012-05-07 17:55:47 +02:00
xmlstreamlint Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
xml.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02: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.