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