1 Star 23 Fork 6

icybee / TexasSolver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
qstreeview.h 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangfuming 提交于 2021-09-27 17:18 . :new:expand node till river
#ifndef QSTREEVIEW_H
#define QSTREEVIEW_H
#include "QTreeView"
#include "QObject"
#include "include/runtime/qsolverjob.h"
#include "include/ui/treemodel.h"
class QSTreeView: public QTreeView
{
public:
explicit QSTreeView(QWidget *parent = nullptr);
~QSTreeView();
void setTreeData(QSolverJob* qSolverJob);
TreeModel* tree_model;
private:
QSolverJob * qSolverJob=NULL;
};
#endif // QSTREEVIEW_H
C++
1
https://gitee.com/icybee/TexasSolver.git
git@gitee.com:icybee/TexasSolver.git
icybee
TexasSolver
TexasSolver
master

搜索帮助