Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetextinput / data / inputmethods.qml
1 import QtQuick 1.0
2
3 TextInput {
4     text: "Hello world!"
5     inputMethodHints: Qt.ImhNoPredictiveText
6     Keys.onLeftPressed: {}
7 }