import QtQuick 2.14 Rectangle { anchors.fill: parent color: "transparent" border.color: "red" }