apply slide item

This commit is contained in:
王劲鹏
2021-05-31 19:28:45 +08:00
committed by osborn
parent 46e28577d9
commit 94045f11bf
7 changed files with 45 additions and 0 deletions

View File

@@ -18,3 +18,5 @@ QQuickItem *DoricSlideItemNode::build() {
item->setProperty("wrapper", QString::number((qint64)this));
return item;
}
void DoricSlideItemNode::apply() { getLayouts()->apply(); }

View File

@@ -10,6 +10,8 @@ public:
using DoricStackNode::DoricStackNode;
QQuickItem *build() override;
void apply();
};
#endif // DORICSLIDEITEMNODE_H