tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml
changeset 33 3e2da88830cd
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
       
     1 import Qt 4.7
       
     2 
       
     3 TextInput {
       
     4     text: "Hello world!"
       
     5     inputMethodHints: Qt.ImhNoPredictiveText
       
     6     Keys.onLeftPressed: {}
       
     7 }