split project with app & doric module
This commit is contained in:
15
doric-Qt/example/doric/shader/DoricTextNode.h
Normal file
15
doric-Qt/example/doric/shader/DoricTextNode.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef DORICTEXTNODE_H
|
||||
#define DORICTEXTNODE_H
|
||||
|
||||
#include "DoricViewNode.h"
|
||||
|
||||
class DoricTextNode : public DoricViewNode {
|
||||
public:
|
||||
using DoricViewNode::DoricViewNode;
|
||||
|
||||
QQuickItem *build() override;
|
||||
|
||||
virtual void blend(QQuickItem *view, QString name, QJsonValue prop) override;
|
||||
};
|
||||
|
||||
#endif // DORICTEXTNODE_H
|
Reference in New Issue
Block a user