diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-10-20 12:02:22 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-10-20 12:02:22 (GMT) |
commit | 0df0141ac041fdd65564908f233c29da0fd5c067 (patch) | |
tree | 57de87b3ccb3db8c319d23ba219ddce76f2e12d5 /src/gui/painting/qpainter.cpp | |
parent | 2ec8af79c81caf960c54913d0a57c89b74606b34 (diff) | |
download | Qt-0df0141ac041fdd65564908f233c29da0fd5c067.zip Qt-0df0141ac041fdd65564908f233c29da0fd5c067.tar.gz Qt-0df0141ac041fdd65564908f233c29da0fd5c067.tar.bz2 |
doc: Moved some table headers to be before the rows.
Diffstat (limited to 'src/gui/painting/qpainter.cpp')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 7fed7e4..9afb62f 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -1113,14 +1113,14 @@ void QPainterPrivate::updateState(QPainterState *newState) the range of available patterns. \table - \row - \o \inlineimage qpainter-vectordeformation.png - \o \inlineimage qpainter-gradients.png - \o \inlineimage qpainter-pathstroking.png \header \o \l {demos/deform}{Vector Deformation} \o \l {demos/gradients}{Gradients} \o \l {demos/pathstroke}{Path Stroking} + \row + \o \inlineimage qpainter-vectordeformation.png + \o \inlineimage qpainter-gradients.png + \o \inlineimage qpainter-pathstroking.png \endtable @@ -1193,13 +1193,13 @@ void QPainterPrivate::updateState(QPainterState *newState) coordinate transformations. \table + \header + \o nop \o rotate() \o scale() \o translate() \row \o \inlineimage qpainter-clock.png \o \inlineimage qpainter-rotation.png \o \inlineimage qpainter-scale.png \o \inlineimage qpainter-translation.png - \header - \o nop \o rotate() \o scale() \o translate() \endtable The most commonly used transformations are scaling, rotation, |