aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextinput/data/inputmethods.qml
blob: 711e89144c2972800be85ea7e8c8c6f07ad3166d (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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