blob: 1f626d969fc2d756462b5e97f9df7262bddb54ee [file] [log] [blame]
import QtQuick 2.0
Loader {
width: implicitWidth
height: implicitHeight
sourceComponent: Rectangle {
color: "green"
implicitWidth: 240
implicitHeight: 120
}
}