import QtQuick 2.2 import QtQuick.Window 2.1 Window { id: root visible: true Rectangle { anchors { top: parent.top; right: parent.right; bottom: parent.bottom } width: 3 color: "black" } }