aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/imgTagsUpdates.qml
blob: baf5113e521cbc7f465ae57271d5918bf10f2ea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.0

Rectangle {
    id: main
    width: 300; height: 400

    Text {
        id: myText
        objectName: "myText"
        text: ""
    }
}