chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -8,18 +8,17 @@
|
||||
class ElaProgressBarStyle;
|
||||
class QPropertyAnimation;
|
||||
class ElaProgressBar;
|
||||
class ElaProgressBarPrivate : public QObject
|
||||
{
|
||||
class ElaProgressBarPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaProgressBar)
|
||||
public:
|
||||
explicit ElaProgressBarPrivate(QObject* parent = nullptr);
|
||||
explicit ElaProgressBarPrivate(QObject *parent = nullptr);
|
||||
~ElaProgressBarPrivate();
|
||||
|
||||
private:
|
||||
bool _isBusyAnimation{false};
|
||||
ElaProgressBarStyle* _style{nullptr};
|
||||
QPropertyAnimation* _busyAnimation{nullptr};
|
||||
bool _isBusyAnimation{false};
|
||||
ElaProgressBarStyle *_style{nullptr};
|
||||
QPropertyAnimation *_busyAnimation{nullptr};
|
||||
};
|
||||
|
||||
#endif // ELAPROGRESSBARPRIVATE_H
|
||||
|
||||
Reference in New Issue
Block a user