summaryrefslogtreecommitdiffstats
path: root/src/widgets/effects
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:44:51 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commitc3189a0a229cf6ac0e9ea93854b0273551e119d0 (patch)
treeab4423460e7de82a526f453536eb74649d4b88d8 /src/widgets/effects
parenta68577e7e07cce40cac142f6e2b386a76f3ecbd1 (diff)
change \img to \image in docs
\img was a macro defined in macros.qdocconf. This collection of macros is being phased out. Use the full command instead. Change-Id: Ia55212f87bb46349d61359d40568e0aa33882596 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/effects')
-rw-r--r--src/widgets/effects/qgraphicseffect.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/widgets/effects/qgraphicseffect.cpp b/src/widgets/effects/qgraphicseffect.cpp
index 5bfa8cc5e5..7377e02c54 100644
--- a/src/widgets/effects/qgraphicseffect.cpp
+++ b/src/widgets/effects/qgraphicseffect.cpp
@@ -70,16 +70,16 @@
\table
\row
- \li{2,1} \img graphicseffect-plain.png
+ \li{2,1} \image graphicseffect-plain.png
\row
- \li \img graphicseffect-blur.png
- \li \img graphicseffect-colorize.png
+ \li \image graphicseffect-blur.png
+ \li \image graphicseffect-colorize.png
\row
- \li \img graphicseffect-opacity.png
- \li \img graphicseffect-drop-shadow.png
+ \li \image graphicseffect-opacity.png
+ \li \image graphicseffect-drop-shadow.png
\endtable
- \img graphicseffect-widget.png
+ \image graphicseffect-widget.png
For more information on how to use each effect, refer to the specific
effect's documentation.
@@ -600,7 +600,7 @@ void QGraphicsEffect::sourceChanged(ChangeFlags flags)
By default, the color is light blue (QColor(0, 0, 192)).
- \img graphicseffect-colorize.png
+ \image graphicseffect-colorize.png
\sa QGraphicsDropShadowEffect, QGraphicsBlurEffect, QGraphicsOpacityEffect
*/
@@ -729,7 +729,7 @@ void QGraphicsColorizeEffect::draw(QPainter *painter)
By default, the blur radius is 5 pixels. The blur radius is specified in
device coordinates.
- \img graphicseffect-blur.png
+ \image graphicseffect-blur.png
\sa QGraphicsDropShadowEffect, QGraphicsColorizeEffect, QGraphicsOpacityEffect
*/
@@ -892,7 +892,7 @@ void QGraphicsBlurEffect::draw(QPainter *painter)
of 8 pixels towards the lower right. The drop shadow offset is specified
in device coordinates.
- \img graphicseffect-drop-shadow.png
+ \image graphicseffect-drop-shadow.png
\sa QGraphicsBlurEffect, QGraphicsColorizeEffect, QGraphicsOpacityEffect
*/
@@ -1084,7 +1084,7 @@ void QGraphicsDropShadowEffect::draw(QPainter *painter)
By default, the opacity is 0.7.
- \img graphicseffect-opacity.png
+ \image graphicseffect-opacity.png
\sa QGraphicsDropShadowEffect, QGraphicsBlurEffect, QGraphicsColorizeEffect
*/