first
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef T_TREEVIEW_H
|
||||
#define T_TREEVIEW_H
|
||||
|
||||
#include "T_BasePage.h"
|
||||
|
||||
class ElaTreeView;
|
||||
class T_TreeView : public T_BasePage
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
Q_INVOKABLE explicit T_TreeView(QWidget* parent = nullptr);
|
||||
~T_TreeView();
|
||||
|
||||
private:
|
||||
ElaTreeView* _treeView{nullptr};
|
||||
};
|
||||
|
||||
#endif // T_TREEVIEW_H
|
||||
Reference in New Issue
Block a user