Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetextedit / data / CursorRect.qml
1 import QtQuick 1.0
2
3 TextEdit {
4     focus: true
5     objectName: "myEdit"
6     width: 50
7     text: "This is a long piece of text"
8 }