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

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