import QtQuick 2.15 import QtQuick.Controls 2.15 Item { anchors.fill: parent clip: true property var switcher }