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

7 lines
95 B
QML

Item {
component CustomText: Text {
color: "red"
text: "Test Text"
}
}