summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data/inputmethods.qml
blob: 405ee221dc92bb32a661e3d117382e05aefff935 (plain)
1
2
3
4
5
6
7
import Qt 4.7

TextInput {
    text: "Hello world!"
    inputMethodHints: Qt.ImhNoPredictiveText
    Keys.onLeftPressed: {}
}