qt5base-lts/tests/manual/dialogs
Volker Hilsheimer 44fb925f50 Phase 2 of removing QDesktopWidget
Remove QDestopWidget public header, simplify the implementation that
maintains a Qt::Desktop type QWidget for each QScreen, and turn
QWidget's initial target screen into a QScreen pointer.

QApplication::desktop() now takes an optional QScreen pointer, and
returns a QWidget pointer, so that applications and widgets can get
access to the root widget for a specific screen without having to
resort to private APIs.

QDesktopWidgetPrivate implementations to look up a screen for an index,
widget, or point are now all inline functions that thinly wrap
QGuiApplication::screens/screenAt calls. We should consider adding those
as convenience APIs to QScreen instead.

Note that QWidget::screen is assumed to return a valid pointer; there is
code that handles the case that it returns nullptr (but also code that
trusts that it never is nullptr), so this needs to be defined, verified
with tests, and asserted. We can then simplify the code further.

Change-Id: Ifc89be65a0dce265b6729feaf54121c35137cb94
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2020-06-08 20:29:49 +02:00
..
CMakeLists.txt Convert all of tests/manual 2019-11-14 09:03:26 +00:00
colordialogpanel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
colordialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
dialogs.pro Update version checks in tests/manual 2019-11-13 15:00:51 +01:00
filedialogpanel.cpp Use Qt::SplitBehavior in preference to QString::SplitBehavior 2020-02-28 15:37:11 +01:00
filedialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
fontdialogpanel.cpp Updated license headers 2016-01-21 18:55:18 +00:00
fontdialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
main.cpp Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
messageboxpanel.cpp Merge remote-tracking branch 'origin/5.15' into dev 2019-11-27 08:41:33 +01:00
messageboxpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
printdialogpanel.cpp Phase 2 of removing QDesktopWidget 2020-06-08 20:29:49 +02:00
printdialogpanel.h Updated license headers 2016-01-21 18:55:18 +00:00
printdialogpanel.ui QPrinter/Windows: Fix handling of native paper source ids. 2014-05-23 22:18:41 +02:00
utils.cpp Updated license headers 2016-01-21 18:55:18 +00:00
utils.h Updated license headers 2016-01-21 18:55:18 +00:00
wizardpanel.cpp Avoid initializing QFlags with 0 or nullptr in tests 2019-11-26 09:08:51 +01:00
wizardpanel.h Updated license headers 2016-01-21 18:55:18 +00:00