aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/GreenRect.qml
blob: 5aeb81e9180092f39c973bb2f2b8c3fab70d8c2b (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

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