This commit is contained in:
Misaki
2025-12-04 19:11:29 +08:00
commit bb600bbbc4
2741 changed files with 364700 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef T_ABOUT_H
#define T_ABOUT_H
#include <ElaWidget.h>
class T_About : public ElaWidget
{
Q_OBJECT
public:
explicit T_About(QWidget* parent = nullptr);
~T_About();
};
#endif // T_ABOUT_H