diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-10-22 13:48:21 +0200 |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-10-22 13:48:21 +0200 |
commit | b55cb6f7801dadc2b442589d9584f8946ac00a52 (patch) | |
tree | 12288f806c9612e1c251c68159dd49002082c1ef /src/gui/image/qimage.cpp | |
parent | 1a0394398bbb7bb03356a5b06582f99d412366f6 (diff) | |
download | qt4-tools-b55cb6f7801dadc2b442589d9584f8946ac00a52.tar.gz |
doc: Moved some table headers ahead of the rows.
Diffstat (limited to 'src/gui/image/qimage.cpp')
-rw-r--r-- | src/gui/image/qimage.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp index 1157b93236..2bb0897613 100644 --- a/src/gui/image/qimage.cpp +++ b/src/gui/image/qimage.cpp @@ -513,12 +513,12 @@ bool QImageData::checkForAlphaPixels() const function. For example: \table + \header + \o {2,1}32-bit \row \o \inlineimage qimage-32bit_scaled.png \o \snippet doc/src/snippets/code/src_gui_image_qimage.cpp 0 - \header - \o {2,1}32-bit \endtable In case of a 8-bit and monchrome images, the pixel value is only @@ -534,12 +534,12 @@ bool QImageData::checkForAlphaPixels() const example: \table + \header + \o {2,1} 8-bit \row \o \inlineimage qimage-8bit_scaled.png \o \snippet doc/src/snippets/code/src_gui_image_qimage.cpp 1 - \header - \o {2,1} 8-bit \endtable QImage also provide the scanLine() function which returns a |