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