summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-19 21:24:40 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-19 21:24:40 (GMT)
commit3728c5221e4cd1fb15f73df8b9efba9c56531a89 (patch)
tree12c9e124ce03077bc8d8a5937447d0d5341b7d64 /src/gui/graphicsview
parent7a1891b2f308377e67204bbc812716cbc148af4a (diff)
downloadQt-3728c5221e4cd1fb15f73df8b9efba9c56531a89.zip
Qt-3728c5221e4cd1fb15f73df8b9efba9c56531a89.tar.gz
Qt-3728c5221e4cd1fb15f73df8b9efba9c56531a89.tar.bz2
Doc: A few cleanups, fixes and improvements.
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicsitem.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp
index 7d5ce7b..5ef6219 100644
--- a/src/gui/graphicsview/qgraphicsitem.cpp
+++ b/src/gui/graphicsview/qgraphicsitem.cpp
@@ -3189,7 +3189,7 @@ void QGraphicsItem::setShear(qreal sh, qreal sv)
/*!
\since 4.6
- Returns the origin point used for transformation in item coordinate.
+ Returns the origin point for the transformation in item coordinates.
The default is QPointF(0,0).
@@ -3205,7 +3205,7 @@ QPointF QGraphicsItem::transformOrigin() const
/*!
\since 4.6
- Sets the \a origin for transformation in item coordinate
+ Sets the \a origin point for the transformation in item coordinates.
\sa transformOrigin(), {Transformations}
*/
@@ -3226,9 +3226,9 @@ void QGraphicsItem::setTransformOrigin(const QPointF &origin)
\since 4.6
\overload
- Sets the origin for the transformation to the point
- composed of \a x and \a y.
-
+ Sets the origin point for the transformation in item coordinates.
+ This is equivalent to calling setTransformOrigin(QPointF(\a x, \a y)).
+
\sa setTransformOrigin(), {Transformations}
*/