qt6-bb10/tests/manual/dialogs
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
..
colordialogpanel.cpp
colordialogpanel.h
dialogs.pro
filedialogpanel.cpp Merge remote-tracking branch 'origin/5.12' into 5.13 2019-04-06 01:00:08 +02:00
filedialogpanel.h
fontdialogpanel.cpp
fontdialogpanel.h
main.cpp Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
messageboxpanel.cpp
messageboxpanel.h
printdialogpanel.cpp Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
printdialogpanel.h
printdialogpanel.ui
utils.cpp
utils.h
wizardpanel.cpp
wizardpanel.h