This commit is contained in:
2026-06-14 15:54:35 +08:00
commit 3caeb07e54
2804 changed files with 373231 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