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

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