widgets/wrapper: add WrapperMouseArea

This commit is contained in:
outfoxxed 2025-05-17 00:38:09 -07:00
parent 4d7d06bb9b
commit 4d74851fd0
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 52 additions and 0 deletions

View file

@ -11,6 +11,7 @@ qt_add_qml_module(quickshell-widgets
IconImage.qml
ClippingRectangle.qml
WrapperItem.qml
WrapperMouseArea.qml
WrapperRectangle.qml
ClippingWrapperRectangle.qml
)