aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-05-25 12:45:06 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-08-06 14:27:29 +0000
commit12483a955f7aa3101d4f3ce2520150bc8dce9f07 (patch)
tree57744f5b6d780c50b3c9278638ae31f12b4cde7a /tests/manual
parent0b73efd0403f8497991000e86e4c036c8db064d5 (diff)
Add sidebar manual test to the main pointer test launcher
Change-Id: I16356ee214c80ff23c6b520c7ad492f86d85f986 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/pointer/main.qml1
-rw-r--r--tests/manual/pointer/qml.qrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/pointer/main.qml b/tests/manual/pointer/main.qml
index f6659da220..d382d8b23d 100644
--- a/tests/manual/pointer/main.qml
+++ b/tests/manual/pointer/main.qml
@@ -44,6 +44,7 @@ Window {
anchors.fill: parent
Component.onCompleted: {
addExample("single point handler", "QQuickPointerSingleHandler: test properties copied from events", Qt.resolvedUrl("singlePointHandlerProperties.qml"))
+ addExample("hover", "ensure that a hierarchy of items can share the hover state", Qt.resolvedUrl("sidebar.qml"))
addExample("joystick", "DragHandler: move one item inside another with any pointing device", Qt.resolvedUrl("joystick.qml"))
addExample("mixer", "mixing console", Qt.resolvedUrl("mixer.qml"))
addExample("pinch", "PinchHandler: scale, rotate and drag", Qt.resolvedUrl("pinchHandler.qml"))
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 11f64e156e..95bece180a 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -12,6 +12,7 @@
<file>pinchHandler.qml</file>
<file>pointerDrag.qml</file>
<file>singlePointHandlerProperties.qml</file>
+ <file>sidebar.qml</file>
<file>tapHandler.qml</file>
<file>content/CheckBox.qml</file>
<file>content/FakeFlickable.qml</file>