diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-04-12 02:23:08 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-04-13 05:00:21 (GMT) |
commit | ae9ba43b94903c077204736fb82b9bf0445982a5 (patch) | |
tree | c4a73088aa845a118d9edf694545439fa168f138 /src/gui/graphicsview | |
parent | 89cc9cfa72c1e571699caca7488d0c37dadb015d (diff) | |
download | Qt-ae9ba43b94903c077204736fb82b9bf0445982a5.zip Qt-ae9ba43b94903c077204736fb82b9bf0445982a5.tar.gz Qt-ae9ba43b94903c077204736fb82b9bf0445982a5.tar.bz2 |
Move effect property where it should be.
Reviewed-by:leo
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.h b/src/gui/graphicsview/qgraphicsitem.h index 9cc75af..5a65232 100644 --- a/src/gui/graphicsview/qgraphicsitem.h +++ b/src/gui/graphicsview/qgraphicsitem.h @@ -554,6 +554,7 @@ class Q_GUI_EXPORT QGraphicsObject : public QObject, public QGraphicsItem Q_PROPERTY(qreal rotation READ rotation WRITE setRotation NOTIFY rotationChanged) Q_PROPERTY(qreal scale READ scale WRITE setScale NOTIFY scaleChanged) Q_PROPERTY(QPointF transformOriginPoint READ transformOriginPoint WRITE setTransformOriginPoint) + Q_PROPERTY(QGraphicsEffect *effect READ graphicsEffect WRITE setGraphicsEffect) Q_PRIVATE_PROPERTY(QGraphicsItem::d_func(), QDeclarativeListProperty<QGraphicsObject> children READ childrenList DESIGNABLE false NOTIFY childrenChanged) Q_PRIVATE_PROPERTY(QGraphicsItem::d_func(), qreal width READ width WRITE setWidth NOTIFY widthChanged RESET resetWidth FINAL) Q_PRIVATE_PROPERTY(QGraphicsItem::d_func(), qreal height READ height WRITE setHeight NOTIFY heightChanged RESET resetHeight FINAL) |