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

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