From 26afe9477e9b63d258631c96549de95556f0d97c Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Tue, 29 Sep 2009 15:34:22 +1000 Subject: Update test --- examples/declarative/focusscope/test4.qml | 4 ++-- 1 file 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 -- cgit v0.12