qt5base-lts/examples/widgets/tools
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
..
codecs Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
completer Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
customcompleter Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
echoplugin Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
i18n Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
plugandpaint Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
regexp Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
regularexpression Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
settingseditor Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
styleplugin Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
treemodelcompleter Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
undo Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
undoframework Cleanup QtWidgets (tools) examples 2019-09-11 20:36:17 +02:00
tools.pro Convert the old feature system 2016-09-15 08:24:10 +00:00