qt/LedOK/device/specialdlg - 副本.h
2023-04-18 14:14:46 +08:00

13 lines
198 B
C++

#ifndef SPECIALDLG_H
#define SPECIALDLG_H
#include <QDialog>
class SpecialDlg : public QDialog {
Q_OBJECT
public:
explicit SpecialDlg(QWidget *);
};
#endif // SPECIALDLG_H