import QtQuick 2.12 import QtQuick.Window 2.12 import "components" Window { width: 600 height: 600 visible: true Background { anchors.fill: parent } }