aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-11-25 15:38:42 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-01-03 07:05:58 +0000
commit5c6245b7ff7a941c0a2425f32909c0dc0982e199 (patch)
tree7ece0d257763e37a75b1b0caa9caa35813665342 /tests/manual/pointer/qml.qrc
parentf1fa7f18b09cad465867ff036ea500d4e2eda868 (diff)
QQPSingleHandler: copy some values from QQuickEventPoint to properties
We can't copy the eventpoint and we can't continue to refer to it after delivery, either. So we can't have an event property. Some QML use cases depend on being able to access last-known values between events. Change-Id: Ice8a1763015f2554275d0cb76824fd0366eaef56 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.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 08488b020b..adf255ea1f 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -5,9 +5,16 @@
<file>map.qml</file>
<file>mixer.qml</file>
<file>pinchHandler.qml</file>
+ <file>singlePointHandlerProperties.qml</file>
<file>content/Slider.qml</file>
+ <file>resources/arrowhead.png</file>
+ <file>resources/grabbing-location.svg</file>
<file>resources/map.svgz</file>
<file>resources/mixer-knob.png</file>
+ <file>resources/mouse.png</file>
+ <file>resources/mouse_left.png</file>
+ <file>resources/mouse_middle.png</file>
+ <file>resources/mouse_right.png</file>
<file>resources/redball.png</file>
<file>map2.qml</file>
</qresource>