diff -r 5dc02b23752f -r 3e2da88830cd tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml Wed Aug 18 10:37:55 2010 +0300 @@ -0,0 +1,7 @@ +import Qt 4.7 + +TextInput { + text: "Hello world!" + inputMethodHints: Qt.ImhNoPredictiveText + Keys.onLeftPressed: {} +}