Remove tst_qquicktextinput::horizontalAlignment()
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktextedit / data / openInputPanel.qml
1 import QtQuick 2.0
2
3 TextEdit {
4     width: 100; height: 100
5     text: "Hello world"
6     focus: false
7 }