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

11 lines
166 B
QML

import QtQuick 2.0
Rectangle {
property int base: 60
property int w: base*2
property int h: base
property int ignore: 0
width: w
height: h
}