summaryrefslogtreecommitdiffstats
path: root/doc/src/painting-and-printing
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-05-20 13:05:08 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-05-20 13:05:08 (GMT)
commitd987e048f542a4c85c640b36d116bb408dd029fd (patch)
treeabcd94aed21b80fdaedcb03f73f1b440968b2b73 /doc/src/painting-and-printing
parent107e3a1c1b12057de67ebc20dd435996db9ea4e2 (diff)
downloadQt-d987e048f542a4c85c640b36d116bb408dd029fd.zip
Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.gz
Qt-d987e048f542a4c85c640b36d116bb408dd029fd.tar.bz2
doc: Fixed many broken links.
Diffstat (limited to 'doc/src/painting-and-printing')
-rw-r--r--doc/src/painting-and-printing/paintsystem.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/painting-and-printing/paintsystem.qdoc b/doc/src/painting-and-printing/paintsystem.qdoc
index 44c84a2..c106f35 100644
--- a/doc/src/painting-and-printing/paintsystem.qdoc
+++ b/doc/src/painting-and-printing/paintsystem.qdoc
@@ -89,7 +89,7 @@
\o \l{Classes for Painting}
\o \l{Paint Devices and Backends}
\o \l{Drawing and Filling}
- \o \l{The Coordinate System}
+ \o \l{Coordinate System}
\o \l{Reading and Writing Image Files}
\o \l{Styling}
\o \l{Printing with Qt}
@@ -339,10 +339,10 @@
Normally, QPainter draws in a "natural" coordinate system, but it
is able to perform view and world transformations using the
- QTransform class. For more information, see \l {The Coordinate
- System} documentation which also describes the rendering process,
- i.e. the relation between the logical representation and the
- rendered pixels, and the benefits of anti-aliased painting.
+ QTransform class. For more information, see \l {Coordinate
+ System}, which also describes the rendering process, i.e. the
+ relation between the logical representation and the rendered
+ pixels, and the benefits of anti-aliased painting.
\table 100%
\row \o
@@ -568,5 +568,5 @@
\endtable
For more information about widget styling and appearance, see the
- documentation about \l{Implementing Styles and Style Aware Widgets}.
+ \l{Styles &amp Style Aware Widgets}.
*/