diff options
| -rw-r--r-- | Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt | 4 | ||||
| -rw-r--r-- | Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt b/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt index e30ba5e..65e61b2 100644 --- a/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt +++ b/Qt/examples/declarative/textedit/sys_textedit/sys_textedit.qtt @@ -52,9 +52,9 @@ testcase = { | Press the Select Word button | World is selected | | Press the Select All button | Hello World is selected | | Press the Select None button | No text is selected | -| Press the Mouse Select button | The button is highlighted to represent selectByMouse = true | +| Press the Mouse Select button | The button turns green and indicates Mouse On | | Click and drag over some text | Only that text is selected. On sans-keyboard Symbian, the soft keyboard will show with selected text highlighted | -| Press the Mouse Select button | The button is un-highlighted to represent selectByMouse = false | +| Press the Mouse Select button | The button turns gray and indicates Mouse Off | | Click and drag over some text | No text is selected. On sans-keyboard Symbian, the soft keyboard will show | ')); }, diff --git a/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt b/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt index 51e4bf0..8a6af73 100644 --- a/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt +++ b/Qt/examples/declarative/textinput/sys_textinput/sys_textinput.qtt @@ -52,9 +52,9 @@ testcase = { | Press the Select Word button | World is selected | | Press the Select All button | Hello World is selected | | Press the Select None button | No text is selected | -| Press the Mouse Select button | The button is highlighted to represent selectByMouse = true | +| Press the Mouse Select button | The button turns green and indicates Mouse On | | Click and drag over some text | Only that text is selected. On sans-keyboard Symbian, the soft keyboard will show with selected text highlighted | -| Press the Mouse Select button | The button is un-highlighted to represent selectByMouse = false | +| Press the Mouse Select button | The button turns gray and indicates Mouse Off | | Click and drag over some text | No text is selected. On sans-keyboard Symbian, the soft keyboard will show | ')); }, |
