Extract all QtQuick 1 elements into a separate library/plugin.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick1 / qdeclarativetextedit / data / positionAt.qml
1 import QtQuick 1.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 }