summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/widgets.pro
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@qt.io>2017-05-01 14:01:46 +0700
committerGabriel de Dietrich <gabriel.dedietrich@qt.io>2017-05-03 08:35:49 +0000
commita30c746ea41046462cfd02ba2978c040f6b87aa7 (patch)
tree55bcfa9f9e4dac2d142cf8f9188ee0e9dcaff6fd /tests/manual/widgets/widgets.pro
parent2714531aad5dd7450baf4224f9af5df313c8aadd (diff)
Introducing multiscreen-menus manual test
We have been noticing several menu popup sizing issues in the presence of multiple, heterogenous displays. Most remarkably, we'd often pick the primary display's geometry when computing the menu's size hint. This results in usability issues if the primary display is smaller than the display onto which the menu popup is being displayed. This manual test covers menu bar, context and push button menus. Torn-off menus are also enabled. We turn off the use of native menu bars to cover a few more cases. Change-Id: I29658ebdc56e41aa1bf99d06d96aed6bfb5461b3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/manual/widgets/widgets.pro')
-rw-r--r--tests/manual/widgets/widgets.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/widgets/widgets.pro b/tests/manual/widgets/widgets.pro
index 3a128581cf..e3942a49e9 100644
--- a/tests/manual/widgets/widgets.pro
+++ b/tests/manual/widgets/widgets.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = itemviews qgraphicsview kernel
+SUBDIRS = itemviews qgraphicsview kernel widgets
greaterThan(QT_MAJOR_VERSION, 4): SUBDIRS += styles