qt6-bb10/qtdeclarative/tests/auto/quickcontrols/qquickdrawer/data/itemPartialOverlayModal.qml

14 lines
192 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
Item {
width: 400; height: 400
Drawer {
edge: Qt.LeftEdge
height: 200
width: 200
modal: true
}
}