remove qml & use qwidget
This commit is contained in:
10
doric/shader/layer.h
Normal file
10
doric/shader/layer.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LAYER_H
|
||||
#define LAYER_H
|
||||
|
||||
#include "QWidget"
|
||||
|
||||
class Layer : public QWidget {
|
||||
|
||||
};
|
||||
|
||||
#endif // LAYER_H
|
@@ -1,11 +1,10 @@
|
||||
#ifndef VIEW_NODE_H
|
||||
#define VIEW_NODE_H
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "context_holder.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
template <typename V>
|
||||
class SuperNode;
|
||||
|
||||
template <class T>
|
||||
@@ -15,6 +14,7 @@ protected:
|
||||
T view;
|
||||
|
||||
private:
|
||||
SuperNode *superNode;
|
||||
QString *id;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user