3500/CopyChannelSetting.h

23 lines
353 B
C
Raw Normal View History

2023-04-14 19:30:30 +08:00
#ifndef COPYCHANNELSETTING_H
#define COPYCHANNELSETTING_H
#include <QWidget>
namespace Ui {
class CopyChannelSetting;
}
class CopyChannelSetting : public QWidget
{
Q_OBJECT
public:
explicit CopyChannelSetting(QWidget *parent = nullptr);
~CopyChannelSetting();
private:
Ui::CopyChannelSetting *ui;
};
#endif // COPYCHANNELSETTING_H