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

36 lines
448 B
QML

Item {
Button {
}
Button {
id: foo
}
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
}
}