qt/LedOK/base/softconfigdialog.h
2023-04-25 16:30:58 +08:00

16 lines
336 B
C++

#ifndef SOFTCONFIGDIALOG_H
#define SOFTCONFIGDIALOG_H
#include <QDialog>
#include <QCheckBox>
class SoftConfigDialog : public QDialog {
Q_OBJECT
public:
explicit SoftConfigDialog(QWidget *parent = 0);
QCheckBox *press_fd, *trans_fd, *anti_fd, *guangying_fd, *fdWidthSplit;
};
#endif // SOFTCONFIGDIALOG_H