qt/LedOK/LoUIClass/softconfigdialog.h
2022-08-25 18:37:24 +08:00

16 lines
314 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;
};
#endif // SOFTCONFIGDIALOG_H