aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data/CursorRect.qml
blob: 3af03136924fa660c47b0a0e81d80ee8c67707ba (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

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