This commit is contained in:
2026-06-18 17:29:28 +08:00
commit 08a070d874
720 changed files with 41946 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