This commit is contained in:
Misaki
2026-06-10 00:57:54 +08:00
commit 7551a85abe
2805 changed files with 373529 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