qt6-bb10/qtdeclarative/tests/auto/qmldom/domdata/reformatter/inlineReformatted.qml

9 lines
111 B
QML

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