summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/inputmethodhints.qml
blob: 167f88372390a350b4b761237f335571eaf79485 (plain)
1
2
3
4
5
6
import QtQuick 1.0

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