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,18 @@
#ifndef T_BASEPAGE_H
#define T_BASEPAGE_H
#include <ElaScrollPage.h>
class QVBoxLayout;
class T_BasePage : public ElaScrollPage
{
Q_OBJECT
public:
explicit T_BasePage(QWidget* parent = nullptr);
~T_BasePage();
protected:
void createCustomWidget(QString desText);
};
#endif // T_BASEPAGE_H