qt5base-lts/tests/auto/widgets
Volker Hilsheimer c54a5b8380 Introduce QWidget::setScreen
Follows the QWindow semantics, and is a replacement for creating
a QWidget with a QDesktopScreenWidget as the parent.

We can now remove much of the special handling of QDesktopWidget and
the Qt::Desktop window type, and get rid of QDesktopScreenWidget.

Add a manual test that allows local testing. Our CI environments
only have a single screen, and no multi-head display server setup
which is the primary case where QWidget::setScreen is interesting.
For the more common case of a virtual desktop, QWidget::setScreen
has no real impact (just as QWindow::setScreen doesn't).

Change-Id: Id0099e069d316741bacd8c795c396ccad37be297
Fixes: QTBUG-85483
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-08-17 15:08:39 +02:00
..
dialogs Make QFontDatabase member functions static 2020-08-06 11:43:24 +02:00
effects CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
graphicsview Replace Qt CONSTEXPR defines with constexpr 2020-08-14 15:52:58 +02:00
itemviews Use the new support for comparisons in QMetaType for QVariant 2020-08-13 08:48:03 +02:00
kernel Introduce QWidget::setScreen 2020-08-17 15:08:39 +02:00
styles Add missing enumeration case in tst_QMacStyle::setSize 2020-07-29 14:33:19 +02:00
util Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
widgets Fix warnings about unused variables and functions in tests 2020-07-26 18:06:46 +02:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00