add slider, slider node & pure call response

This commit is contained in:
王劲鹏
2021-05-10 16:09:29 +08:00
committed by osborn
parent 3721c856fb
commit 3531a28f13
10 changed files with 56 additions and 0 deletions

View File

@@ -78,5 +78,7 @@ public:
void onClick();
void callJSResponse(QString funcId, QVariantList args);
void pureCallJSResponse(QString funcId, QVariantList args);
};
#endif // DORICVIEWNODE_H