summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 22:43:12 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 22:43:12 (GMT)
commit99ecf471075088eba042575772196e63cab5b8f8 (patch)
treed0337258c77b431d1010320fe5640a24bd5b47e1 /doc/src/examples
parent965639a06e624534f4ad8e869fea7b2df33a657d (diff)
downloadQt-99ecf471075088eba042575772196e63cab5b8f8.zip
Qt-99ecf471075088eba042575772196e63cab5b8f8.tar.gz
Qt-99ecf471075088eba042575772196e63cab5b8f8.tar.bz2
Doc: Replace QMatrix with QTransform and respective functions in various places.
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/transformations.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/transformations.qdoc b/doc/src/examples/transformations.qdoc
index a449d4c..a5f92a8 100644
--- a/doc/src/examples/transformations.qdoc
+++ b/doc/src/examples/transformations.qdoc
@@ -85,10 +85,10 @@
All the tranformation operations operate on QPainter's
tranformation matrix that you can retrieve using the
- QPainter::matrix() function. A matrix transforms a point in the
+ QPainter::worldTransform() function. A matrix transforms a point in the
plane to another point. For more information about the
transformation matrix, see the \l {The Coordinate System} and
- QMatrix documentation.
+ QTransform documentation.
\snippet examples/painting/transformations/renderarea.h 0
@@ -375,7 +375,7 @@
All the tranformation operations operate on QPainter's
tranformation matrix. For more information about the
transformation matrix, see the \l {The Coordinate System} and
- QMatrix documentation.
+ QTransform documentation.
The Qt reference documentation provides several painting
demos. Among these is the \l {demos/affine}{Affine