blob: 99cefaf1768dc8d3f1c6b007f3fd90f26557dafc [file] [log] [blame]
import QtQuick 2.0
Rectangle {
width: 100; height: 100
color: "green"
Component.onCompleted: myLoader.source = "BlueRect.qml"
}