a30c746ea4
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>
4 lines
120 B
Prolog
4 lines
120 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = itemviews qgraphicsview kernel widgets
|
|
greaterThan(QT_MAJOR_VERSION, 4): SUBDIRS += styles
|