import QtQuick Item { Rectangle { anchors.fill: parent radius: 16 color: "transparent" border.width: 0 } Rectangle { anchors.fill: parent radius: 16 color: "#7fb6ff" opacity: 0.10 } }