#ifndef BASEDISPLAY_WGT_H #define BASEDISPLAY_WGT_H #include #include #include #include "infotree_wgt.h" namespace Ui { class BaseDisplay_wgt; } class BaseDisplay_wgt : public QWidget { Q_OBJECT public: explicit BaseDisplay_wgt(QWidget *parent = nullptr); ~BaseDisplay_wgt(); void init_ui(QWidget *para); private: Ui::BaseDisplay_wgt *ui; QVBoxLayout *wgt_layout ; QWidget *current_page; QWidget *tree_page; QWidget *m_tree_path_displaWgt;//绘制路径 InfoTree_wgt *treeWidgetExample; void set_wgt(QWidget *w); void get_par();//获取参数树 void back(); }; #endif // BASEDISPLAY_WGT_H