import QtQuick %{QtQuickVersion} Item { id: root Rectangle { anchors.fill: root color: "green" } }