aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtextinput/data/positionAt.qml
blob: 7611376e13b345276fe874d2267e3d594e0ab060 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

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