summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmldesigner/data/fx/helloworld.qml
blob: bc17ab1b27d85d324bb58526d268e504e7989654 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.7

Rectangle {
    width: 200
    height: 200
    Text {
        x: 66
        y: 93
        text: "Hello World"
    }
}