import QtQuick 2.12 import QtQuick.Layouts 1.12 import Controls 1.0 as Controls import Cubo 1.0 Item { Controls.Frame { anchors.fill: parent } }