diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 00:12:31 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-08 00:12:31 (GMT) |
commit | 962c1e995992d72a1b947d46fb14ae006582bc6e (patch) | |
tree | 021659dfa9e9c6e9b7d3333e753de51573b99028 /examples | |
parent | 2c40b2faac1d9bd941310c0c0e1e0d0fa0033ab5 (diff) | |
download | Qt-962c1e995992d72a1b947d46fb14ae006582bc6e.zip Qt-962c1e995992d72a1b947d46fb14ae006582bc6e.tar.gz Qt-962c1e995992d72a1b947d46fb14ae006582bc6e.tar.bz2 |
needs focus
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/gestures/experimental-gestures.qml | 1 |
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. |