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

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