qt6-bb10/qtdeclarative/tests/auto/quick/qquickloader/data/QTBUG_30183.qml

13 lines
201 B
QML

import QtQuick 2.0
Loader {
width: implicitWidth
height: implicitHeight
sourceComponent: Rectangle {
color: "green"
implicitWidth: 240
implicitHeight: 120
}
}