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