aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_995.qml
blob: 76037001a383219a5708e16f6498c57480bf94dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import Qt 4.7

Rectangle {
    width: 100
    height: 100
    color: "red"

    Text {
        text: "Hello World"
        anchors.centerIn: parent
    }
}