QML_RUNTIME_TESTING should be disabled by default.
[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     text: "This is\n a long piece of text"
9 }