aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@qt.io>2017-06-23 13:34:27 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-03-02 11:23:28 +0000
commit440a15c52d979cc0221217480720978d55935c0d (patch)
tree23401b5ee15ea84bdbb0d54971a81f08a46d6ffb /tests/manual/pointer/qml.qrc
parente29adf1580e1845fc3ee26d5aea746410c0bec1a (diff)
Manual test: combinations of DragHandler and TapHandler on Flickable
We already had a manual test using a slider, but that has only one combination of DragHandler and TapHandler. This test aims to test all possible combinations of DragHandler and TapHandler together (as siblings, in different parts of the hierarcy, with a Flickable beneath...) We also show the current grabbers as an overlay over this entire collection of manual tests. Change-Id: Ic634d36d14f7456170f43b077fa72b03fb65bc18 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index f9d600b16c..11f64e156e 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -10,8 +10,10 @@
<file>multibuttons.qml</file>
<file>photosurface.qml</file>
<file>pinchHandler.qml</file>
+ <file>pointerDrag.qml</file>
<file>singlePointHandlerProperties.qml</file>
<file>tapHandler.qml</file>
+ <file>content/CheckBox.qml</file>
<file>content/FakeFlickable.qml</file>
<file>content/FlashAnimation.qml</file>
<file>content/MomentumAnimation.qml</file>
@@ -23,6 +25,7 @@
<file>content/ScrollBar.qml</file>
<file>content/Slider.qml</file>
<file>content/TapHandlerButton.qml</file>
+ <file>content/TextBox.qml</file>
<file>content/TouchpointFeedbackSprite.qml</file>
<file>resources/arrowhead.png</file>
<file>resources/balloon.png</file>