qtdeclarative/tests
J-P Nurmi c298bc51f7 QQuickMenu::popup(): allow a parent argument
The parent argument is handy for sharing a single context menu instance
for multiple listview items:

    ListView {
        delegate: ItemDelegate {
            onPressAndHold: contextMenu.popup(this)
        }
	Menu {
            id: contextMenu
        }
    }

Change-Id: I77ff87ee03d2d1b53485863ab9c99f3226496dfc
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2017-07-12 09:41:43 +00:00
..
auto QQuickMenu::popup(): allow a parent argument 2017-07-12 09:41:43 +00:00
benchmarks Say hello to the Fusion style 2017-05-30 15:13:21 +00:00
manual testbench: reorganise layout 2017-07-10 11:15:31 +00:00
tests.pro Rename tests/benchmark -> tests/benchmarks 2015-03-18 16:25:55 +02:00