summaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Collapse)AuthorAgeFilesLines
* Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-181-4/+3
| | | | | | | | | | | | | | | | | 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
* Update obsolete URL's in code and docs.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-1283-83/+83
| | | | Reviewed-by: Trust Me
* Fix compilation errors in examples and demos on VxWorks and QNX.Robert Griebl2009-07-291-1/+3
| | | | Reviewed-by: Harald Fernengel
* Update license headers as requested by the marketing department.Jason McDonald2009-06-1683-166/+166
| | | | Reviewed-by: Trust Me
* use a yes/no message box for a yes/no question in http exampleJoerg Bornemann2009-06-031-2/+2
| | | | | | | | | | Using a OK/Cancel message box is weird for a yes/no question, esp. on a Windows CE device where such a message box doesn't have real push buttons but must be OK'ed / cancelled via system buttons in the title bar. Task-number: 255112 Reviewed-by: thartman
* BT: Google suggest example not launching from the Qt Demo app.Trond Kjernåsen2009-05-261-2/+2
| | | | | | | The example was installed in the wrong directory. Task-number: 254452 Reviewed-by: Kim
* Add Google Suggest as a new network exampleAriya Hidayat2009-04-237-0/+498
| | | | Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
* Long live Qt 4.5!Lars Knoll2009-03-23118-0/+12742