MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / T_BasePage

Class T_BasePage

ElaWidgetToolsExample/ExamplePage/T_BasePage.h:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6class QVBoxLayout;
7class T_BasePage : public ElaScrollPage
8{
9 Q_OBJECT
10public:
11 explicit T_BasePage(QWidget* parent = nullptr);
12 ~T_BasePage() override;
13
14protected:
15 void createCustomWidget(QString desText);
16};
17
18#endif // T_BASEPAGE_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected