aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-02-21 15:32:36 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-22 05:39:06 +0000
commit55cb6574d41ff6e50d2956d7c6f1dd5ac1315741 (patch)
tree380067c040337db8b18abb35f25115fea444c3a0 /tests/manual/pointer/qml.qrc
parentfcfaaa12278efd3e306841b2c77d4be0247bfbd3 (diff)
flickableWithHandlers manual test improvements
Add it to main.qml and it and its dependencies to resources Add checkbox to control Flickable's pressDelay Change-Id: Ifaa4bbbaf61944231ab80cf356d7a3c44b24d73b 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.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 4113974d46..5bb79176c7 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -3,6 +3,7 @@
<file>flingAnimation.qml</file>
<file>main.qml</file>
<file>fakeFlickable.qml</file>
+ <file>flickableWithHandlers.qml</file>
<file>joystick.qml</file>
<file>map.qml</file>
<file>mixer.qml</file>
@@ -14,8 +15,12 @@
<file>content/FakeFlickable.qml</file>
<file>content/FlashAnimation.qml</file>
<file>content/MomentumAnimation.qml</file>
+ <file>content/MouseAreaButton.qml</file>
+ <file>content/MouseAreaSlider.qml</file>
+ <file>content/MptaButton.qml</file>
<file>content/MultiButton.qml</file>
<file>content/Slider.qml</file>
+ <file>content/TapHandlerButton.qml</file>
<file>resources/arrowhead.png</file>
<file>resources/balloon.png</file>
<file>resources/fighter.png</file>