chore: 格式化ElaWidgetTools代码
This commit is contained in:
@@ -5,15 +5,14 @@
|
||||
|
||||
#include "ElaProperty.h"
|
||||
class ElaGraphicsView;
|
||||
class ElaGraphicsViewPrivate : public QObject
|
||||
{
|
||||
class ElaGraphicsViewPrivate : public QObject {
|
||||
Q_OBJECT
|
||||
Q_D_CREATE(ElaGraphicsView)
|
||||
Q_PROPERTY_CREATE_D(qreal, MaxTransform);
|
||||
Q_PROPERTY_CREATE_D(qreal, MinTransform);
|
||||
|
||||
public:
|
||||
explicit ElaGraphicsViewPrivate(QObject* parent = nullptr);
|
||||
explicit ElaGraphicsViewPrivate(QObject *parent = nullptr);
|
||||
~ElaGraphicsViewPrivate();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user