summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-08 00:12:31 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-08 00:12:31 (GMT)
commit962c1e995992d72a1b947d46fb14ae006582bc6e (patch)
tree021659dfa9e9c6e9b7d3333e753de51573b99028 /examples
parent2c40b2faac1d9bd941310c0c0e1e0d0fa0033ab5 (diff)
downloadQt-962c1e995992d72a1b947d46fb14ae006582bc6e.zip
Qt-962c1e995992d72a1b947d46fb14ae006582bc6e.tar.gz
Qt-962c1e995992d72a1b947d46fb14ae006582bc6e.tar.bz2
needs focus
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/gestures/experimental-gestures.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/gestures/experimental-gestures.qml b/examples/declarative/gestures/experimental-gestures.qml
index 914d403..5f904aa 100644
--- a/examples/declarative/gestures/experimental-gestures.qml
+++ b/examples/declarative/gestures/experimental-gestures.qml
@@ -8,6 +8,7 @@ Rectangle {
GestureArea {
anchors.fill: parent
+ focus: true
// Only some of the many gesture properties are shown. See Gesture documentation.