#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(); protected: virtual void changeEvent(QEvent *event); private: Ui::QChannelMgrDlg ui; }; #endif