DPage.qml 120 B

12345678910
  1. import QtQuick 2.15
  2. import QtQuick.Controls 2.15
  3. Item {
  4. anchors.fill: parent
  5. clip: true
  6. property var switcher
  7. }