summaryrefslogtreecommitdiffstats
path: root/examples/declarative/focusscope
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-29 05:34:22 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-29 05:34:22 (GMT)
commit26afe9477e9b63d258631c96549de95556f0d97c (patch)
treece41940c60245ad25c037b1d1bc9f4fa93e91307 /examples/declarative/focusscope
parentb4b93e65737652c127f657a298e68e64cfcdd7a3 (diff)
downloadQt-26afe9477e9b63d258631c96549de95556f0d97c.zip
Qt-26afe9477e9b63d258631c96549de95556f0d97c.tar.gz
Qt-26afe9477e9b63d258631c96549de95556f0d97c.tar.bz2
Update test
Diffstat (limited to 'examples/declarative/focusscope')
-rw-r--r--examples/declarative/focusscope/test4.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/focusscope/test4.qml b/examples/declarative/focusscope/test4.qml
index dee2c9f..f366543 100644
--- a/examples/declarative/focusscope/test4.qml
+++ b/examples/declarative/focusscope/test4.qml
@@ -5,7 +5,7 @@ Rectangle {
width: 800
height: 600
- Keys.onDigit9Pressed: print("Success - Root")
+ Keys.onDigit9Pressed: print("Error - Root")
FocusScope {
id: MyScope
@@ -54,7 +54,7 @@ Rectangle {
KeyNavigation.down: Item3
}
- Text { x:100; y:170; text: "There should be no blue borders, or red squares.\nPressing \"9\" should print a success message.\nArrow keys should have no effect." }
+ Text { x:100; y:170; text: "There should be no blue borders, or red squares.\nPressing \"9\" should do nothing.\nArrow keys should have no effect." }
Rectangle {
id: Item3