qt/LedOK/base/softconfigdialog.h
2022-10-27 15:07:45 +08:00

16 lines
329 B
C++

#ifndef SOFTCONFIGDIALOG_H
#define SOFTCONFIGDIALOG_H
#include "basedlg.h"
#include <QCheckBox>
class SoftConfigDialog : public BaseDlg {
Q_OBJECT
public:
explicit SoftConfigDialog(QWidget *parent = nullptr);
QCheckBox *press_fd, *trans_fd, *anti_fd, *guangying_fd, *fdWidthSplit;
};
#endif // SOFTCONFIGDIALOG_H