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

@ -10,6 +10,7 @@ qml_files = [
"IconImage.qml",
"ClippingRectangle.qml",
"WrapperItem.qml",
"WrapperMouseArea.qml",
"WrapperRectangle.qml",
"ClippingWrapperRectangle.qml",
]