widgets: add wrapper components and managers

This commit is contained in:
outfoxxed 2024-11-19 02:02:55 -08:00
parent 79fca3cab8
commit 401ee4cec6
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 578 additions and 0 deletions

View file

@ -1,5 +1,7 @@
qt_add_library(quickshell-widgets STATIC
cliprect.cpp
wrapper.cpp
marginwrapper.cpp
)
qt_add_qml_module(quickshell-widgets
@ -8,6 +10,8 @@ qt_add_qml_module(quickshell-widgets
QML_FILES
IconImage.qml
ClippingRectangle.qml
WrapperItem.qml
WrapperRectangle.qml
)
qt6_add_shaders(quickshell-widgets "widgets-cliprect"