diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-10 15:13:48 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-11-10 15:14:17 (GMT) |
commit | 60377a2ccb25e8b9b51d1100e7ff1a0bb42b82c6 (patch) | |
tree | 2752c64e807be7acf421504419d4aa5d99459361 /src | |
parent | 092359242623018f3314c76821973778f8eb6b7b (diff) | |
download | Qt-60377a2ccb25e8b9b51d1100e7ff1a0bb42b82c6.zip Qt-60377a2ccb25e8b9b51d1100e7ff1a0bb42b82c6.tar.gz Qt-60377a2ccb25e8b9b51d1100e7ff1a0bb42b82c6.tar.bz2 |
Doc: remove graphics for effects that are no longer in scope.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/effects/qgraphicseffect.cpp | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/gui/effects/qgraphicseffect.cpp b/src/gui/effects/qgraphicseffect.cpp index 13f42c5..3fca319 100644 --- a/src/gui/effects/qgraphicseffect.cpp +++ b/src/gui/effects/qgraphicseffect.cpp @@ -67,7 +67,17 @@ \o QGraphicsOpacityEffect - renders the item with an opacity \endlist - \img graphicseffect-effects.png + \table + \row + \o{2,1} \img graphicseffect-plain.png + \row + \o \img graphicseffect-blur.png + \o \img graphicseffect-colorize.png + \row + \o \img graphicseffect-opacity.png + \o \img graphicseffect-drop-shadow.png + \endtable + \img graphicseffect-widget.png For more information on how to use each effect, refer to the specific |