forked from quickshell/quickshell
widgets/wrapper: use bindable properties everywhere
Also fixes changes to margin not updating geometry
This commit is contained in:
parent
8b5b12b722
commit
e135de9ec6
5 changed files with 257 additions and 155 deletions
|
@ -137,6 +137,9 @@ protected:
|
|||
void printChildCountWarning() const;
|
||||
void updateGeometry();
|
||||
|
||||
virtual void disconnectChild() {};
|
||||
virtual void connectChild() {};
|
||||
|
||||
QQuickItem* mWrapper = nullptr;
|
||||
QQuickItem* mAssignedWrapper = nullptr;
|
||||
QPointer<QQuickItem> mDefaultChild;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue