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

9 lines
87 B
QML

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