aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick2/qquickloader/data/GreenRect.qml
blob: 99cefaf1768dc8d3f1c6b007f3fd90f26557dafc (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

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