chore: 格式化ElaWidgetTools代码

This commit is contained in:
sleepwithoutbz
2025-09-20 01:39:00 +08:00
parent d2fded145d
commit 4ab391f8a1
394 changed files with 10913 additions and 15860 deletions

View File

@@ -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_