import QtQuick 2.7 Rectangle { anchors.fill: parent color: "red" opacity: 0.2 border.color: "green" }