aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-07-18 14:22:15 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-26 13:05:35 +0000
commit124181973f586a67990c9a68e25a3642623b998a (patch)
tree616e9fa5ac357fafb0eaeda96e2d6a9eb10f72c5 /tests/manual/pointer/qml.qrc
parent524686cf13aa5647eae4ebb630d58396862027e5 (diff)
Introduce DragHandler
A handler for dragging Items around by touch or mouse. Change-Id: Id83fea568095eb6374f3f1abc6f550d81f3731df Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 5f6483ac33..b802a73f08 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -1,5 +1,11 @@
<RCC>
<qresource prefix="/">
<file>main.qml</file>
+ <file>joystick.qml</file>
+ <file>main.qml</file>
+ <file>mixer.qml</file>
+ <file>content/Slider.qml</file>
+ <file>resources/mixer-knob.png</file>
+ <file>resources/redball.png</file>
</qresource>
</RCC>