DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qqmllanguage / data / InlineComponentProvider3.qml
1234567891011
import QtQuick 2.15 Item { Item { component StyledRectangle: Rectangle { width: 24 height: 24 color: "red" } } }