aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/touchmouse/data/pinchonflickable.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/touchmouse/data/pinchonflickable.qml')
-rw-r--r--tests/auto/quick/touchmouse/data/pinchonflickable.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/quick/touchmouse/data/pinchonflickable.qml b/tests/auto/quick/touchmouse/data/pinchonflickable.qml
index 2a7a91006e..14a41c522a 100644
--- a/tests/auto/quick/touchmouse/data/pinchonflickable.qml
+++ b/tests/auto/quick/touchmouse/data/pinchonflickable.qml
@@ -1,11 +1,9 @@
import QtQuick 2.0
-//import Qt.test 1.0
Rectangle {
id: root
width: 600
height: 600
- color: "green"
Flickable {
objectName: "flickable"
@@ -16,11 +14,14 @@ Rectangle {
Rectangle {
objectName: "rect"
id: rect
- color: "blue"
+ color: "steelblue"
x: 200
y: 200
width: 400
height: 400
+ Text {
+ text: "pinch or flick anywhere\nthis rectangle is the pinch target"
+ }
}
PinchArea {
objectName: "pincharea"
@@ -32,4 +33,3 @@ Rectangle {
}
}
}
-