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