diff --git a/src/controls/templates/OverlaySheet.qml b/src/controls/templates/OverlaySheet.qml --- a/src/controls/templates/OverlaySheet.qml +++ b/src/controls/templates/OverlaySheet.qml @@ -109,6 +109,13 @@ */ property Item background + /** + * showCloseButton: bool + * whether to show the close button in the top-right corner + * @since 5.44 + */ + property alias showCloseButton: closeIcon.visible + property Item parent