diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-10-20 12:42:43 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-10-20 12:42:43 (GMT) |
commit | 4f91ec092e62f03cc68cde4d6a070d3caa8c657d (patch) | |
tree | a7d0218d5896d708058267397a6d4ccada0c36c0 /src/gui | |
parent | 0df0141ac041fdd65564908f233c29da0fd5c067 (diff) | |
download | Qt-4f91ec092e62f03cc68cde4d6a070d3caa8c657d.zip Qt-4f91ec092e62f03cc68cde4d6a070d3caa8c657d.tar.gz Qt-4f91ec092e62f03cc68cde4d6a070d3caa8c657d.tar.bz2 |
doc: Moved some table headers before the rows.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/painting/qpainterpath.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gui/painting/qpainterpath.cpp b/src/gui/painting/qpainterpath.cpp index ffd0d5c..d96c9b7 100644 --- a/src/gui/painting/qpainterpath.cpp +++ b/src/gui/painting/qpainterpath.cpp @@ -240,12 +240,12 @@ static void qt_debug_path(const QPainterPath &path) provides two methods for filling paths: \table - \row - \o \inlineimage qt-fillrule-oddeven.png - \o \inlineimage qt-fillrule-winding.png \header \o Qt::OddEvenFill \o Qt::WindingFill + \row + \o \inlineimage qt-fillrule-oddeven.png + \o \inlineimage qt-fillrule-winding.png \endtable See the Qt::FillRule documentation for the definition of the @@ -315,12 +315,12 @@ static void qt_debug_path(const QPainterPath &path) QPainterPath to draw text. \table - \row - \o \inlineimage qpainterpath-example.png - \o \inlineimage qpainterpath-demo.png \header \o \l {painting/painterpaths}{Painter Paths Example} \o \l {demos/deform}{Vector Deformation Demo} + \row + \o \inlineimage qpainterpath-example.png + \o \inlineimage qpainterpath-demo.png \endtable \sa QPainterPathStroker, QPainter, QRegion, {Painter Paths Example} @@ -1244,12 +1244,12 @@ Qt::FillRule QPainterPath::fillRule() const fillRule. Qt provides two methods for filling paths: \table - \row - \o \inlineimage qt-fillrule-oddeven.png - \o \inlineimage qt-fillrule-winding.png \header \o Qt::OddEvenFill (default) \o Qt::WindingFill + \row + \o \inlineimage qt-fillrule-oddeven.png + \o \inlineimage qt-fillrule-winding.png \endtable \sa fillRule() |