comac_desk_app/GenerateReport/T_BasePage.h

16 lines
251 B
C
Raw Normal View History

2024-11-21 11:50:43 +08:00
#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();
};
#endif // T_BASEPAGE_H