#ifndef _QALGPARAMDLG_H_ #define _QALGPARAMDLG_H_ #include #include "ui_QAlgParamDlg.h" class QAlgParamDlg : public QWidget { Q_OBJECT public: QAlgParamDlg(QWidget *parent = Q_NULLPTR); ~QAlgParamDlg(); private: Ui::QAlgParamDlg ui; }; #endif