chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#include "ElaDef.h"
|
||||
|
||||
class ElaImageCard;
|
||||
class ElaImageCardPrivate : public QObject
|
||||
{
|
||||
class ElaImageCardPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaImageCard)
|
||||
Q_PROPERTY_CREATE_D(QImage, CardImage);
|
||||
@@ -16,7 +15,7 @@ class ElaImageCardPrivate : public QObject
|
||||
Q_PROPERTY_CREATE_D(bool, IsPreserveAspectCrop)
|
||||
Q_PROPERTY_CREATE_D(qreal, MaximumAspectRatio)
|
||||
public:
|
||||
explicit ElaImageCardPrivate(QObject* parent = nullptr);
|
||||
explicit ElaImageCardPrivate(QObject *parent = nullptr);
|
||||
~ElaImageCardPrivate();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user