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
@@ -0,0 +1,14 @@
#ifndef T_GRAPHICS_H
#define T_GRAPHICS_H
#include "T_BasePage.h"
class T_Graphics : public T_BasePage
{
Q_OBJECT
public:
Q_INVOKABLE explicit T_Graphics(QWidget* parent = nullptr);
~T_Graphics();
};
#endif // T_GRAPHICS_H