EnergySpectrumAnalyer/src/AboutDlg.h

22 lines
276 B
C
Raw Normal View History

2026-03-02 11:07:51 +08:00
#ifndef ABOUTDLG_H
#define ABOUTDLG_H
#include <QDialog>
namespace Ui {
class AboutDlg;
}
class AboutDlg : public QDialog {
Q_OBJECT
public:
explicit AboutDlg(QWidget* parent = nullptr);
~AboutDlg();
private:
Ui::AboutDlg* ui;
};
#endif // ABOUTDLG_H