aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktextedit/data/CursorRect.qml
blob: cae3e63b72121cf69daf44cb07134d116e51e3a8 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

TextEdit {
    focus: true
    objectName: "myEdit"
    width: 50
    text: "This is a long piece of text"
}