aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextinput/data/inputmethods.qml
blob: 5063892306dda036f22012861c0a345886516c1c (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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