From 5d59327ebd0b19a8043f9d35c1c6cbf90681b5b2 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Thu, 6 Aug 2015 15:43:34 +0200 Subject: add FakeFlickable manual test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/manual/pointer/qml.qrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/manual/pointer/qml.qrc') 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 @@ flingAnimation.qml main.qml + fakeFlickable.qml joystick.qml map.qml mixer.qml pinchHandler.qml singlePointHandlerProperties.qml + content/FakeFlickable.qml content/MomentumAnimation.qml content/Slider.qml resources/arrowhead.png -- cgit v1.2.3