widgets: add ClippingWrapperRectangle

This commit is contained in:
outfoxxed 2024-11-19 02:52:49 -08:00
parent 401ee4cec6
commit 033e810871
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 63 additions and 4 deletions

View file

@ -11,5 +11,6 @@ qml_files = [
"ClippingRectangle.qml",
"WrapperItem.qml",
"WrapperRectangle.qml",
"ClippingWrapperRectangle.qml",
]
-----