qt/LedOK/LoUIClass/aboutdlg.h

13 lines
191 B
C
Raw Normal View History

2022-01-04 18:11:48 +08:00
#ifndef ABOUTDLG_H
#define ABOUTDLG_H
2022-08-25 18:37:24 +08:00
#include <basedlg.h>
2022-01-04 18:11:48 +08:00
2022-08-25 18:37:24 +08:00
class AboutDlg : public QDialog {
2022-01-04 18:11:48 +08:00
Q_OBJECT
public:
explicit AboutDlg(QWidget *parent = nullptr);
};
#endif // ABOUTDLG_H