import Qt 4.7

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