summaryrefslogtreecommitdiffstats
path: root/doc/src/painting-and-printing
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-27 13:34:46 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-28 14:20:17 +0200
commita964e56228d147c1acf748e4fe69004593d38c2d (patch)
tree9873b48ee0bcb212edaf56841cedab1c77fddc9d /doc/src/painting-and-printing
parent2dd90a27a82289a5088b929c3bd27c1fd05967f6 (diff)
Change references to affine example.
Because of the merge of demos and examples all references to all demos have to be updated. This is the update for the affine example. Change-Id: I83f24010162a73e11786587365c6f10b51d4bf4b Reviewed-on: http://codereview.qt.nokia.com/774 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'doc/src/painting-and-printing')
-rw-r--r--doc/src/painting-and-printing/coordsys.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/painting-and-printing/coordsys.qdoc b/doc/src/painting-and-printing/coordsys.qdoc
index 35702b97da..96eebd01e0 100644
--- a/doc/src/painting-and-printing/coordsys.qdoc
+++ b/doc/src/painting-and-printing/coordsys.qdoc
@@ -195,8 +195,8 @@
\endtable
You can also twist the coordinate system around the origin using
- the QPainter::shear() function. See the \l {demos/affine}{Affine
- Transformations} demo for a visualization of a sheared coordinate
+ the QPainter::shear() function. See the \l {painting/affine}{Affine
+ Transformations} example for a visualization of a sheared coordinate
system. All the transformation operations operate on QPainter's
transformation matrix that you can retrieve using the
QPainter::worldTransform() function. A matrix transforms a point
@@ -285,7 +285,7 @@
For a demonstation of Qt's ability to perform affine
transformations on painting operations, see the \l
- {demos/affine}{Affine Transformations} demo which allows the user
+ {painting/affine}{Affine Transformations} example which allows the user
to experiment with the transformation operations. See also the \l
{painting/transformations}{Transformations} example which shows
how transformations influence the way that QPainter renders