summaryrefslogtreecommitdiffstats
path: root/examples/xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert re-adding of readUnknownElementThorbjørn Lindeijer2009-08-192-10/+0
| | | | | Now that it is really no longer used. QXmlStreamReader::skipCurrentElement replaces it.
* Fixed compile errorThorbjørn Lindeijer2009-08-191-1/+1
| | | | Apparently I forgot one occurrence.
* Fixes compileBill King2009-08-192-0/+10
|
* Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-182-74/+34
| | | | | | | | | | | | | | | | | QXmlStreamReader::readNextStartElement reads until the next start element within the current element, or returns false when no such element is encountered before the end element is reached. It simplifies the common case of iterating over the elements in an XML document. QXmlStreamReader::skipCurrentElement reads until the end element of the current element, skipping any child elements. This functionality was requested in two tasks, and a similar function 'readUnknownElement' was present in Qt's stream reader example. Autotest is included, example and documentation have been updated. Task-number: 238793 Reviewed-by: mae
* Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-122-2/+2
| | | | Reviewed-by: Trust Me
* Update obsolete URL's in code and docs.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update references to online documentation.Jason McDonald2009-08-126-15/+15
| | | | Reviewed-by: Trust Me
* Update URL's to use new domain.Jason McDonald2009-08-126-16/+16
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-1223-23/+23
| | | | Reviewed-by: Trust Me
* Merge license header changes from 4.5Volker Hilsheimer2009-06-1623-46/+46
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1623-46/+46
| | | | | | | | Reviewed-by: Trust Me
| * Long live Qt 4.5!Lars Knoll2009-03-2336-0/+3607
|
* Replace all instances of "Ctrl+Q" with QKeySequence::Quit.Norwegian Rock Cat2009-05-123-9/+9
| | | | We introduce this new enum, we should be using it.
* Long live Qt!Lars Knoll2009-03-2336-0/+3607