qt6-bb10/tests/auto/widgets/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
..
qabstractbutton tests/auto/widgets/widgets: Avoid unconditional qWait()s 2018-04-25 11:55:34 +00:00
qabstractscrollarea Deprecate conversion functions between QList and QSet 2019-05-07 14:15:44 +00:00
qabstractslider Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
qabstractspinbox
qbuttongroup
qcalendarwidget winrt: Make widgets/widgets auto tests pass 2018-06-22 05:02:49 +00:00
qcheckbox tests/auto/widgets/widgets: Avoid unconditional qWait()s 2018-04-25 11:55:34 +00:00
qcombobox Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
qcommandlinkbutton tst_QCommandLinkButton: Add back wait to the beginning of setAutoRepeat() 2018-05-16 06:10:08 +00:00
qdatetimeedit Pass QDate, QTime as value classes, rather than by const reference 2019-08-30 10:54:27 +02:00
qdial
qdialogbuttonbox tests/auto/widgets/widgets: Avoid unconditional qWait()s 2018-04-25 11:55:34 +00:00
qdockwidget Fix notification of QDockWidget when it gets undocked 2019-05-07 17:28:23 +00:00
qdoublespinbox Fix a couple more uses of QWheelEvent constructors in tests 2019-07-12 15:13:23 +02:00
qfocusframe QFocusFrame: protect it from being moved around by accident 2018-11-27 14:59:52 +00:00
qfontcombobox test: migrate QFontComboBox test to QRegularExpression 2019-06-10 09:35:45 +02:00
qframe Windows: Fix some widget tests to pass on High DPI screens 2019-08-23 08:39:16 +02:00
qgroupbox QGroupBox: always disable children in a checkable, unchecked groupbox 2019-10-11 13:53:49 +02:00
qkeysequenceedit
qlabel Remove usages of deprecated APIs of qtbase/widgets 2019-08-01 17:04:13 +00:00
qlcdnumber
qlineedit Merge remote-tracking branch 'origin/5.13' into 5.14 2019-09-04 07:03:54 +02:00
qmainwindow Silence QMainWindow test 2019-03-22 07:27:11 +00:00
qmdiarea Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
qmdisubwindow Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
qmenu Port users of get{Contents,Text}Margins() missed first time around 2019-08-01 12:55:07 +00:00
qmenubar Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00
qopenglwidget Windows: Fix some widget tests to pass on High DPI screens 2019-08-23 08:39:16 +02:00
qplaintextedit Fix deprecation warnings in widget autotests 2019-02-08 18:00:51 +00:00
qprogressbar Remove QOperatingSystemVersion::WindowsVista 2019-09-05 08:25:05 +02:00
qpushbutton winrt: Make widgets/widgets auto tests pass 2018-06-22 05:02:49 +00:00
qradiobutton tests/auto/widgets/widgets: Avoid unconditional qWait()s 2018-04-25 11:55:34 +00:00
qscrollarea QtCore: mark obsolete enumerations as deprecated 2019-05-17 14:08:30 +00:00
qscrollbar Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
qsizegrip Brush up and stabilize tst_QSizeGrip 2019-04-03 15:06:06 +00:00
qslider
qspinbox Fix a couple more uses of QWheelEvent constructors in tests 2019-07-12 15:13:23 +02:00
qsplashscreen
qsplitter Remove usages of deprecated APIs of qtbase/widgets 2019-08-01 17:04:13 +00:00
qstackedwidget
qstatusbar winrt: Make widgets/widgets auto tests pass 2018-06-22 05:02:49 +00:00
qtabbar qtbase: cleanup BLACKLIST files 2018-02-13 15:20:33 +00:00
qtabwidget Remove usages of deprecated APIs of qtbase/widgets 2019-08-01 17:04:13 +00:00
qtextbrowser QTextBrowser: assume Markdown is UTF-8 2019-07-08 07:25:35 +02:00
qtextedit QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and border 2019-09-17 23:05:09 +02:00
qtoolbar Fix calculation of text margin if line edit contains side widgets 2018-11-26 16:03:33 +00:00
qtoolbox
qtoolbutton unblacklist passing tests 2019-07-08 11:01:42 +00:00
widgets.pro winrt: Skip/blacklist failing opengl tests 2018-05-28 08:36:55 +00:00