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

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