summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicstextinput/data/inputmethodhints.qml
blob: b404682b9cfdd2913e966a0cc81cd29b3b53dc6b (plain)
1
2
3
4
5
6
import Qt 4.6

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