first
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef T_LISTVIEW_H
|
||||
#define T_LISTVIEW_H
|
||||
|
||||
#include "T_BasePage.h"
|
||||
|
||||
class ElaListView;
|
||||
class T_ListView : public T_BasePage
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
Q_INVOKABLE explicit T_ListView(QWidget* parent = nullptr);
|
||||
~T_ListView();
|
||||
|
||||
private:
|
||||
ElaListView* _listView{nullptr};
|
||||
};
|
||||
|
||||
#endif // T_LISTVIEW_H
|
||||
Reference in New Issue
Block a user