import QtQuick 2.15 Item { Item { component StyledRectangle: Rectangle { width: 24 height: 24 color: "red" } } }