summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextinput/data/positionAt.qml
blob: 2800351caabaa51255a5adeae48028cc016b5861 (plain)
1
2
3
4
5
6
7
8
import Qt 4.7

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