aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2015-08-06 15:43:34 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-08 10:36:26 +0000
commit5d59327ebd0b19a8043f9d35c1c6cbf90681b5b2 (patch)
treeeff83bd980744372777ad1d899919df0701276b6 /tests/manual/pointer/qml.qrc
parentf11c9a24e685178a0a1a2db453e0e43b7ca3a5f2 (diff)
add FakeFlickable manual test
Demonstrate that DragHandler, MomentumAnimation and a couple of Items are enough to implement most of Flickable's functionality. Change-Id: I59dae38dc66c16813385aa6c00e3a1a834520f31 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.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 9463ae4c84..50c0dc748d 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -2,11 +2,13 @@
<qresource prefix="/">
<file>flingAnimation.qml</file>
<file>main.qml</file>
+ <file>fakeFlickable.qml</file>
<file>joystick.qml</file>
<file>map.qml</file>
<file>mixer.qml</file>
<file>pinchHandler.qml</file>
<file>singlePointHandlerProperties.qml</file>
+ <file>content/FakeFlickable.qml</file>
<file>content/MomentumAnimation.qml</file>
<file>content/Slider.qml</file>
<file>resources/arrowhead.png</file>