feat: 添加ElaWidgetTool库
This commit is contained in:
22
ElaWidgetTools/private/ElaTableViewPrivate.h
Normal file
22
ElaWidgetTools/private/ElaTableViewPrivate.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef ELATABLEVIEWPRIVATE_H
|
||||
#define ELATABLEVIEWPRIVATE_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "ElaProperty.h"
|
||||
|
||||
class ElaTableView;
|
||||
class ElaTableViewStyle;
|
||||
class ElaTableViewPrivate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaTableView)
|
||||
public:
|
||||
explicit ElaTableViewPrivate(QObject* parent = nullptr);
|
||||
~ElaTableViewPrivate();
|
||||
|
||||
private:
|
||||
ElaTableViewStyle* _tableViewStyle{nullptr};
|
||||
};
|
||||
|
||||
#endif // ELATABLEVIEWPRIVATE_H
|
||||
Reference in New Issue
Block a user