Initial import from qtquick2.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgtextinput / data / openInputPanel.qml
1 import QtQuick 2.0
2
3 TextInput {
4     text: "Hello world"
5     focus: false
6 }