chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -9,20 +9,19 @@ class ElaPivot;
|
||||
class ElaPivotModel;
|
||||
class ElaPivotStyle;
|
||||
class ElaPivotView;
|
||||
class ElaPivotPrivate : public QObject
|
||||
{
|
||||
class ElaPivotPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaPivot)
|
||||
Q_PROPERTY_CREATE_D(int, TextPixelSize)
|
||||
public:
|
||||
explicit ElaPivotPrivate(QObject* parent = nullptr);
|
||||
explicit ElaPivotPrivate(QObject *parent = nullptr);
|
||||
~ElaPivotPrivate();
|
||||
|
||||
private:
|
||||
ElaPivotModel* _listModel{nullptr};
|
||||
ElaPivotStyle* _listStyle{nullptr};
|
||||
ElaPivotView* _listView{nullptr};
|
||||
void _checkCurrentIndex();
|
||||
ElaPivotModel *_listModel{nullptr};
|
||||
ElaPivotStyle *_listStyle{nullptr};
|
||||
ElaPivotView *_listView{nullptr};
|
||||
void _checkCurrentIndex();
|
||||
};
|
||||
|
||||
#endif // ELAPIVOTPRIVATE_H
|
||||
|
||||
Reference in New Issue
Block a user