aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/main.qml
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2015-07-24 10:53:32 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-08 10:36:12 +0000
commitf11c9a24e685178a0a1a2db453e0e43b7ca3a5f2 (patch)
tree677aa9d7264248fc2539734352cf456f8980b13c /tests/manual/pointer/main.qml
parent6de499a7d042194e98fcb26731d99cd5d8eefadb (diff)
add MomentumAnimation as a manual test / experiment
It could be exposed as a new type of animation, but for now it's just an experiment. Change-Id: Ic900752a90ccae93270e27399f370f5d47495f74 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 62202c39b1..3289df161c 100644
--- a/tests/manual/pointer/main.qml
+++ b/tests/manual/pointer/main.qml
@@ -56,6 +56,7 @@ Window {
addExample("pinch", "PinchHandler: scale, rotate and drag", Qt.resolvedUrl("pinchHandler.qml"))
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"))
}
}
}