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