Remove tst_qquicktextinput::horizontalAlignment()
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktextedit / data / positionAt.qml
1 import QtQuick 2.0
2
3 TextEdit {
4     focus: true
5     objectName: "myInput"
6     width: 50
7     height: 25
8     font.pixelSize: 12
9     text: "This is\n a long piece of text"
10 }