blob: e6ddc33a107a0a51cc7ef9b5f2ed3565b5d79d51 [file] [log] [blame]
import QtQuick 2.0
Rectangle {
width: 400
height: 400
function setLoaderSource() {
myLoader.source = "GreenRect.qml"
}
Loader {
id: myLoader
}
}