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

TextEdit {
    focus: true
    objectName: "myInput"
    width: 50
    height: 25
    text: "This is\n a long piece of text"
}