blob: 711e89144c2972800be85ea7e8c8c6f07ad3166d [file] [log] [blame]
import QtQuick 2.0
TextInput {
text: "Hello world!"
inputMethodHints: Qt.ImhNoPredictiveText
Keys.onLeftPressed: {}
}