import QtQuick 2.0

TextEdit {
    text: "Hello world!"
    inputMethodHints: Qt.ImhNoPredictiveText
}
