aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/data/inputmethodhints.qml
blob: 5ec99198a4d064e59fd1d7ca4c2e26c20cf285da (plain)
1
2
3
4
5
6
import QtQuick 2.0

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