import QtQuick 2.15 Rectangle { anchors.fill: parent color: "blue" Item { Item { } } }