summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/GreenRect.qml
blob: 9b8f770a48243245b99588fa8a669d15963d6660 (plain)
1
2
3
4
5
6
7
import Qt 4.7

Rectangle {
    width: 100; height: 100
    color: "green"
    Component.onCompleted: myLoader.source = "BlueRect.qml"
}