qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/normalizedObjectsSpacing.qml

32 lines
412 B
QML

Item {
Button {
}
height: 360
width: 360
Rectangle {
color: "salmon"
height: 360
width: 360
Item {
Loader {
height: 360
width: 360
}
Loader {
height: 360
width: 360
}
}
}
Image {
height: 360
width: 360
}
}