summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qfxtextinput/data/navigation.qml
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-09-09 08:57:21 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-09-09 08:57:21 (GMT)
commit23dff035edbda475b987b452570489626b647f30 (patch)
tree6825589d64305bb625df7acb7f420dd97476a054 /tests/auto/declarative/qfxtextinput/data/navigation.qml
parenta5ed015bc369483206382689b77a4af0aaf0c547 (diff)
downloadQt-23dff035edbda475b987b452570489626b647f30.zip
Qt-23dff035edbda475b987b452570489626b647f30.tar.gz
Qt-23dff035edbda475b987b452570489626b647f30.tar.bz2
Start on QFxTextInput autotests
Actually has tests in it now. Not all implemented yet though.
Diffstat (limited to 'tests/auto/declarative/qfxtextinput/data/navigation.qml')
-rw-r--r--tests/auto/declarative/qfxtextinput/data/navigation.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qfxtextinput/data/navigation.qml b/tests/auto/declarative/qfxtextinput/data/navigation.qml
index c1a6162..282c52c 100644
--- a/tests/auto/declarative/qfxtextinput/data/navigation.qml
+++ b/tests/auto/declarative/qfxtextinput/data/navigation.qml
@@ -6,11 +6,11 @@ Rectangle {
width: 800; height: 600; color: "blue"
Item {
- id: FirstItem
+ id: FirstItem;
KeyNavigation.right: Input
}
- TextInput { id: Input; focus: true;
+ TextInput { id: Input; focus: true
KeyNavigation.left: FirstItem
KeyNavigation.right: LastItem
KeyNavigation.up: FirstItem