chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
#include "ElaDef.h"
|
||||
class ElaProgressRing;
|
||||
class QPropertyAnimation;
|
||||
class ElaProgressRingPrivate : public QObject
|
||||
{
|
||||
class ElaProgressRingPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaProgressRing);
|
||||
Q_PROPERTY_CREATE_D(bool, IsBusying)
|
||||
@@ -24,13 +23,13 @@ class ElaProgressRingPrivate : public QObject
|
||||
Q_PROPERTY_CREATE(int, BusyStartDeg)
|
||||
Q_PROPERTY_CREATE(int, BusyContentDeg)
|
||||
public:
|
||||
explicit ElaProgressRingPrivate(QObject* parent = nullptr);
|
||||
explicit ElaProgressRingPrivate(QObject *parent = nullptr);
|
||||
~ElaProgressRingPrivate() override;
|
||||
|
||||
private:
|
||||
ElaThemeType::ThemeMode _themeMode;
|
||||
QPropertyAnimation* _busyStartDegAnimation{nullptr};
|
||||
QPropertyAnimation* _busyContentDegAnimation{nullptr};
|
||||
QPropertyAnimation *_busyStartDegAnimation{nullptr};
|
||||
QPropertyAnimation *_busyContentDegAnimation{nullptr};
|
||||
};
|
||||
|
||||
#endif //ELAFRAMEWORK_ELAWIDGETTOOLS_PRIVATE_ELAPROGRESSRINGPRIVATE_H_
|
||||
#endif // ELAFRAMEWORK_ELAWIDGETTOOLS_PRIVATE_ELAPROGRESSRINGPRIVATE_H_
|
||||
|
||||
Reference in New Issue
Block a user