aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/main.qml
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/main.qml
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/main.qml')
-rw-r--r--tests/manual/pointer/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/pointer/main.qml b/tests/manual/pointer/main.qml
index 3289df161c..e61d0ab576 100644
--- a/tests/manual/pointer/main.qml
+++ b/tests/manual/pointer/main.qml
@@ -57,6 +57,7 @@ Window {
addExample("map", "scale and pan", Qt.resolvedUrl("map.qml"))
addExample("custom map", "scale and pan", Qt.resolvedUrl("map2.qml"))
addExample("fling animation", "DragHandler: after dragging, use an animation to simulate momentum", Qt.resolvedUrl("flingAnimation.qml"))
+ addExample("fake Flickable", "implementation of a simplified Flickable using only Items, DragHandler and MomentumAnimation", Qt.resolvedUrl("fakeFlickable.qml"))
}
}
}