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