Files
gcs-nf/App/About/About.h
T

23 lines
271 B
C++
Raw Normal View History

2020-03-28 21:27:22 +08:00
#ifndef ABOUT_H
#define ABOUT_H
#include <QWidget>
namespace Ui {
class About;
}
class About : public QWidget
{
Q_OBJECT
public:
explicit About(QWidget *parent = nullptr);
~About();
private:
Ui::About *ui;
};
#endif // ABOUT_H