qt5base-lts/examples/xml
Sona Kurazyan 9cc040a806 Prepare for deprecating the QDesktopWidget
QDesktopWidget is marked as obsolete in docs, but it is not yet
completely deprecated, some of its methods are still in use.

Replace uses of the following methods marked as obsolete:
- QDesktopWidget::screenNumber(QWidget*) -> QWidget::screen()
- QDesktopWidget::screenGeometry(QWidget*) -> QWidget::screen()->geometry()
- QDesktopWidget::availableGeometry(QWidget*) -> QWidget::screen()->availableGeometry()

Task-number: QTBUG-76491
Change-Id: I2cca30f2b4caa6e6848e8190e09f959d2c272f33
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-10-15 20:09:29 +02:00
..
dombookmarks Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
htmlinfo Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
rsslisting qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
saxbookmarks Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
streambookmarks Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
xmlstreamlint Add cmdline feature to qmake 2019-02-18 07:12:14 +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.