summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-07-06 03:48:23 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-07-06 04:05:17 (GMT)
commit98bfc8b8db811eb902290dbe87660ce799a44c27 (patch)
tree3715bdfae53a49cf5b1fca9c9fe16ddc0094c9ee /tests/auto/declarative/qdeclarativetextinput/data
parentb43f46fdc4fede579b512624c03df5c19893288a (diff)
downloadQt-98bfc8b8db811eb902290dbe87660ce799a44c27.zip
Qt-98bfc8b8db811eb902290dbe87660ce799a44c27.tar.gz
Qt-98bfc8b8db811eb902290dbe87660ce799a44c27.tar.bz2
Fix input methods for TextInput elements with key handlers
Task-number: QTBUG-10297 Reviewed-by: Martin Jones
Diffstat (limited to 'tests/auto/declarative/qdeclarativetextinput/data')
-rw-r--r--tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml (renamed from tests/auto/declarative/qdeclarativetextinput/data/inputmethodhints.qml)1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextinput/data/inputmethodhints.qml b/tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml
index da6b81f..405ee22 100644
--- a/tests/auto/declarative/qdeclarativetextinput/data/inputmethodhints.qml
+++ b/tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml
@@ -3,4 +3,5 @@ import Qt 4.7
TextInput {
text: "Hello world!"
inputMethodHints: Qt.ImhNoPredictiveText
+ Keys.onLeftPressed: {}
}