import Qt 4.7

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