import QtQuick import QtQuick.Controls Item { id: teroStyle anchors.fill: parent Rectangle { anchors.fill: parent color: "dodgerblue" } }