qt6-bb10/tests/auto/widgets
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
..
dialogs Merge remote-tracking branch 'origin/5.13' into 5.14 2019-09-30 14:43:02 +02:00
effects unblacklist passing tests 2019-07-08 11:01:42 +00:00
graphicsview Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
itemviews Fix the size calculation of QHeaderView when stylesheet is used 2019-10-14 10:17:07 +02:00
kernel Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
styles tst_QStyle: Remove unused baseline images (Windows Vista/macOS) 2019-08-22 22:26:53 +02:00
util Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
widgets Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
widgets.pro