qt/LedOK/base/softconfigdialog.h

16 lines
344 B
C
Raw Normal View History

2023-04-18 14:14:46 +08:00
#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