add blend layout config

This commit is contained in:
王劲鹏
2021-03-02 17:18:23 +08:00
committed by osborn
parent 78629497aa
commit 692397be2e
10 changed files with 53 additions and 12 deletions

View File

@@ -49,3 +49,8 @@ QJSValue DoricSuperNode::getSubModel(QString id) {
return QJSValue::UndefinedValue;
}
}
void DoricSuperNode::blendSubLayoutConfig(DoricViewNode *viewNode,
QJSValue jsValue) {
viewNode->blendLayoutConfig(jsValue);
}