qt/LedOK/base/aboutdlg.h

13 lines
203 B
C
Raw Normal View History

2023-04-18 14:14:46 +08:00
#ifndef ABOUTDLG_H
#define ABOUTDLG_H
#include <basedlg.h>
class AboutDlg : public QDialog {
Q_OBJECT
public:
explicit AboutDlg(QWidget *parent = nullptr);
};
#endif // ABOUTDLG_H