diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-31 11:50:07 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-31 11:50:07 (GMT) |
commit | 39317d9583a4def0b7d1085778e302a8ccb3be86 (patch) | |
tree | bd55c01abe63749e6f03ed82e5018f7566ddd6da /src/svg | |
parent | f587dfeaa9d369235d347af3d14339054ee59908 (diff) | |
download | Qt-39317d9583a4def0b7d1085778e302a8ccb3be86.zip Qt-39317d9583a4def0b7d1085778e302a8ccb3be86.tar.gz Qt-39317d9583a4def0b7d1085778e302a8ccb3be86.tar.bz2 |
doc: Fixed reference to setSize(), which is in QRectF.
Task-number: QTBUG-10903
Diffstat (limited to 'src/svg')
-rw-r--r-- | src/svg/qgraphicssvgitem.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/svg/qgraphicssvgitem.cpp b/src/svg/qgraphicssvgitem.cpp index 69ff7a3..e035e1d 100644 --- a/src/svg/qgraphicssvgitem.cpp +++ b/src/svg/qgraphicssvgitem.cpp @@ -124,8 +124,10 @@ public: \snippet doc/src/snippets/code/src_svg_qgraphicssvgitem.cpp 0 - Size of the item can be set via the setSize() method or via - direct manipulation of the items transformation matrix. + Size of the item can be set via the \l{QRectF::setSize()} + {setSize()} method of the \l{QGraphicsSvgItem::boundingRect()} + {bounding rectangle} or via direct manipulation of the items + transformation matrix. By default the SVG rendering is cached using QGraphicsItem::DeviceCoordinateCache mode to speedup the display of items. Caching can be disabled by passing |