summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/src/demos/affine.qdoc2
-rw-r--r--doc/src/examples/transformations.qdoc4
-rw-r--r--doc/src/painting-and-printing/coordsys.qdoc6
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/demos/affine.qdoc b/doc/src/demos/affine.qdoc
index adc1a78681..c14a452849 100644
--- a/doc/src/demos/affine.qdoc
+++ b/doc/src/demos/affine.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \example demos/affine
+ \example painting/affine
\title Affine Transformations
In this demo we show Qt's ability to perform affine transformations
diff --git a/doc/src/examples/transformations.qdoc b/doc/src/examples/transformations.qdoc
index 26b558c15f..660089c544 100644
--- a/doc/src/examples/transformations.qdoc
+++ b/doc/src/examples/transformations.qdoc
@@ -364,8 +364,8 @@
QTransform documentation.
The Qt reference documentation provides several painting
- demos. Among these is the \l {demos/affine}{Affine
- Transformations} demo that shows Qt's ability to perform
+ demos. Among these is the \l {painting/affine}{Affine
+ Transformations} example that shows Qt's ability to perform
transformations on painting operations. The demo also allows the
user to experiment with the various transformation operations.
*/
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