qt6-bb10/qtdeclarative/tests/auto/qml/qmlformat/data/functionsSpacing.formatted.qml

21 lines
237 B
QML

Item {
id: test
signal testSignal
function test1() {
}
function test2() {
}
Button {}
function test4() {
}
function test5() {
}
height: 360
width: 360
function test3() {
}
}