qt/LedOK/base/aboutdlg.h
2023-04-18 14:14:46 +08:00

13 lines
203 B
C++

#ifndef ABOUTDLG_H
#define ABOUTDLG_H
#include <basedlg.h>
class AboutDlg : public QDialog {
Q_OBJECT
public:
explicit AboutDlg(QWidget *parent = nullptr);
};
#endif // ABOUTDLG_H