import QtQuick 2.5 import QtQuick.Window 2.2 Window { width: 800 height: 800 visible: true Rectangle { anchors.fill: parent color: "red" } }