You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wheeldetect/tpvs17/tpMain/QChannelMgrDlg.h

20 lines
280 B
C++

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