summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-03-20 14:30:01 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-23 08:51:53 +0100
commit1384a003a97f044f275935b4d1c802b74e639411 (patch)
tree80c30d2121c3cdf08ca89805acc42649174bb990
parentae548b56c0e940c2ed0b165c3d92304a3078eabf (diff)
downloadqtgraphicaleffects-1384a003a97f044f275935b4d1c802b74e639411.tar.gz
Documentation is now generated using qdoc instead of qdoc3
Additionally some qdoc markup definitions are changed to avoid deprecation warnings during doc generation. Change-Id: I91fe30d2e628069f7594406125e24210ae157af3 Reviewed-by: Kim Gronholm <kim.1.gronholm@nokia.com>
-rw-r--r--doc/doc.pri2
-rw-r--r--doc/src/qtgraphicaleffects-blend.qdoc206
-rw-r--r--doc/src/qtgraphicaleffects-brightnesscontrast.qdoc60
-rw-r--r--doc/src/qtgraphicaleffects-colorize.qdoc102
-rw-r--r--doc/src/qtgraphicaleffects-coloroverlay.qdoc26
-rw-r--r--doc/src/qtgraphicaleffects-conicalgradient.qdoc124
-rw-r--r--doc/src/qtgraphicaleffects-desaturate.qdoc26
-rw-r--r--doc/src/qtgraphicaleffects-directionalblur.qdoc68
-rw-r--r--doc/src/qtgraphicaleffects-displace.qdoc30
-rw-r--r--doc/src/qtgraphicaleffects-dropshadow.qdoc238
-rw-r--r--doc/src/qtgraphicaleffects-fastblur.qdoc44
-rw-r--r--doc/src/qtgraphicaleffects-gammaadjust.qdoc62
-rw-r--r--doc/src/qtgraphicaleffects-gaussianblur.qdoc94
-rw-r--r--doc/src/qtgraphicaleffects-glow.qdoc146
-rw-r--r--doc/src/qtgraphicaleffects-huesaturation.qdoc98
-rw-r--r--doc/src/qtgraphicaleffects-innershadow.qdoc238
-rw-r--r--doc/src/qtgraphicaleffects-leveladjust.qdoc338
-rw-r--r--doc/src/qtgraphicaleffects-lineargradient.qdoc104
-rw-r--r--doc/src/qtgraphicaleffects-maskedblur.qdoc100
-rw-r--r--doc/src/qtgraphicaleffects-opacitymask.qdoc24
-rw-r--r--doc/src/qtgraphicaleffects-radialblur.qdoc80
-rw-r--r--doc/src/qtgraphicaleffects-radialgradient.qdoc204
-rw-r--r--doc/src/qtgraphicaleffects-rectangularglow.qdoc152
-rw-r--r--doc/src/qtgraphicaleffects-recursiveblur.qdoc80
-rw-r--r--doc/src/qtgraphicaleffects-thresholdmask.qdoc72
-rw-r--r--doc/src/qtgraphicaleffects-zoomblur.qdoc80
-rw-r--r--doc/src/qtgraphicaleffects.qdoc50
27 files changed, 1424 insertions, 1424 deletions
diff --git a/doc/doc.pri b/doc/doc.pri
index ab61372..3a40bb9 100644
--- a/doc/doc.pri
+++ b/doc/doc.pri
@@ -1,7 +1,7 @@
OTHER_FILES += $$PWD/qtgraphicaleffects.qdocconf
docs_target.target = docs
-docs_target.commands = qdoc3 $$PWD/qtgraphicaleffects.qdocconf
+docs_target.commands = qdoc $$PWD/qtgraphicaleffects.qdocconf
QMAKE_EXTRA_TARGETS = docs_target
QMAKE_CLEAN += "-r $$PWD/html"
diff --git a/doc/src/qtgraphicaleffects-blend.qdoc b/doc/src/qtgraphicaleffects-blend.qdoc
index efd7663..2094644 100644
--- a/doc/src/qtgraphicaleffects-blend.qdoc
+++ b/doc/src/qtgraphicaleffects-blend.qdoc
@@ -34,13 +34,13 @@
\table
\header
- \o source
- \o foregroundSource
- \o Effect applied
+ \li source
+ \li foregroundSource
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image Original_butterfly.png
- \o \image Blend_bug_and_butterfly.png
+ \li \image Original_bug.png
+ \li \image Original_butterfly.png
+ \li \image Blend_bug_and_butterfly.png
\endtable
\section1 Example
@@ -72,151 +72,151 @@
\table
\header
- \o mode
- \o description
+ \li mode
+ \li description
\row
- \o normal
- \o The pixel component values from foregroundSource are written over source by using alpha blending.
+ \li normal
+ \li The pixel component values from foregroundSource are written over source by using alpha blending.
\row
- \o addition
- \o The pixel component values from source and foregroundSource are added together and written.
+ \li addition
+ \li The pixel component values from source and foregroundSource are added together and written.
\row
- \o average
- \o The pixel component values from source and foregroundSource are averaged and written.
+ \li average
+ \li The pixel component values from source and foregroundSource are averaged and written.
\row
- \o color
- \o The lightness value from source is combined with hue and saturation from foregroundSource and written.
+ \li color
+ \li The lightness value from source is combined with hue and saturation from foregroundSource and written.
\row
- \o colorBurn
- \o The darker pixels from source are darkened more, if both source and foregroundSource pixels are light the result is light.
+ \li colorBurn
+ \li The darker pixels from source are darkened more, if both source and foregroundSource pixels are light the result is light.
\row
- \o colorDodge
- \o The lighter pixels from source are lightened more, if both source and foregroundSource pixels are dark the result is dark.
+ \li colorDodge
+ \li The lighter pixels from source are lightened more, if both source and foregroundSource pixels are dark the result is dark.
\row
- \o darken
- \o The darker pixel component value from source and foregroundSource is written.
+ \li darken
+ \li The darker pixel component value from source and foregroundSource is written.
\row
- \o darkerColor
- \o The lower luminance pixel rgb-value from source and foregroundSource is written.
+ \li darkerColor
+ \li The lower luminance pixel rgb-value from source and foregroundSource is written.
\row
- \o difference
- \o The absolute pixel component value difference between source and foregroundSource is written.
+ \li difference
+ \li The absolute pixel component value difference between source and foregroundSource is written.
\row
- \o divide
- \o The pixel component values from source is divided by the value from foregroundSource and written.
+ \li divide
+ \li The pixel component values from source is divided by the value from foregroundSource and written.
\row
- \o exclusion
- \o The pixel component value difference with reduced contrast between source and foregroundSource is written.
+ \li exclusion
+ \li The pixel component value difference with reduced contrast between source and foregroundSource is written.
\row
- \o hardLight
- \o The pixel component values from source are lightened or darkened according to foregroundSource values and written.
+ \li hardLight
+ \li The pixel component values from source are lightened or darkened according to foregroundSource values and written.
\row
- \o hue
- \o The hue value from foregroundSource is combined with saturation and lightness from source and written.
+ \li hue
+ \li The hue value from foregroundSource is combined with saturation and lightness from source and written.
\row
- \o lighten
- \o The lightest pixel component value from source and foregroundSource is written.
+ \li lighten
+ \li The lightest pixel component value from source and foregroundSource is written.
\row
- \o lighterColor
- \o The higher luminance pixel rgb-value from source and foregroundSource is written.
+ \li lighterColor
+ \li The higher luminance pixel rgb-value from source and foregroundSource is written.
\row
- \o lightness
- \o The lightness value from foregroundSource is combined with hue and saturation from source and written.
+ \li lightness
+ \li The lightness value from foregroundSource is combined with hue and saturation from source and written.
\row
- \o multiply
- \o The pixel component values from source and foregroundSource are multiplied together and written.
+ \li multiply
+ \li The pixel component values from source and foregroundSource are multiplied together and written.
\row
- \o negation
- \o The inverted absolute pixel component value difference between source and foregroundSource is written.
+ \li negation
+ \li The inverted absolute pixel component value difference between source and foregroundSource is written.
\row
- \o saturation
- \o The saturation value from foregroundSource is combined with hue and lightness from source and written.
+ \li saturation
+ \li The saturation value from foregroundSource is combined with hue and lightness from source and written.
\row
- \o screen
- \o The pixel values from source and foregroundSource are negated, then multiplied, negated again, and written.
+ \li screen
+ \li The pixel values from source and foregroundSource are negated, then multiplied, negated again, and written.
\row
- \o subtract
- \o Pixel value from foregroundSource is subracted from source and written.
+ \li subtract
+ \li Pixel value from foregroundSource is subracted from source and written.
\row
- \o softLight
- \o The pixel component values from source are lightened or darkened slightly according to foregroundSource values and written.
+ \li softLight
+ \li The pixel component values from source are lightened or darkened slightly according to foregroundSource values and written.
\endtable
\table
\header
- \o Example source
- \o Example foregroundSource
+ \li Example source
+ \li Example foregroundSource
\row
- \o \image Original_bug.png
- \o \image Original_butterfly.png
+ \li \image Original_bug.png
+ \li \image Original_butterfly.png
\endtable
\table
\header
- \o Output examples with different mode values
- \o
- \o
+ \li Output examples with different mode values
+ \li
+ \li
\row
- \o \image Blend_mode1.png
- \o \image Blend_mode2.png
- \o \image Blend_mode3.png
+ \li \image Blend_mode1.png
+ \li \image Blend_mode2.png
+ \li \image Blend_mode3.png
\row
- \o \bold { mode: normal }
- \o \bold { mode: addition }
- \o \bold { mode: average }
+ \li \b { mode: normal }
+ \li \b { mode: addition }
+ \li \b { mode: average }
\row
- \o \image Blend_mode4.png
- \o \image Blend_mode5.png
- \o \image Blend_mode6.png
+ \li \image Blend_mode4.png
+ \li \image Blend_mode5.png
+ \li \image Blend_mode6.png
\row
- \o \bold { mode: color }
- \o \bold { mode: colorBurn }
- \o \bold { mode: colorDodge }
+ \li \b { mode: color }
+ \li \b { mode: colorBurn }
+ \li \b { mode: colorDodge }
\row
- \o \image Blend_mode7.png
- \o \image Blend_mode8.png
- \o \image Blend_mode9.png
+ \li \image Blend_mode7.png
+ \li \image Blend_mode8.png
+ \li \image Blend_mode9.png
\row
- \o \bold { mode: darken }
- \o \bold { mode: darkerColor }
- \o \bold { mode: difference }
+ \li \b { mode: darken }
+ \li \b { mode: darkerColor }
+ \li \b { mode: difference }
\row
- \o \image Blend_mode10.png
- \o \image Blend_mode11.png
- \o \image Blend_mode12.png
+ \li \image Blend_mode10.png
+ \li \image Blend_mode11.png
+ \li \image Blend_mode12.png
\row
- \o \bold { mode: divide }
- \o \bold { mode: exclusion }
- \o \bold { mode: hardlight }
+ \li \b { mode: divide }
+ \li \b { mode: exclusion }
+ \li \b { mode: hardlight }
\row
- \o \image Blend_mode13.png
- \o \image Blend_mode14.png
- \o \image Blend_mode15.png
+ \li \image Blend_mode13.png
+ \li \image Blend_mode14.png
+ \li \image Blend_mode15.png
\row
- \o \bold { mode: hue }
- \o \bold { mode: lighten }
- \o \bold { mode: lighterColor }
+ \li \b { mode: hue }
+ \li \b { mode: lighten }
+ \li \b { mode: lighterColor }
\row
- \o \image Blend_mode16.png
- \o \image Blend_mode17.png
- \o \image Blend_mode18.png
+ \li \image Blend_mode16.png
+ \li \image Blend_mode17.png
+ \li \image Blend_mode18.png
\row
- \o \bold { mode: lightness }
- \o \bold { mode: negation }
- \o \bold { mode: multiply }
+ \li \b { mode: lightness }
+ \li \b { mode: negation }
+ \li \b { mode: multiply }
\row
- \o \image Blend_mode19.png
- \o \image Blend_mode20.png
- \o \image Blend_mode21.png
+ \li \image Blend_mode19.png
+ \li \image Blend_mode20.png
+ \li \image Blend_mode21.png
\row
- \o \bold { mode: saturation }
- \o \bold { mode: screen }
- \o \bold { mode: subtract }
+ \li \b { mode: saturation }
+ \li \b { mode: screen }
+ \li \b { mode: subtract }
\row
- \o \image Blend_mode22.png
+ \li \image Blend_mode22.png
\row
- \o \bold { mode: softLight }
+ \li \b { mode: softLight }
\endtable
diff --git a/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc b/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
index d72168c..bcb1174 100644
--- a/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
+++ b/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
@@ -37,11 +37,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image BrightnessContrast_bug.png
+ \li \image Original_bug.png
+ \li \image BrightnessContrast_bug.png
\endtable
\section1 Example
@@ -70,21 +70,21 @@
\table
\header
- \o Output examples with different brightness values
- \o
- \o
+ \li Output examples with different brightness values
+ \li
+ \li
\row
- \o \image BrightnessContrast_brightness1.png
- \o \image BrightnessContrast_brightness2.png
- \o \image BrightnessContrast_brightness3.png
+ \li \image BrightnessContrast_brightness1.png
+ \li \image BrightnessContrast_brightness2.png
+ \li \image BrightnessContrast_brightness3.png
\row
- \o \bold { brightness: -0.25 }
- \o \bold { brightness: 0 }
- \o \bold { brightness: 0.5 }
+ \li \b { brightness: -0.25 }
+ \li \b { brightness: 0 }
+ \li \b { brightness: 0.5 }
\row
- \o \l contrast: 0
- \o \l contrast: 0
- \o \l contrast: 0
+ \li \l contrast: 0
+ \li \l contrast: 0
+ \li \l contrast: 0
\endtable
*/
@@ -99,30 +99,30 @@
\table
\header
- \o Contrast adjustment curve
+ \li Contrast adjustment curve
\row
- \o \image BrightnessContrast_contrast_graph.png
+ \li \image BrightnessContrast_contrast_graph.png
\endtable
The value ranges from -1.0 to 1.0. By default, the property is set to \c 0.0 (no change).
\table
\header
- \o Output examples with different contrast values
- \o
- \o
+ \li Output examples with different contrast values
+ \li
+ \li
\row
- \o \image BrightnessContrast_contrast1.png
- \o \image BrightnessContrast_contrast2.png
- \o \image BrightnessContrast_contrast3.png
+ \li \image BrightnessContrast_contrast1.png
+ \li \image BrightnessContrast_contrast2.png
+ \li \image BrightnessContrast_contrast3.png
\row
- \o \bold { contrast: -0.5 }
- \o \bold { contrast: 0 }
- \o \bold { contrast: 0.5 }
+ \li \b { contrast: -0.5 }
+ \li \b { contrast: 0 }
+ \li \b { contrast: 0.5 }
\row
- \o \l brightness: 0
- \o \l brightness: 0
- \o \l brightness: 0
+ \li \l brightness: 0
+ \li \l brightness: 0
+ \li \l brightness: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-colorize.qdoc b/doc/src/qtgraphicaleffects-colorize.qdoc
index ea01837..8127e89 100644
--- a/doc/src/qtgraphicaleffects-colorize.qdoc
+++ b/doc/src/qtgraphicaleffects-colorize.qdoc
@@ -42,11 +42,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image Colorize_bug.png
+ \li \image Original_bug.png
+ \li \image Colorize_bug.png
\endtable
\section1 Example
@@ -74,32 +74,32 @@
\table
\header
- \o Allowed hue values
+ \li Allowed hue values
\row
- \o \image Colorize_hue_scale.png
+ \li \image Colorize_hue_scale.png
\endtable
\table
\header
- \o Output examples with different hue values
- \o
- \o
+ \li Output examples with different hue values
+ \li
+ \li
\row
- \o \image Colorize_hue1.png
- \o \image Colorize_hue2.png
- \o \image Colorize_hue3.png
+ \li \image Colorize_hue1.png
+ \li \image Colorize_hue2.png
+ \li \image Colorize_hue3.png
\row
- \o \bold { hue: 0.2 }
- \o \bold { hue: 0.5 }
- \o \bold { hue: 0.8 }
+ \li \b { hue: 0.2 }
+ \li \b { hue: 0.5 }
+ \li \b { hue: 0.8 }
\row
- \o \l saturation: 1
- \o \l saturation: 1
- \o \l saturation: 1
+ \li \l saturation: 1
+ \li \l saturation: 1
+ \li \l saturation: 1
\row
- \o \l lightness: 0
- \o \l lightness: 0
- \o \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
\endtable
*/
@@ -115,25 +115,25 @@
\table
\header
- \o Output examples with different saturation values
- \o
- \o
+ \li Output examples with different saturation values
+ \li
+ \li
\row
- \o \image Colorize_saturation1.png
- \o \image Colorize_saturation2.png
- \o \image Colorize_saturation3.png
+ \li \image Colorize_saturation1.png
+ \li \image Colorize_saturation2.png
+ \li \image Colorize_saturation3.png
\row
- \o \bold { saturation: 0 }
- \o \bold { saturation: 0.5 }
- \o \bold { saturation: 1 }
+ \li \b { saturation: 0 }
+ \li \b { saturation: 0.5 }
+ \li \b { saturation: 1 }
\row
- \o \l hue: 0
- \o \l hue: 0
- \o \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
\row
- \o \l lightness: 0
- \o \l lightness: 0
- \o \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
\endtable
*/
@@ -152,25 +152,25 @@
\table
\header
- \o Output examples with different lightness values
- \o
- \o
+ \li Output examples with different lightness values
+ \li
+ \li
\row
- \o \image Colorize_lightness1.png
- \o \image Colorize_lightness2.png
- \o \image Colorize_lightness3.png
+ \li \image Colorize_lightness1.png
+ \li \image Colorize_lightness2.png
+ \li \image Colorize_lightness3.png
\row
- \o \bold { lightness: -0.75 }
- \o \bold { lightness: 0 }
- \o \bold { lightness: 0.75 }
+ \li \b { lightness: -0.75 }
+ \li \b { lightness: 0 }
+ \li \b { lightness: 0.75 }
\row
- \o \l hue: 0
- \o \l hue: 0
- \o \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
\row
- \o \l saturation: 1
- \o \l saturation: 1
- \o \l saturation: 1
+ \li \l saturation: 1
+ \li \l saturation: 1
+ \li \l saturation: 1
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-coloroverlay.qdoc b/doc/src/qtgraphicaleffects-coloroverlay.qdoc
index 1ec7f7c..927cc80 100644
--- a/doc/src/qtgraphicaleffects-coloroverlay.qdoc
+++ b/doc/src/qtgraphicaleffects-coloroverlay.qdoc
@@ -35,11 +35,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly_black.png
- \o \image ColorOverlay_butterfly.png
+ \li \image Original_butterfly_black.png
+ \li \image ColorOverlay_butterfly.png
\endtable
\section1 Example
@@ -66,17 +66,17 @@
\table
\header
- \o Output examples with different color values
- \o
- \o
+ \li Output examples with different color values
+ \li
+ \li
\row
- \o \image ColorOverlay_color1.png
- \o \image ColorOverlay_color2.png
- \o \image ColorOverlay_color3.png
+ \li \image ColorOverlay_color1.png
+ \li \image ColorOverlay_color2.png
+ \li \image ColorOverlay_color3.png
\row
- \o \bold { color: #80ff0000 }
- \o \bold { color: #8000ff00 }
- \o \bold { color: #800000ff }
+ \li \b { color: #80ff0000 }
+ \li \b { color: #8000ff00 }
+ \li \b { color: #800000ff }
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-conicalgradient.qdoc b/doc/src/qtgraphicaleffects-conicalgradient.qdoc
index e557e4a..2fbb5c7 100644
--- a/doc/src/qtgraphicaleffects-conicalgradient.qdoc
+++ b/doc/src/qtgraphicaleffects-conicalgradient.qdoc
@@ -36,9 +36,9 @@
\table
\header
- \o Effect applied
+ \li Effect applied
\row
- \o \image ConicalGradient.png
+ \li \image ConicalGradient.png
\endtable
\section1 Example
@@ -59,15 +59,15 @@
\table
\header
- \o Output examples with different gradient values
- \o
- \o
+ \li Output examples with different gradient values
+ \li
+ \li
\row
- \o \image ConicalGradient_gradient1.png
- \o \image ConicalGradient_gradient2.png
- \o \image ConicalGradient_gradient3.png
+ \li \image ConicalGradient_gradient1.png
+ \li \image ConicalGradient_gradient2.png
+ \li \image ConicalGradient_gradient3.png
\row
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.000
color: Qt.rgba(1, 0, 0, 1) }
@@ -85,7 +85,7 @@ Gradient {
color: Qt.rgba(1, 0, 0, 1) }
}
\endcode
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.0
color: "#F0F0F0"
@@ -98,7 +98,7 @@ Gradient {
}
}
\endcode
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.0
color: "#00000000"
@@ -109,17 +109,17 @@ Gradient {
}
\endcode
\row
- \o \l angle: 0
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
@@ -136,23 +136,23 @@ Gradient {
\table
\header
- \o Output examples with different source values
- \o
+ \li Output examples with different source values
+ \li
\row
- \o \image ConicalGradient_maskSource1.png
- \o \image ConicalGradient_maskSource2.png
+ \li \image ConicalGradient_maskSource1.png
+ \li \image ConicalGradient_maskSource2.png
\row
- \o \bold { source: undefined }
- \o \bold { source: }
+ \li \b { source: undefined }
+ \li \b { source: }
\row
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
@@ -167,25 +167,25 @@ Gradient {
\table
\header
- \o Output examples with different angle values
- \o
- \o
+ \li Output examples with different angle values
+ \li
+ \li
\row
- \o \image ConicalGradient_angle1.png
- \o \image ConicalGradient_angle2.png
- \o \image ConicalGradient_angle3.png
+ \li \image ConicalGradient_angle1.png
+ \li \image ConicalGradient_angle2.png
+ \li \image ConicalGradient_angle3.png
\row
- \o \bold { angle: 0 }
- \o \bold { angle: 45 }
- \o \bold { angle: 185 }
+ \li \b { angle: 0 }
+ \li \b { angle: 45 }
+ \li \b { angle: 185 }
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
@@ -201,25 +201,25 @@ Gradient {
\table
\header
- \o Output examples with different horizontalOffset values
- \o
- \o
+ \li Output examples with different horizontalOffset values
+ \li
+ \li
\row
- \o \image ConicalGradient_horizontalOffset1.png
- \o \image ConicalGradient_horizontalOffset2.png
- \o \image ConicalGradient_horizontalOffset3.png
+ \li \image ConicalGradient_horizontalOffset1.png
+ \li \image ConicalGradient_horizontalOffset2.png
+ \li \image ConicalGradient_horizontalOffset3.png
\row
- \o \bold { horizontalOffset: -50 }
- \o \bold { horizontalOffset: 0 }
- \o \bold { horizontalOffset: 50 }
+ \li \b { horizontalOffset: -50 }
+ \li \b { horizontalOffset: 0 }
+ \li \b { horizontalOffset: 50 }
\row
- \o \l angle: 0
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-desaturate.qdoc b/doc/src/qtgraphicaleffects-desaturate.qdoc
index 53165b7..4cde006 100644
--- a/doc/src/qtgraphicaleffects-desaturate.qdoc
+++ b/doc/src/qtgraphicaleffects-desaturate.qdoc
@@ -35,11 +35,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image Desaturate_bug.png
+ \li \image Original_bug.png
+ \li \image Desaturate_bug.png
\endtable
\section1 Example
@@ -67,17 +67,17 @@
\table
\header
- \o Output examples with different desaturation values
- \o
- \o
+ \li Output examples with different desaturation values
+ \li
+ \li
\row
- \o \image Desaturate_desaturation1.png
- \o \image Desaturate_desaturation2.png
- \o \image Desaturate_desaturation3.png
+ \li \image Desaturate_desaturation1.png
+ \li \image Desaturate_desaturation2.png
+ \li \image Desaturate_desaturation3.png
\row
- \o \bold { desaturation: 0.0 }
- \o \bold { desaturation: 0.5 }
- \o \bold { desaturation: 1.0 }
+ \li \b { desaturation: 0.0 }
+ \li \b { desaturation: 0.5 }
+ \li \b { desaturation: 1.0 }
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-directionalblur.qdoc b/doc/src/qtgraphicaleffects-directionalblur.qdoc
index 28ce4a0..dfa175f 100644
--- a/doc/src/qtgraphicaleffects-directionalblur.qdoc
+++ b/doc/src/qtgraphicaleffects-directionalblur.qdoc
@@ -40,11 +40,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image DirectionalBlur_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image DirectionalBlur_butterfly.png
\endtable
\section1 Example
@@ -75,25 +75,25 @@
\table
\header
- \o Output examples with different length values
- \o
- \o
+ \li Output examples with different length values
+ \li
+ \li
\row
- \o \image DirectionalBlur_length1.png
- \o \image DirectionalBlur_length2.png
- \o \image DirectionalBlur_length3.png
+ \li \image DirectionalBlur_length1.png
+ \li \image DirectionalBlur_length2.png
+ \li \image DirectionalBlur_length3.png
\row
- \o \bold { length: 0.0 }
- \o \bold { length: 32.0 }
- \o \bold { length: 64.0 }
+ \li \b { length: 0.0 }
+ \li \b { length: 32.0 }
+ \li \b { length: 64.0 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l angle: 0
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\endtable
*/
@@ -125,25 +125,25 @@
\table
\header
- \o Output examples with different angle values
- \o
- \o
+ \li Output examples with different angle values
+ \li
+ \li
\row
- \o \image DirectionalBlur_angle1.png
- \o \image DirectionalBlur_angle2.png
- \o \image DirectionalBlur_angle3.png
+ \li \image DirectionalBlur_angle1.png
+ \li \image DirectionalBlur_angle2.png
+ \li \image DirectionalBlur_angle3.png
\row
- \o \bold { angle: 0.0 }
- \o \bold { angle: 45.0 }
- \o \bold { angle: 90.0 }
+ \li \b { angle: 0.0 }
+ \li \b { angle: 45.0 }
+ \li \b { angle: 90.0 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l length: 32
- \o \l length: 32
- \o \l length: 32
+ \li \l length: 32
+ \li \l length: 32
+ \li \l length: 32
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-displace.qdoc b/doc/src/qtgraphicaleffects-displace.qdoc
index 894ad60..90b2a35 100644
--- a/doc/src/qtgraphicaleffects-displace.qdoc
+++ b/doc/src/qtgraphicaleffects-displace.qdoc
@@ -33,13 +33,13 @@
\table
\header
- \o Source
- \o DisplacementSource
- \o Effect applied
+ \li Source
+ \li DisplacementSource
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image Displace_map.png
- \o \image Displace_bug.png
+ \li \image Original_bug.png
+ \li \image Displace_map.png
+ \li \image Displace_bug.png
\endtable
\section1 Example
@@ -100,17 +100,17 @@
\table
\header
- \o Output examples with different displacement values
- \o
- \o
+ \li Output examples with different displacement values
+ \li
+ \li
\row
- \o \image Displace_displacement1.png
- \o \image Displace_displacement2.png
- \o \image Displace_displacement3.png
+ \li \image Displace_displacement1.png
+ \li \image Displace_displacement2.png
+ \li \image Displace_displacement3.png
\row
- \o \bold { displacement: -0.2 }
- \o \bold { displacement: 0.0 }
- \o \bold { displacement: 0.2 }
+ \li \b { displacement: -0.2 }
+ \li \b { displacement: 0.0 }
+ \li \b { displacement: 0.2 }
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-dropshadow.qdoc b/doc/src/qtgraphicaleffects-dropshadow.qdoc
index 95dd701..f46fee7 100644
--- a/doc/src/qtgraphicaleffects-dropshadow.qdoc
+++ b/doc/src/qtgraphicaleffects-dropshadow.qdoc
@@ -41,11 +41,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image DropShadow_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image DropShadow_butterfly.png
\endtable
\section1 Example
@@ -77,37 +77,37 @@
\table
\header
- \o Output examples with different radius values
- \o
- \o
+ \li Output examples with different radius values
+ \li
+ \li
\row
- \o \image DropShadow_radius1.png
- \o \image DropShadow_radius2.png
- \o \image DropShadow_radius3.png
+ \li \image DropShadow_radius1.png
+ \li \image DropShadow_radius2.png
+ \li \image DropShadow_radius3.png
\row
- \o \bold { radius: 0 }
- \o \bold { radius: 6 }
- \o \bold { radius: 12 }
+ \li \b { radius: 0 }
+ \li \b { radius: 6 }
+ \li \b { radius: 12 }
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l color: #000000
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
@@ -142,37 +142,37 @@
\table
\header
- \o Output examples with different spread values
- \o
- \o
+ \li Output examples with different spread values
+ \li
+ \li
\row
- \o \image DropShadow_spread1.png
- \o \image DropShadow_spread2.png
- \o \image DropShadow_spread3.png
+ \li \image DropShadow_spread1.png
+ \li \image DropShadow_spread2.png
+ \li \image DropShadow_spread3.png
\row
- \o \bold { spread: 0.0 }
- \o \bold { spread: 0.5 }
- \o \bold { spread: 1.0 }
+ \li \b { spread: 0.0 }
+ \li \b { spread: 0.5 }
+ \li \b { spread: 1.0 }
\row
- \o \l radius: 8
- \o \l radius: 8
- \o \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l color: #000000
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
\endtable
*/
@@ -186,37 +186,37 @@
\table
\header
- \o Output examples with different color values
- \o
- \o
+ \li Output examples with different color values
+ \li
+ \li
\row
- \o \image DropShadow_color1.png
- \o \image DropShadow_color2.png
- \o \image DropShadow_color3.png
+ \li \image DropShadow_color1.png
+ \li \image DropShadow_color2.png
+ \li \image DropShadow_color3.png
\row
- \o \bold { color: #000000 }
- \o \bold { color: #0000ff }
- \o \bold { color: #aa000000 }
+ \li \b { color: #000000 }
+ \li \b { color: #0000ff }
+ \li \b { color: #aa000000 }
\row
- \o \l radius: 8
- \o \l radius: 8
- \o \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
@@ -236,37 +236,37 @@
\table
\header
- \o Output examples with different horizontalOffset values
- \o
- \o
+ \li Output examples with different horizontalOffset values
+ \li
+ \li
\row
- \o \image DropShadow_horizontalOffset1.png
- \o \image DropShadow_horizontalOffset2.png
- \o \image DropShadow_horizontalOffset3.png
+ \li \image DropShadow_horizontalOffset1.png
+ \li \image DropShadow_horizontalOffset2.png
+ \li \image DropShadow_horizontalOffset3.png
\row
- \o \bold { horizontalOffset: -20 }
- \o \bold { horizontalOffset: 0 }
- \o \bold { horizontalOffset: 20 }
+ \li \b { horizontalOffset: -20 }
+ \li \b { horizontalOffset: 0 }
+ \li \b { horizontalOffset: 20 }
\row
- \o \l radius: 4
- \o \l radius: 4
- \o \l radius: 4
+ \li \l radius: 4
+ \li \l radius: 4
+ \li \l radius: 4
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l color: #000000
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
@@ -282,33 +282,33 @@
\table
\header
- \o Output examples with different fast values
- \o
- \o
+ \li Output examples with different fast values
+ \li
+ \li
\row
- \o \image DropShadow_fast1.png
- \o \image DropShadow_fast2.png
+ \li \image DropShadow_fast1.png
+ \li \image DropShadow_fast2.png
\row
- \o \bold { fast: false }
- \o \bold { fast: true }
+ \li \b { fast: false }
+ \li \b { fast: true }
\row
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 20
- \o \l verticalOffset: 20
+ \li \l verticalOffset: 20
+ \li \l verticalOffset: 20
\row
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-fastblur.qdoc b/doc/src/qtgraphicaleffects-fastblur.qdoc
index 90d26e5..75a1595 100644
--- a/doc/src/qtgraphicaleffects-fastblur.qdoc
+++ b/doc/src/qtgraphicaleffects-fastblur.qdoc
@@ -40,11 +40,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image FastBlur_bug.png
+ \li \image Original_bug.png
+ \li \image FastBlur_bug.png
\endtable
\section1 Example
@@ -73,17 +73,17 @@
\table
\header
- \o Output examples with different blur values
- \o
- \o
+ \li Output examples with different blur values
+ \li
+ \li
\row
- \o \image FastBlur_radius1.png
- \o \image FastBlur_radius2.png
- \o \image FastBlur_radius3.png
+ \li \image FastBlur_radius1.png
+ \li \image FastBlur_radius2.png
+ \li \image FastBlur_radius3.png
\row
- \o \bold { radius: 0 }
- \o \bold { radius: 32 }
- \o \bold { radius: 64 }
+ \li \b { radius: 0 }
+ \li \b { radius: 32 }
+ \li \b { radius: 64 }
\endtable
*/
@@ -106,18 +106,18 @@
\table
\header
- \o Output examples with different transparentBorder values
- \o
- \o
+ \li Output examples with different transparentBorder values
+ \li
+ \li
\row
- \o \image FastBlur_transparentBorder1.png
- \o \image FastBlur_transparentBorder2.png
+ \li \image FastBlur_transparentBorder1.png
+ \li \image FastBlur_transparentBorder2.png
\row
- \o \bold { transparentBorder: false }
- \o \bold { transparentBorder: true }
+ \li \b { transparentBorder: false }
+ \li \b { transparentBorder: true }
\row
- \o \l radius: 64
- \o \l radius: 64
+ \li \l radius: 64
+ \li \l radius: 64
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-gammaadjust.qdoc b/doc/src/qtgraphicaleffects-gammaadjust.qdoc
index cb3e2ab..dd7530c 100644
--- a/doc/src/qtgraphicaleffects-gammaadjust.qdoc
+++ b/doc/src/qtgraphicaleffects-gammaadjust.qdoc
@@ -37,11 +37,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image GammaAdjust_bug.png
+ \li \image Original_bug.png
+ \li \image GammaAdjust_bug.png
\endtable
\section1 Example
@@ -75,44 +75,44 @@
\table
\header
- \o Output examples with different gamma values
- \o
- \o
+ \li Output examples with different gamma values
+ \li
+ \li
\row
- \o \image GammaAdjust_gamma1.png
- \o \image GammaAdjust_gamma2.png
- \o \image GammaAdjust_gamma3.png
+ \li \image GammaAdjust_gamma1.png
+ \li \image GammaAdjust_gamma2.png
+ \li \image GammaAdjust_gamma3.png
\row
- \o \bold { gamma: 0.5 }
- \o \bold { gamma: 1.0 }
- \o \bold { gamma: 2.0 }
+ \li \b { gamma: 0.5 }
+ \li \b { gamma: 1.0 }
+ \li \b { gamma: 2.0 }
\endtable
\table
\header
- \o Pixel luminance curves of the above images.
- \o
- \o
+ \li Pixel luminance curves of the above images.
+ \li
+ \li
\row
- \o \image GammaAdjust_gamma1_graph.png
- \o \image GammaAdjust_gamma2_graph.png
- \o \image GammaAdjust_gamma3_graph.png
+ \li \image GammaAdjust_gamma1_graph.png
+ \li \image GammaAdjust_gamma2_graph.png
+ \li \image GammaAdjust_gamma3_graph.png
\row
- \o Red curve: default gamma (1.0)
- \o
- \o
+ \li Red curve: default gamma (1.0)
+ \li
+ \li
\row
- \o Yellow curve: effect applied
- \o
- \o
+ \li Yellow curve: effect applied
+ \li
+ \li
\row
- \o X-axis: pixel original luminance
- \o
- \o
+ \li X-axis: pixel original luminance
+ \li
+ \li
\row
- \o Y-axis: pixel luminance with effect applied
- \o
- \o
+ \li Y-axis: pixel luminance with effect applied
+ \li
+ \li
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-gaussianblur.qdoc b/doc/src/qtgraphicaleffects-gaussianblur.qdoc
index 5038cf3..bdd03c3 100644
--- a/doc/src/qtgraphicaleffects-gaussianblur.qdoc
+++ b/doc/src/qtgraphicaleffects-gaussianblur.qdoc
@@ -36,11 +36,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image GaussianBlur_bug.png
+ \li \image Original_bug.png
+ \li \image GaussianBlur_bug.png
\endtable
\section1 Example
@@ -71,25 +71,25 @@
\table
\header
- \o Output examples with different radius values
- \o
- \o
+ \li Output examples with different radius values
+ \li
+ \li
\row
- \o \image GaussianBlur_radius1.png
- \o \image GaussianBlur_radius2.png
- \o \image GaussianBlur_radius3.png
+ \li \image GaussianBlur_radius1.png
+ \li \image GaussianBlur_radius2.png
+ \li \image GaussianBlur_radius3.png
\row
- \o \bold { radius: 0 }
- \o \bold { radius: 4 }
- \o \bold { radius: 8 }
+ \li \b { radius: 0 }
+ \li \b { radius: 4 }
+ \li \b { radius: 8 }
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l deviation: 3
- \o \l deviation: 3
- \o \l deviation: 3
+ \li \l deviation: 3
+ \li \l deviation: 3
+ \li \l deviation: 3
\endtable
*/
@@ -135,25 +135,25 @@
\table
\header
- \o Output examples with different deviation values
- \o
- \o
+ \li Output examples with different deviation values
+ \li
+ \li
\row
- \o \image GaussianBlur_deviation1.png
- \o \image GaussianBlur_deviation2.png
- \o \image GaussianBlur_deviation3.png
+ \li \image GaussianBlur_deviation1.png
+ \li \image GaussianBlur_deviation2.png
+ \li \image GaussianBlur_deviation3.png
\row
- \o \bold { deviation: 1 }
- \o \bold { deviation: 2 }
- \o \bold { deviation: 4 }
+ \li \b { deviation: 1 }
+ \li \b { deviation: 2 }
+ \li \b { deviation: 4 }
\row
- \o \l radius: 8
- \o \l radius: 8
- \o \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\endtable
*/
@@ -177,24 +177,24 @@
\table
\header
- \o Output examples with different transparentBorder values
- \o
- \o
+ \li Output examples with different transparentBorder values
+ \li
+ \li
\row
- \o \image GaussianBlur_transparentBorder1.png
- \o \image GaussianBlur_transparentBorder2.png
+ \li \image GaussianBlur_transparentBorder1.png
+ \li \image GaussianBlur_transparentBorder2.png
\row
- \o \bold { transparentBorder: false }
- \o \bold { transparentBorder: true }
+ \li \b { transparentBorder: false }
+ \li \b { transparentBorder: true }
\row
- \o \l radius: 8
- \o \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
\row
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l deviation: 2.7
- \o \l deviation: 2.7
+ \li \l deviation: 2.7
+ \li \l deviation: 2.7
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-glow.qdoc b/doc/src/qtgraphicaleffects-glow.qdoc
index e8883ca..ed086e6 100644
--- a/doc/src/qtgraphicaleffects-glow.qdoc
+++ b/doc/src/qtgraphicaleffects-glow.qdoc
@@ -39,11 +39,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly_black.png
- \o \image Glow_butterfly.png
+ \li \image Original_butterfly_black.png
+ \li \image Glow_butterfly.png
\endtable
\section1 Example
@@ -76,29 +76,29 @@
\table
\header
- \o Output examples with different radius values
- \o
- \o
+ \li Output examples with different radius values
+ \li
+ \li
\row
- \o \image Glow_radius1.png
- \o \image Glow_radius2.png
- \o \image Glow_radius3.png
+ \li \image Glow_radius1.png
+ \li \image Glow_radius2.png
+ \li \image Glow_radius3.png
\row
- \o \bold { radius: 0 }
- \o \bold { radius: 6 }
- \o \bold { radius: 12 }
+ \li \b { radius: 0 }
+ \li \b { radius: 6 }
+ \li \b { radius: 12 }
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l color: #ffffff
- \o \l color: #ffffff
- \o \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
@@ -132,29 +132,29 @@
\table
\header
- \o Output examples with different color values
- \o
- \o
+ \li Output examples with different color values
+ \li
+ \li
\row
- \o \image Glow_color1.png
- \o \image Glow_color2.png
- \o \image Glow_color3.png
+ \li \image Glow_color1.png
+ \li \image Glow_color2.png
+ \li \image Glow_color3.png
\row
- \o \bold { color: #ffffff }
- \o \bold { color: #00ff00 }
- \o \bold { color: #aa00ff00 }
+ \li \b { color: #ffffff }
+ \li \b { color: #00ff00 }
+ \li \b { color: #aa00ff00 }
\row
- \o \l radius: 8
- \o \l radius: 8
- \o \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l spread: 0.5
- \o \l spread: 0.5
- \o \l spread: 0.5
+ \li \l spread: 0.5
+ \li \l spread: 0.5
+ \li \l spread: 0.5
\endtable
*/
@@ -169,29 +169,29 @@
\table
\header
- \o Output examples with different spread values
- \o
- \o
+ \li Output examples with different spread values
+ \li
+ \li
\row
- \o \image Glow_spread1.png
- \o \image Glow_spread2.png
- \o \image Glow_spread3.png
+ \li \image Glow_spread1.png
+ \li \image Glow_spread2.png
+ \li \image Glow_spread3.png
\row
- \o \bold { spread: 0.0 }
- \o \bold { spread: 0.5 }
- \o \bold { spread: 1.0 }
+ \li \b { spread: 0.0 }
+ \li \b { spread: 0.5 }
+ \li \b { spread: 1.0 }
\row
- \o \l radius: 8
- \o \l radius: 8
- \o \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
+ \li \l radius: 8
\row
- \o \l samples: 16
- \o \l samples: 16
- \o \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
+ \li \l samples: 16
\row
- \o \l color: #ffffff
- \o \l color: #ffffff
- \o \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
\endtable
*/
@@ -207,27 +207,27 @@
\table
\header
- \o Output examples with different fast values
- \o
- \o
+ \li Output examples with different fast values
+ \li
+ \li
\row
- \o \image Glow_fast1.png
- \o \image Glow_fast2.png
+ \li \image Glow_fast1.png
+ \li \image Glow_fast2.png
\row
- \o \bold { fast: false }
- \o \bold { fast: true }
+ \li \b { fast: false }
+ \li \b { fast: true }
\row
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l color: #ffffff
- \o \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
\row
- \o \l spread: 0.3
- \o \l spread: 0.3
+ \li \l spread: 0.3
+ \li \l spread: 0.3
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-huesaturation.qdoc b/doc/src/qtgraphicaleffects-huesaturation.qdoc
index 64010d2..6b7e5f7 100644
--- a/doc/src/qtgraphicaleffects-huesaturation.qdoc
+++ b/doc/src/qtgraphicaleffects-huesaturation.qdoc
@@ -37,11 +37,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image HueSaturation_bug.png
+ \li \image Original_bug.png
+ \li \image HueSaturation_bug.png
\endtable
\section1 Example
@@ -69,25 +69,25 @@
\table
\header
- \o Output examples with different hue values
- \o
- \o
+ \li Output examples with different hue values
+ \li
+ \li
\row
- \o \image HueSaturation_hue1.png
- \o \image HueSaturation_hue2.png
- \o \image HueSaturation_hue3.png
+ \li \image HueSaturation_hue1.png
+ \li \image HueSaturation_hue2.png
+ \li \image HueSaturation_hue3.png
\row
- \o \bold { hue: -0.3 }
- \o \bold { hue: 0.0 }
- \o \bold { hue: 0.3 }
+ \li \b { hue: -0.3 }
+ \li \b { hue: 0.0 }
+ \li \b { hue: 0.3 }
\row
- \o \l saturation: 0
- \o \l saturation: 0
- \o \l saturation: 0
+ \li \l saturation: 0
+ \li \l saturation: 0
+ \li \l saturation: 0
\row
- \o \l lightness: 0
- \o \l lightness: 0
- \o \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
\endtable
*/
@@ -103,25 +103,25 @@
\table
\header
- \o Output examples with different saturation values
- \o
- \o
+ \li Output examples with different saturation values
+ \li
+ \li
\row
- \o \image HueSaturation_saturation1.png
- \o \image HueSaturation_saturation2.png
- \o \image HueSaturation_saturation3.png
+ \li \image HueSaturation_saturation1.png
+ \li \image HueSaturation_saturation2.png
+ \li \image HueSaturation_saturation3.png
\row
- \o \bold { saturation: -0.8 }
- \o \bold { saturation: 0.0 }
- \o \bold { saturation: 1.0 }
+ \li \b { saturation: -0.8 }
+ \li \b { saturation: 0.0 }
+ \li \b { saturation: 1.0 }
\row
- \o \l hue: 0
- \o \l hue: 0
- \o \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
\row
- \o \l lightness: 0
- \o \l lightness: 0
- \o \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
+ \li \l lightness: 0
\endtable
*/
@@ -137,25 +137,25 @@
\table
\header
- \o Output examples with different lightness values
- \o
- \o
+ \li Output examples with different lightness values
+ \li
+ \li
\row
- \o \image HueSaturation_lightness1.png
- \o \image HueSaturation_lightness2.png
- \o \image HueSaturation_lightness3.png
+ \li \image HueSaturation_lightness1.png
+ \li \image HueSaturation_lightness2.png
+ \li \image HueSaturation_lightness3.png
\row
- \o \bold { lightness: -0.5 }
- \o \bold { lightness: 0.0 }
- \o \bold { lightness: 0.5 }
+ \li \b { lightness: -0.5 }
+ \li \b { lightness: 0.0 }
+ \li \b { lightness: 0.5 }
\row
- \o \l hue: 0
- \o \l hue: 0
- \o \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
+ \li \l hue: 0
\row
- \o \l saturation: 0
- \o \l saturation: 0
- \o \l saturation: 0
+ \li \l saturation: 0
+ \li \l saturation: 0
+ \li \l saturation: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-innershadow.qdoc b/doc/src/qtgraphicaleffects-innershadow.qdoc
index 0d874c5..a78c889 100644
--- a/doc/src/qtgraphicaleffects-innershadow.qdoc
+++ b/doc/src/qtgraphicaleffects-innershadow.qdoc
@@ -40,11 +40,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image InnerShadow_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image InnerShadow_butterfly.png
\endtable
\section1 Example
@@ -76,37 +76,37 @@
\table
\header
- \o Output examples with different radius values
- \o
- \o
+ \li Output examples with different radius values
+ \li
+ \li
\row
- \o \image InnerShadow_radius1.png
- \o \image InnerShadow_radius2.png
- \o \image InnerShadow_radius3.png
+ \li \image InnerShadow_radius1.png
+ \li \image InnerShadow_radius2.png
+ \li \image InnerShadow_radius3.png
\row
- \o \bold { radius: 0 }
- \o \bold { radius: 6 }
- \o \bold { radius: 12 }
+ \li \b { radius: 0 }
+ \li \b { radius: 6 }
+ \li \b { radius: 12 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l color: #000000
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
@@ -141,37 +141,37 @@
\table
\header
- \o Output examples with different spread values
- \o
- \o
+ \li Output examples with different spread values
+ \li
+ \li
\row
- \o \image InnerShadow_spread1.png
- \o \image InnerShadow_spread2.png
- \o \image InnerShadow_spread3.png
+ \li \image InnerShadow_spread1.png
+ \li \image InnerShadow_spread2.png
+ \li \image InnerShadow_spread3.png
\row
- \o \bold { spread: 0.0 }
- \o \bold { spread: 0.3 }
- \o \bold { spread: 0.5 }
+ \li \b { spread: 0.0 }
+ \li \b { spread: 0.3 }
+ \li \b { spread: 0.5 }
\row
- \o \l radius: 16
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l color: #000000
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
@@ -185,37 +185,37 @@
\table
\header
- \o Output examples with different color values
- \o
- \o
+ \li Output examples with different color values
+ \li
+ \li
\row
- \o \image InnerShadow_color1.png
- \o \image InnerShadow_color2.png
- \o \image InnerShadow_color3.png
+ \li \image InnerShadow_color1.png
+ \li \image InnerShadow_color2.png
+ \li \image InnerShadow_color3.png
\row
- \o \bold { color: #000000 }
- \o \bold { color: #ffffff }
- \o \bold { color: #ff0000 }
+ \li \b { color: #000000 }
+ \li \b { color: #ffffff }
+ \li \b { color: #ff0000 }
\row
- \o \l radius: 16
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l spread: 0.2
- \o \l spread: 0.2
- \o \l spread: 0.2
+ \li \l spread: 0.2
+ \li \l spread: 0.2
+ \li \l spread: 0.2
\endtable
*/
@@ -235,37 +235,37 @@
\table
\header
- \o Output examples with different horizontalOffset values
- \o
- \o
+ \li Output examples with different horizontalOffset values
+ \li
+ \li
\row
- \o \image InnerShadow_horizontalOffset1.png
- \o \image InnerShadow_horizontalOffset2.png
- \o \image InnerShadow_horizontalOffset3.png
+ \li \image InnerShadow_horizontalOffset1.png
+ \li \image InnerShadow_horizontalOffset2.png
+ \li \image InnerShadow_horizontalOffset3.png
\row
- \o \bold { horizontalOffset: -20 }
- \o \bold { horizontalOffset: 0 }
- \o \bold { horizontalOffset: 20 }
+ \li \b { horizontalOffset: -20 }
+ \li \b { horizontalOffset: 0 }
+ \li \b { horizontalOffset: 20 }
\row
- \o \l radius: 16
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l color: #000000
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\endtable
*/
@@ -281,33 +281,33 @@
\table
\header
- \o Output examples with different fast values
- \o
- \o
+ \li Output examples with different fast values
+ \li
+ \li
\row
- \o \image InnerShadow_fast1.png
- \o \image InnerShadow_fast2.png
+ \li \image InnerShadow_fast1.png
+ \li \image InnerShadow_fast2.png
\row
- \o \bold { fast: false }
- \o \bold { fast: true }
+ \li \b { fast: false }
+ \li \b { fast: true }
\row
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l color: #000000
- \o \l color: #000000
+ \li \l color: #000000
+ \li \l color: #000000
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l spread: 0.2
- \o \l spread: 0.2
+ \li \l spread: 0.2
+ \li \l spread: 0.2
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-leveladjust.qdoc b/doc/src/qtgraphicaleffects-leveladjust.qdoc
index 759f2ab..7000015 100644
--- a/doc/src/qtgraphicaleffects-leveladjust.qdoc
+++ b/doc/src/qtgraphicaleffects-leveladjust.qdoc
@@ -35,11 +35,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image LevelAdjust_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image LevelAdjust_butterfly.png
\endtable
\section1 Example
@@ -69,52 +69,52 @@
\table
\header
- \o Output examples with different minimumInput values
- \o
- \o
+ \li Output examples with different minimumInput values
+ \li
+ \li
\row
- \o \image LevelAdjust_minimumInput1.png
- \o \image LevelAdjust_minimumInput2.png
- \o \image LevelAdjust_minimumInput3.png
+ \li \image LevelAdjust_minimumInput1.png
+ \li \image LevelAdjust_minimumInput2.png
+ \li \image LevelAdjust_minimumInput3.png
\row
- \o \bold { minimumInput: #00000000 }
- \o \bold { minimumInput: #00000040 }
- \o \bold { minimumInput: #00000070 }
+ \li \b { minimumInput: #00000000 }
+ \li \b { minimumInput: #00000040 }
+ \li \b { minimumInput: #00000070 }
\row
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
\row
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
\row
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
\row
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
\endtable
\table
\header
- \o Pixel color channel luminance curves of the above images.
- \o
- \o
+ \li Pixel color channel luminance curves of the above images.
+ \li
+ \li
\row
- \o \image LevelAdjust_default_curve.png
- \o \image LevelAdjust_minimumInput2_curve.png
- \o \image LevelAdjust_minimumInput3_curve.png
+ \li \image LevelAdjust_default_curve.png
+ \li \image LevelAdjust_minimumInput2_curve.png
+ \li \image LevelAdjust_minimumInput3_curve.png
\row
- \o X-axis: pixel original luminance
- \o
- \o
+ \li X-axis: pixel original luminance
+ \li
+ \li
\row
- \o Y-axis: color channel luminance with effect applied
- \o
- \o
+ \li Y-axis: color channel luminance with effect applied
+ \li
+ \li
\endtable
*/
@@ -132,52 +132,52 @@
\table
\header
- \o Output examples with different maximumInput values
- \o
- \o
+ \li Output examples with different maximumInput values
+ \li
+ \li
\row
- \o \image LevelAdjust_maximumInput1.png
- \o \image LevelAdjust_maximumInput2.png
- \o \image LevelAdjust_maximumInput3.png
+ \li \image LevelAdjust_maximumInput1.png
+ \li \image LevelAdjust_maximumInput2.png
+ \li \image LevelAdjust_maximumInput3.png
\row
- \o \bold { maximumInput: #FFFFFFFF }
- \o \bold { maximumInput: #FFFFFF80 }
- \o \bold { maximumInput: #FFFFFF30 }
+ \li \b { maximumInput: #FFFFFFFF }
+ \li \b { maximumInput: #FFFFFF80 }
+ \li \b { maximumInput: #FFFFFF30 }
\row
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
\row
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
\row
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
\row
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
\endtable
\table
\header
- \o Pixel color channel luminance curves of the above images.
- \o
- \o
+ \li Pixel color channel luminance curves of the above images.
+ \li
+ \li
\row
- \o \image LevelAdjust_default_curve.png
- \o \image LevelAdjust_maximumInput2_curve.png
- \o \image LevelAdjust_maximumInput3_curve.png
+ \li \image LevelAdjust_default_curve.png
+ \li \image LevelAdjust_maximumInput2_curve.png
+ \li \image LevelAdjust_maximumInput3_curve.png
\row
- \o X-axis: pixel original luminance
- \o
- \o
+ \li X-axis: pixel original luminance
+ \li
+ \li
\row
- \o Y-axis: color channel luminance with effect applied
- \o
- \o
+ \li Y-axis: color channel luminance with effect applied
+ \li
+ \li
\endtable
*/
@@ -193,52 +193,52 @@
\table
\header
- \o Output examples with different minimumOutput values
- \o
- \o
+ \li Output examples with different minimumOutput values
+ \li
+ \li
\row
- \o \image LevelAdjust_minimumOutput1.png
- \o \image LevelAdjust_minimumOutput2.png
- \o \image LevelAdjust_minimumOutput3.png
+ \li \image LevelAdjust_minimumOutput1.png
+ \li \image LevelAdjust_minimumOutput2.png
+ \li \image LevelAdjust_minimumOutput3.png
\row
- \o \bold { minimumOutput: #00000000 }
- \o \bold { minimumOutput: #00000070 }
- \o \bold { minimumOutput: #000000A0 }
+ \li \b { minimumOutput: #00000000 }
+ \li \b { minimumOutput: #00000070 }
+ \li \b { minimumOutput: #000000A0 }
\row
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
\row
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
\row
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
\row
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
\endtable
\table
\header
- \o Pixel color channel luminance curves of the above images.
- \o
- \o
+ \li Pixel color channel luminance curves of the above images.
+ \li
+ \li
\row
- \o \image LevelAdjust_default_curve.png
- \o \image LevelAdjust_minimumOutput2_curve.png
- \o \image LevelAdjust_minimumOutput3_curve.png
+ \li \image LevelAdjust_default_curve.png
+ \li \image LevelAdjust_minimumOutput2_curve.png
+ \li \image LevelAdjust_minimumOutput3_curve.png
\row
- \o X-axis: pixel original luminance
- \o
- \o
+ \li X-axis: pixel original luminance
+ \li
+ \li
\row
- \o Y-axis: color channel luminance with effect applied
- \o
- \o
+ \li Y-axis: color channel luminance with effect applied
+ \li
+ \li
\endtable
*/
@@ -254,52 +254,52 @@
\table
\header
- \o Output examples with different maximumOutput values
- \o
- \o
+ \li Output examples with different maximumOutput values
+ \li
+ \li
\row
- \o \image LevelAdjust_maximumOutput1.png
- \o \image LevelAdjust_maximumOutput2.png
- \o \image LevelAdjust_maximumOutput3.png
+ \li \image LevelAdjust_maximumOutput1.png
+ \li \image LevelAdjust_maximumOutput2.png
+ \li \image LevelAdjust_maximumOutput3.png
\row
- \o \bold { maximumOutput: #FFFFFFFF }
- \o \bold { maximumOutput: #FFFFFF80 }
- \o \bold { maximumOutput: #FFFFFF30 }
+ \li \b { maximumOutput: #FFFFFFFF }
+ \li \b { maximumOutput: #FFFFFF80 }
+ \li \b { maximumOutput: #FFFFFF30 }
\row
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
\row
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
\row
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
\row
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
- \o \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
+ \li \l gamma: Qt.vector3d(1.0, 1.0, 1.0)
\endtable
\table
\header
- \o Pixel color channel luminance curves of the above images.
- \o
- \o
+ \li Pixel color channel luminance curves of the above images.
+ \li
+ \li
\row
- \o \image LevelAdjust_default_curve.png
- \o \image LevelAdjust_maximumOutput2_curve.png
- \o \image LevelAdjust_maximumOutput3_curve.png
+ \li \image LevelAdjust_default_curve.png
+ \li \image LevelAdjust_maximumOutput2_curve.png
+ \li \image LevelAdjust_maximumOutput3_curve.png
\row
- \o X-axis: pixel original luminance
- \o
- \o
+ \li X-axis: pixel original luminance
+ \li
+ \li
\row
- \o Y-axis: color channel luminance with effect applied
- \o
- \o
+ \li Y-axis: color channel luminance with effect applied
+ \li
+ \li
\endtable
@@ -321,52 +321,52 @@
\table
\header
- \o Output examples with different gamma values
- \o
- \o
+ \li Output examples with different gamma values
+ \li
+ \li
\row
- \o \image LevelAdjust_gamma1.png
- \o \image LevelAdjust_gamma2.png
- \o \image LevelAdjust_gamma3.png
+ \li \image LevelAdjust_gamma1.png
+ \li \image LevelAdjust_gamma2.png
+ \li \image LevelAdjust_gamma3.png
\row
- \o \bold { gamma: Qt.vector3d(1.0, 1.0, 1.0) }
- \o \bold { gamma: Qt.vector3d(1.0, 0.4, 2.0) }
- \o \bold { gamma: Qt.vector3d(1.0, 0.1, 4.0) }
+ \li \b { gamma: Qt.vector3d(1.0, 1.0, 1.0) }
+ \li \b { gamma: Qt.vector3d(1.0, 0.4, 2.0) }
+ \li \b { gamma: Qt.vector3d(1.0, 0.1, 4.0) }
\row
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
- \o \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
+ \li \l minimumInput: #000000
\row
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
- \o \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
+ \li \l maximumInput: #ffffff
\row
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
- \o \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
+ \li \l minimumOutput: #000000
\row
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
- \o \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
+ \li \l maximumOutput: #ffffff
\endtable
\table
\header
- \o Pixel color channel luminance curves of the above images.
- \o
- \o
+ \li Pixel color channel luminance curves of the above images.
+ \li
+ \li
\row
- \o \image LevelAdjust_default_curve.png
- \o \image LevelAdjust_gamma2_curve.png
- \o \image LevelAdjust_gamma3_curve.png
+ \li \image LevelAdjust_default_curve.png
+ \li \image LevelAdjust_gamma2_curve.png
+ \li \image LevelAdjust_gamma3_curve.png
\row
- \o X-axis: pixel original luminance
- \o
- \o
+ \li X-axis: pixel original luminance
+ \li
+ \li
\row
- \o Y-axis: color channel luminance with effect applied
- \o
- \o
+ \li Y-axis: color channel luminance with effect applied
+ \li
+ \li
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-lineargradient.qdoc b/doc/src/qtgraphicaleffects-lineargradient.qdoc
index 785d6a7..e426c8c 100644
--- a/doc/src/qtgraphicaleffects-lineargradient.qdoc
+++ b/doc/src/qtgraphicaleffects-lineargradient.qdoc
@@ -35,9 +35,9 @@
\table
\header
- \o Effect applied
+ \li Effect applied
\row
- \o \image LinearGradient.png
+ \li \image LinearGradient.png
\endtable
\section1 Example
@@ -58,15 +58,15 @@
\table
\header
- \o Output examples with different gradient values
- \o
- \o
+ \li Output examples with different gradient values
+ \li
+ \li
\row
- \o \image LinearGradient_gradient1.png
- \o \image LinearGradient_gradient2.png
- \o \image LinearGradient_gradient3.png
+ \li \image LinearGradient_gradient1.png
+ \li \image LinearGradient_gradient2.png
+ \li \image LinearGradient_gradient3.png
\row
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.000
color: Qt.rgba(1, 0, 0, 1) }
@@ -84,7 +84,7 @@ Gradient {
color: Qt.rgba(1, 0, 0, 1) }
}
\endcode
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.0
color: "#F0F0F0"
@@ -97,7 +97,7 @@ Gradient {
}
}
\endcode
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.0
color: "#00000000"
@@ -108,13 +108,13 @@ Gradient {
}
\endcode
\row
- \o \l start: Qt.point(0, 0)
- \o \l start: Qt.point(0, 0)
- \o \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
\row
- \o \l end: Qt.point(300, 300)
- \o \l end: Qt.point(300, 300)
- \o \l end: Qt.point(300, 300)
+ \li \l end: Qt.point(300, 300)
+ \li \l end: Qt.point(300, 300)
+ \li \l end: Qt.point(300, 300)
\endtable
*/
@@ -131,21 +131,21 @@ Gradient {
\table
\header
- \o Output examples with different source values
- \o
- \o
+ \li Output examples with different source values
+ \li
+ \li
\row
- \o \image LinearGradient_maskSource1.png
- \o \image LinearGradient_maskSource2.png
+ \li \image LinearGradient_maskSource1.png
+ \li \image LinearGradient_maskSource2.png
\row
- \o \bold { source: undefined }
- \o \bold { source: Image { source: images/butterfly.png } }
+ \li \b { source: undefined }
+ \li \b { source: Image { source: images/butterfly.png } }
\row
- \o \l start: Qt.point(0, 0)
- \o \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
\row
- \o \l end: Qt.point(300, 300)
- \o \l end: Qt.point(300, 300)
+ \li \l end: Qt.point(300, 300)
+ \li \l end: Qt.point(300, 300)
\endtable
*/
@@ -162,21 +162,21 @@ Gradient {
\table
\header
- \o Output examples with different start values
- \o
- \o
+ \li Output examples with different start values
+ \li
+ \li
\row
- \o \image LinearGradient_start1.png
- \o \image LinearGradient_start2.png
- \o \image LinearGradient_start3.png
+ \li \image LinearGradient_start1.png
+ \li \image LinearGradient_start2.png
+ \li \image LinearGradient_start3.png
\row
- \o \bold { start: QPoint(0, 0) }
- \o \bold { start: QPoint(150, 150) }
- \o \bold { start: QPoint(300, 0) }
+ \li \b { start: QPoint(0, 0) }
+ \li \b { start: QPoint(150, 150) }
+ \li \b { start: QPoint(300, 0) }
\row
- \o \l end: QPoint(300, 300)
- \o \l end: QPoint(300, 300)
- \o \l end: QPoint(300, 300)
+ \li \l end: QPoint(300, 300)
+ \li \l end: QPoint(300, 300)
+ \li \l end: QPoint(300, 300)
\endtable
*/
@@ -193,21 +193,21 @@ Gradient {
\table
\header
- \o Output examples with different end values
- \o
- \o
+ \li Output examples with different end values
+ \li
+ \li
\row
- \o \image LinearGradient_end1.png
- \o \image LinearGradient_end2.png
- \o \image LinearGradient_end3.png
+ \li \image LinearGradient_end1.png
+ \li \image LinearGradient_end2.png
+ \li \image LinearGradient_end3.png
\row
- \o \bold { end: Qt.point(300, 300) }
- \o \bold { end: Qt.point(150, 150) }
- \o \bold { end: Qt.point(300, 0) }
+ \li \b { end: Qt.point(300, 300) }
+ \li \b { end: Qt.point(150, 150) }
+ \li \b { end: Qt.point(300, 0) }
\row
- \o \l start: Qt.point(0, 0)
- \o \l start: Qt.point(0, 0)
- \o \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
+ \li \l start: Qt.point(0, 0)
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-maskedblur.qdoc b/doc/src/qtgraphicaleffects-maskedblur.qdoc
index cb0fcfc..1547955 100644
--- a/doc/src/qtgraphicaleffects-maskedblur.qdoc
+++ b/doc/src/qtgraphicaleffects-maskedblur.qdoc
@@ -40,13 +40,13 @@
\table
\header
- \o Source
- \o MaskSource
- \o Effect applied
+ \li Source
+ \li MaskSource
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image MaskedBlur_mask.png
- \o \image MaskedBlur_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image MaskedBlur_mask.png
+ \li \image MaskedBlur_butterfly.png
\endtable
\section1 Example
@@ -91,29 +91,29 @@
\table
\header
- \o Output examples with different radius values
- \o
- \o
+ \li Output examples with different radius values
+ \li
+ \li
\row
- \o \image MaskedBlur_radius1.png
- \o \image MaskedBlur_radius2.png
- \o \image MaskedBlur_radius3.png
+ \li \image MaskedBlur_radius1.png
+ \li \image MaskedBlur_radius2.png
+ \li \image MaskedBlur_radius3.png
\row
- \o \bold { radius: 0 }
- \o \bold { radius: 8 }
- \o \bold { radius: 16 }
+ \li \b { radius: 0 }
+ \li \b { radius: 8 }
+ \li \b { radius: 16 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l transparentBorder: false
- \o \l transparentBorder: false
- \o \l transparentBorder: false
+ \li \l transparentBorder: false
+ \li \l transparentBorder: false
+ \li \l transparentBorder: false
\row
- \o \l fast: false
- \o \l fast: false
- \o \l fast: false
+ \li \l fast: false
+ \li \l fast: false
+ \li \l fast: false
\endtable
*/
@@ -156,24 +156,24 @@
\table
\header
- \o Output examples with different transparentBorder values
- \o
- \o
+ \li Output examples with different transparentBorder values
+ \li
+ \li
\row
- \o \image MaskedBlur_transparentBorder1.png
- \o \image MaskedBlur_transparentBorder2.png
+ \li \image MaskedBlur_transparentBorder1.png
+ \li \image MaskedBlur_transparentBorder2.png
\row
- \o \bold { transparentBorder: false }
- \o \bold { transparentBorder: true }
+ \li \b { transparentBorder: false }
+ \li \b { transparentBorder: true }
\row
- \o \l radius: 64
- \o \l radius: 64
+ \li \l radius: 64
+ \li \l radius: 64
\row
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l fast: true
- \o \l fast: true
+ \li \l fast: true
+ \li \l fast: true
\endtable
*/
@@ -189,24 +189,24 @@
\table
\header
- \o Output examples with different fast values
- \o
- \o
+ \li Output examples with different fast values
+ \li
+ \li
\row
- \o \image MaskedBlur_fast1.png
- \o \image MaskedBlur_fast2.png
+ \li \image MaskedBlur_fast1.png
+ \li \image MaskedBlur_fast2.png
\row
- \o \bold { fast: false }
- \o \bold { fast: true }
+ \li \b { fast: false }
+ \li \b { fast: true }
\row
- \o \l radius: 16
- \o \l radius: 16
+ \li \l radius: 16
+ \li \l radius: 16
\row
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l transparentBorder: false
- \o \l transparentBorder: false
+ \li \l transparentBorder: false
+ \li \l transparentBorder: false
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-opacitymask.qdoc b/doc/src/qtgraphicaleffects-opacitymask.qdoc
index a8a14ef..1077ced 100644
--- a/doc/src/qtgraphicaleffects-opacitymask.qdoc
+++ b/doc/src/qtgraphicaleffects-opacitymask.qdoc
@@ -32,13 +32,13 @@
\table
\header
- \o Source
- \o MaskSource
- \o Effect applied
+ \li Source
+ \li MaskSource
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image OpacityMask_mask.png
- \o \image OpacityMask_bug.png
+ \li \image Original_bug.png
+ \li \image OpacityMask_mask.png
+ \li \image OpacityMask_bug.png
\endtable
\section1 Example
@@ -63,13 +63,13 @@
\table
\header
- \o Original
- \o Mask
- \o Effect applied
+ \li Original
+ \li Mask
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image OpacityMask_mask.png
- \o \image OpacityMask_bug.png
+ \li \image Original_bug.png
+ \li \image OpacityMask_mask.png
+ \li \image OpacityMask_bug.png
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-radialblur.qdoc b/doc/src/qtgraphicaleffects-radialblur.qdoc
index 162a472..f4abd4d 100644
--- a/doc/src/qtgraphicaleffects-radialblur.qdoc
+++ b/doc/src/qtgraphicaleffects-radialblur.qdoc
@@ -40,11 +40,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image RadialBlur_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image RadialBlur_butterfly.png
\endtable
\chapter Example Usage
@@ -91,29 +91,29 @@
\table
\header
- \o Output examples with different angle values
- \o
- \o
+ \li Output examples with different angle values
+ \li
+ \li
\row
- \o \image RadialBlur_angle1.png
- \o \image RadialBlur_angle2.png
- \o \image RadialBlur_angle3.png
+ \li \image RadialBlur_angle1.png
+ \li \image RadialBlur_angle2.png
+ \li \image RadialBlur_angle3.png
\row
- \o \bold { angle: 0.0 }
- \o \bold { angle: 15.0 }
- \o \bold { angle: 30.0 }
+ \li \b { angle: 0.0 }
+ \li \b { angle: 15.0 }
+ \li \b { angle: 30.0 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
@@ -130,29 +130,29 @@
\table
\header
- \o Output examples with different horizontalOffset values
- \o
- \o
+ \li Output examples with different horizontalOffset values
+ \li
+ \li
\row
- \o \image RadialBlur_horizontalOffset1.png
- \o \image RadialBlur_horizontalOffset2.png
- \o \image RadialBlur_horizontalOffset3.png
+ \li \image RadialBlur_horizontalOffset1.png
+ \li \image RadialBlur_horizontalOffset2.png
+ \li \image RadialBlur_horizontalOffset3.png
\row
- \o \bold { horizontalOffset: 75.0 }
- \o \bold { horizontalOffset: 0.0 }
- \o \bold { horizontalOffset: -75.0 }
+ \li \b { horizontalOffset: 75.0 }
+ \li \b { horizontalOffset: 0.0 }
+ \li \b { horizontalOffset: -75.0 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l angle: 20
- \o \l angle: 20
- \o \l angle: 20
+ \li \l angle: 20
+ \li \l angle: 20
+ \li \l angle: 20
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-radialgradient.qdoc b/doc/src/qtgraphicaleffects-radialgradient.qdoc
index 2bf4533..c4d4036 100644
--- a/doc/src/qtgraphicaleffects-radialgradient.qdoc
+++ b/doc/src/qtgraphicaleffects-radialgradient.qdoc
@@ -35,9 +35,9 @@
\table
\header
- \o Effect applied
+ \li Effect applied
\row
- \o \image RadialGradient.png
+ \li \image RadialGradient.png
\endtable
\section1 Example
@@ -59,30 +59,30 @@
\table
\header
- \o Output examples with different source values
- \o
- \o
+ \li Output examples with different source values
+ \li
+ \li
\row
- \o \image RadialGradient_maskSource1.png
- \o \image RadialGradient_maskSource2.png
+ \li \image RadialGradient_maskSource1.png
+ \li \image RadialGradient_maskSource2.png
\row
- \o \bold { source: undefined }
- \o \bold { source: Image { source: images/butterfly.png } }
+ \li \b { source: undefined }
+ \li \b { source: Image { source: images/butterfly.png } }
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l horizontalRadius: 300
- \o \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
\row
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
\row
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\endtable
*/
@@ -97,33 +97,33 @@
\table
\header
- \o Output examples with different angle values
- \o
- \o
+ \li Output examples with different angle values
+ \li
+ \li
\row
- \o \image RadialGradient_angle1.png
- \o \image RadialGradient_angle2.png
- \o \image RadialGradient_angle3.png
+ \li \image RadialGradient_angle1.png
+ \li \image RadialGradient_angle2.png
+ \li \image RadialGradient_angle3.png
\row
- \o \bold { angle: 0 }
- \o \bold { angle: 45 }
- \o \bold { angle: 90 }
+ \li \b { angle: 0 }
+ \li \b { angle: 45 }
+ \li \b { angle: 90 }
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l horizontalRadius: 100
- \o \l horizontalRadius: 100
- \o \l horizontalRadius: 100
+ \li \l horizontalRadius: 100
+ \li \l horizontalRadius: 100
+ \li \l horizontalRadius: 100
\row
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
\endtable
*/
@@ -139,33 +139,33 @@
\table
\header
- \o Output examples with different horizontalOffset values
- \o
- \o
+ \li Output examples with different horizontalOffset values
+ \li
+ \li
\row
- \o \image RadialGradient_horizontalOffset1.png
- \o \image RadialGradient_horizontalOffset2.png
- \o \image RadialGradient_horizontalOffset3.png
+ \li \image RadialGradient_horizontalOffset1.png
+ \li \image RadialGradient_horizontalOffset2.png
+ \li \image RadialGradient_horizontalOffset3.png
\row
- \o \bold { horizontalOffset: -150 }
- \o \bold { horizontalOffset: 0 }
- \o \bold { horizontalOffset: 150 }
+ \li \b { horizontalOffset: -150 }
+ \li \b { horizontalOffset: 0 }
+ \li \b { horizontalOffset: 150 }
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l horizontalRadius: 300
- \o \l horizontalRadius: 300
- \o \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
\row
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
\row
- \o \l angle: 0
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\endtable
*/
@@ -184,30 +184,30 @@
\table
\header
- \o Output examples with different horizontalRadius values
- \o
- \o
+ \li Output examples with different horizontalRadius values
+ \li
+ \li
\row
- \o \image RadialGradient_horizontalRadius1.png
- \o \image RadialGradient_horizontalRadius2.png
+ \li \image RadialGradient_horizontalRadius1.png
+ \li \image RadialGradient_horizontalRadius2.png
\row
- \o \bold { horizontalRadius: 300 }
- \o \bold { horizontalRadius: 100 }
+ \li \b { horizontalRadius: 300 }
+ \li \b { horizontalRadius: 100 }
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
\row
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\row
- \o \l gradient: QQuickGradient(0xa05fb10)
- \o \l gradient: QQuickGradient(0xa05fb10)
+ \li \l gradient: QQuickGradient(0xa05fb10)
+ \li \l gradient: QQuickGradient(0xa05fb10)
\endtable
*/
@@ -223,15 +223,15 @@
\table
\header
- \o Output examples with different gradient values
- \o
- \o
+ \li Output examples with different gradient values
+ \li
+ \li
\row
- \o \image RadialGradient_gradient1.png
- \o \image RadialGradient_gradient2.png
- \o \image RadialGradient_gradient3.png
+ \li \image RadialGradient_gradient1.png
+ \li \image RadialGradient_gradient2.png
+ \li \image RadialGradient_gradient3.png
\row
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.000
color: Qt.rgba(1, 0, 0, 1) }
@@ -249,7 +249,7 @@ Gradient {
color: Qt.rgba(1, 0, 0, 1) }
}
\endcode
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.0
color: "#F0F0F0"
@@ -262,7 +262,7 @@ Gradient {
}
}
\endcode
- \o \bold {gradient:} \code
+ \li \b {gradient:} \code
Gradient {
GradientStop { position: 0.0
color: "#00000000"
@@ -273,25 +273,25 @@ Gradient {
}
\endcode
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\row
- \o \l horizontalRadius: 300
- \o \l horizontalRadius: 300
- \o \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
+ \li \l horizontalRadius: 300
\row
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
- \o \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
+ \li \l verticalRadius: 300
\row
- \o \l angle: 0
- \o \l angle: 0
- \o \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
+ \li \l angle: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-rectangularglow.qdoc b/doc/src/qtgraphicaleffects-rectangularglow.qdoc
index aef0b66..86969c7 100644
--- a/doc/src/qtgraphicaleffects-rectangularglow.qdoc
+++ b/doc/src/qtgraphicaleffects-rectangularglow.qdoc
@@ -37,11 +37,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image RectangularGlow_original.png
- \o \image RectangularGlow_applied.png
+ \li \image RectangularGlow_original.png
+ \li \image RectangularGlow_applied.png
\endtable
\section1 Example
@@ -60,29 +60,29 @@
\table
\header
- \o Output examples with different color values
- \o
- \o
+ \li Output examples with different color values
+ \li
+ \li
\row
- \o \image RectangularGlow_color1.png
- \o \image RectangularGlow_color2.png
- \o \image RectangularGlow_color3.png
+ \li \image RectangularGlow_color1.png
+ \li \image RectangularGlow_color2.png
+ \li \image RectangularGlow_color3.png
\row
- \o \bold { color: #ffffff }
- \o \bold { color: #55ff55 }
- \o \bold { color: #5555ff }
+ \li \b { color: #ffffff }
+ \li \b { color: #55ff55 }
+ \li \b { color: #5555ff }
\row
- \o \l glowRadius: 20
- \o \l glowRadius: 20
- \o \l glowRadius: 20
+ \li \l glowRadius: 20
+ \li \l glowRadius: 20
+ \li \l glowRadius: 20
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\row
- \o \l cornerRadius: 25
- \o \l cornerRadius: 25
- \o \l cornerRadius: 25
+ \li \l cornerRadius: 25
+ \li \l cornerRadius: 25
+ \li \l cornerRadius: 25
\endtable
*/
@@ -98,29 +98,29 @@
\table
\header
- \o Output examples with different glowRadius values
- \o
- \o
+ \li Output examples with different glowRadius values
+ \li
+ \li
\row
- \o \image RectangularGlow_glowRadius1.png
- \o \image RectangularGlow_glowRadius2.png
- \o \image RectangularGlow_glowRadius3.png
+ \li \image RectangularGlow_glowRadius1.png
+ \li \image RectangularGlow_glowRadius2.png
+ \li \image RectangularGlow_glowRadius3.png
\row
- \o \bold { glowRadius: 10 }
- \o \bold { glowRadius: 20 }
- \o \bold { glowRadius: 40 }
+ \li \b { glowRadius: 10 }
+ \li \b { glowRadius: 20 }
+ \li \b { glowRadius: 40 }
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\row
- \o \l color: #ffffff
- \o \l color: #ffffff
- \o \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
\row
- \o \l cornerRadius: 25
- \o \l cornerRadius: 25
- \o \l cornerRadius: 25
+ \li \l cornerRadius: 25
+ \li \l cornerRadius: 25
+ \li \l cornerRadius: 25
\endtable
*/
@@ -135,29 +135,29 @@
\table
\header
- \o Output examples with different spread values
- \o
- \o
+ \li Output examples with different spread values
+ \li
+ \li
\row
- \o \image RectangularGlow_spread1.png
- \o \image RectangularGlow_spread2.png
- \o \image RectangularGlow_spread3.png
+ \li \image RectangularGlow_spread1.png
+ \li \image RectangularGlow_spread2.png
+ \li \image RectangularGlow_spread3.png
\row
- \o \bold { spread: 0.0 }
- \o \bold { spread: 0.5 }
- \o \bold { spread: 1.0 }
+ \li \b { spread: 0.0 }
+ \li \b { spread: 0.5 }
+ \li \b { spread: 1.0 }
\row
- \o \l glowRadius: 20
- \o \l glowRadius: 20
- \o \l glowRadius: 20
+ \li \l glowRadius: 20
+ \li \l glowRadius: 20
+ \li \l glowRadius: 20
\row
- \o \l color: #ffffff
- \o \l color: #ffffff
- \o \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
\row
- \o \l cornerRadius: 25
- \o \l cornerRadius: 25
- \o \l cornerRadius: 25
+ \li \l cornerRadius: 25
+ \li \l cornerRadius: 25
+ \li \l cornerRadius: 25
\endtable
*/
@@ -176,29 +176,29 @@
\table
\header
- \o Output examples with different cornerRadius values
- \o
- \o
+ \li Output examples with different cornerRadius values
+ \li
+ \li
\row
- \o \image RectangularGlow_cornerRadius1.png
- \o \image RectangularGlow_cornerRadius2.png
- \o \image RectangularGlow_cornerRadius3.png
+ \li \image RectangularGlow_cornerRadius1.png
+ \li \image RectangularGlow_cornerRadius2.png
+ \li \image RectangularGlow_cornerRadius3.png
\row
- \o \bold { cornerRadius: 0 }
- \o \bold { cornerRadius: 25 }
- \o \bold { cornerRadius: 50 }
+ \li \b { cornerRadius: 0 }
+ \li \b { cornerRadius: 25 }
+ \li \b { cornerRadius: 50 }
\row
- \o \l glowRadius: 20
- \o \l glowRadius: 20
- \o \l glowRadius: 20
+ \li \l glowRadius: 20
+ \li \l glowRadius: 20
+ \li \l glowRadius: 20
\row
- \o \l spread: 0
- \o \l spread: 0
- \o \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
+ \li \l spread: 0
\row
- \o \l color: #ffffff
- \o \l color: #ffffff
- \o \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
+ \li \l color: #ffffff
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-recursiveblur.qdoc b/doc/src/qtgraphicaleffects-recursiveblur.qdoc
index 8ebc161..898c51e 100644
--- a/doc/src/qtgraphicaleffects-recursiveblur.qdoc
+++ b/doc/src/qtgraphicaleffects-recursiveblur.qdoc
@@ -37,11 +37,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image RecursiveBlur_bug.png
+ \li \image Original_bug.png
+ \li \image RecursiveBlur_bug.png
\endtable
\section1 Example
@@ -64,7 +64,7 @@
the blurring of individual pixels. A larger radius provides better quality,
but is slower to render.
- \bold Note: The radius value in this effect is not intended to be changed or
+ \b Note: The radius value in this effect is not intended to be changed or
animated frequently. The correct way to use it is to set the correct value
and keep it unchanged for the whole duration of the iterative blur sequence.
@@ -73,21 +73,21 @@
\table
\header
- \o Output examples with different radius values
- \o
- \o
+ \li Output examples with different radius values
+ \li
+ \li
\row
- \o \image RecursiveBlur_radius1.png
- \o \image RecursiveBlur_radius2.png
- \o \image RecursiveBlur_radius3.png
+ \li \image RecursiveBlur_radius1.png
+ \li \image RecursiveBlur_radius2.png
+ \li \image RecursiveBlur_radius3.png
\row
- \o \bold { radius: 2.5 }
- \o \bold { radius: 4.5 }
- \o \bold { radius: 7.5 }
+ \li \b { radius: 2.5 }
+ \li \b { radius: 4.5 }
+ \li \b { radius: 7.5 }
\row
- \o \l loops: 20
- \o \l loops: 20
- \o \l loops: 20
+ \li \l loops: 20
+ \li \l loops: 20
+ \li \l loops: 20
\endtable
*/
@@ -111,21 +111,21 @@
\table
\header
- \o Output examples with different transparentBorder values
- \o
- \o
+ \li Output examples with different transparentBorder values
+ \li
+ \li
\row
- \o \image RecursiveBlur_transparentBorder1.png
- \o \image RecursiveBlur_transparentBorder2.png
+ \li \image RecursiveBlur_transparentBorder1.png
+ \li \image RecursiveBlur_transparentBorder2.png
\row
- \o \bold { transparentBorder: false }
- \o \bold { transparentBorder: true }
+ \li \b { transparentBorder: false }
+ \li \b { transparentBorder: true }
\row
- \o \l loops: 20
- \o \l loops: 20
+ \li \l loops: 20
+ \li \l loops: 20
\row
- \o \l radius: 7.5
- \o \l radius: 7.5
+ \li \l radius: 7.5
+ \li \l radius: 7.5
\endtable
*/
@@ -173,21 +173,21 @@
\table
\header
- \o Output examples with different loops values
- \o
- \o
+ \li Output examples with different loops values
+ \li
+ \li
\row
- \o \image RecursiveBlur_loops1.png
- \o \image RecursiveBlur_loops2.png
- \o \image RecursiveBlur_loops3.png
+ \li \image RecursiveBlur_loops1.png
+ \li \image RecursiveBlur_loops2.png
+ \li \image RecursiveBlur_loops3.png
\row
- \o \bold { loops: 4 }
- \o \bold { loops: 20 }
- \o \bold { loops: 70 }
+ \li \b { loops: 4 }
+ \li \b { loops: 20 }
+ \li \b { loops: 70 }
\row
- \o \l radius: 7.5
- \o \l radius: 7.5
- \o \l radius: 7.5
+ \li \l radius: 7.5
+ \li \l radius: 7.5
+ \li \l radius: 7.5
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-thresholdmask.qdoc b/doc/src/qtgraphicaleffects-thresholdmask.qdoc
index 1efe1de..25a6a85 100644
--- a/doc/src/qtgraphicaleffects-thresholdmask.qdoc
+++ b/doc/src/qtgraphicaleffects-thresholdmask.qdoc
@@ -35,13 +35,13 @@
\table
\header
- \o Source
- \o MaskSource
- \o Effect applied
+ \li Source
+ \li MaskSource
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image ThresholdMask_mask.png
- \o \image ThresholdMask_bug.png
+ \li \image Original_bug.png
+ \li \image ThresholdMask_mask.png
+ \li \image ThresholdMask_bug.png
\endtable
\section1 Example
@@ -66,13 +66,13 @@
\table
\header
- \o Original
- \o Mask
- \o Effect applied
+ \li Original
+ \li Mask
+ \li Effect applied
\row
- \o \image Original_bug.png
- \o \image ThresholdMask_mask.png
- \o \image ThresholdMask_bug.png
+ \li \image Original_bug.png
+ \li \image ThresholdMask_mask.png
+ \li \image ThresholdMask_bug.png
\endtable
*/
@@ -88,21 +88,21 @@
\table
\header
- \o Output examples with different threshold values
- \o
- \o
+ \li Output examples with different threshold values
+ \li
+ \li
\row
- \o \image ThresholdMask_threshold1.png
- \o \image ThresholdMask_threshold2.png
- \o \image ThresholdMask_threshold3.png
+ \li \image ThresholdMask_threshold1.png
+ \li \image ThresholdMask_threshold2.png
+ \li \image ThresholdMask_threshold3.png
\row
- \o \bold { threshold: 0.0 }
- \o \bold { threshold: 0.5 }
- \o \bold { threshold: 0.7 }
+ \li \b { threshold: 0.0 }
+ \li \b { threshold: 0.5 }
+ \li \b { threshold: 0.7 }
\row
- \o \l spread: 0.2
- \o \l spread: 0.2
- \o \l spread: 0.2
+ \li \l spread: 0.2
+ \li \l spread: 0.2
+ \li \l spread: 0.2
\endtable
*/
@@ -120,21 +120,21 @@
\table
\header
- \o Output examples with different spread values
- \o
- \o
+ \li Output examples with different spread values
+ \li
+ \li
\row
- \o \image ThresholdMask_spread1.png
- \o \image ThresholdMask_spread2.png
- \o \image ThresholdMask_spread3.png
+ \li \image ThresholdMask_spread1.png
+ \li \image ThresholdMask_spread2.png
+ \li \image ThresholdMask_spread3.png
\row
- \o \bold { spread: 0.0 }
- \o \bold { spread: 0.2 }
- \o \bold { spread: 0.8 }
+ \li \b { spread: 0.0 }
+ \li \b { spread: 0.2 }
+ \li \b { spread: 0.8 }
\row
- \o \l threshold: 0.4
- \o \l threshold: 0.4
- \o \l threshold: 0.4
+ \li \l threshold: 0.4
+ \li \l threshold: 0.4
+ \li \l threshold: 0.4
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects-zoomblur.qdoc b/doc/src/qtgraphicaleffects-zoomblur.qdoc
index ede4235..eac8e8e 100644
--- a/doc/src/qtgraphicaleffects-zoomblur.qdoc
+++ b/doc/src/qtgraphicaleffects-zoomblur.qdoc
@@ -38,11 +38,11 @@
\table
\header
- \o Source
- \o Effect applied
+ \li Source
+ \li Effect applied
\row
- \o \image Original_butterfly.png
- \o \image ZoomBlur_butterfly.png
+ \li \image Original_butterfly.png
+ \li \image ZoomBlur_butterfly.png
\endtable
\section1 Example
@@ -74,29 +74,29 @@
\table
\header
- \o Output examples with different length values
- \o
- \o
+ \li Output examples with different length values
+ \li
+ \li
\row
- \o \image ZoomBlur_length1.png
- \o \image ZoomBlur_length2.png
- \o \image ZoomBlur_length3.png
+ \li \image ZoomBlur_length1.png
+ \li \image ZoomBlur_length2.png
+ \li \image ZoomBlur_length3.png
\row
- \o \bold { length: 0.0 }
- \o \bold { length: 32.0 }
- \o \bold { length: 48.0 }
+ \li \b { length: 0.0 }
+ \li \b { length: 32.0 }
+ \li \b { length: 48.0 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
- \o \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
+ \li \l horizontalOffset: 0
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
@@ -128,29 +128,29 @@
\table
\header
- \o Output examples with different horizontalOffset values
- \o
- \o
+ \li Output examples with different horizontalOffset values
+ \li
+ \li
\row
- \o \image ZoomBlur_horizontalOffset1.png
- \o \image ZoomBlur_horizontalOffset2.png
- \o \image ZoomBlur_horizontalOffset3.png
+ \li \image ZoomBlur_horizontalOffset1.png
+ \li \image ZoomBlur_horizontalOffset2.png
+ \li \image ZoomBlur_horizontalOffset3.png
\row
- \o \bold { horizontalOffset: 100.0 }
- \o \bold { horizontalOffset: 0.0 }
- \o \bold { horizontalOffset: -100.0 }
+ \li \b { horizontalOffset: 100.0 }
+ \li \b { horizontalOffset: 0.0 }
+ \li \b { horizontalOffset: -100.0 }
\row
- \o \l samples: 32
- \o \l samples: 32
- \o \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
+ \li \l samples: 32
\row
- \o \l length: 32
- \o \l length: 32
- \o \l length: 32
+ \li \l length: 32
+ \li \l length: 32
+ \li \l length: 32
\row
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
- \o \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
+ \li \l verticalOffset: 0
\endtable
*/
diff --git a/doc/src/qtgraphicaleffects.qdoc b/doc/src/qtgraphicaleffects.qdoc
index 6417f2c..6b099ab 100644
--- a/doc/src/qtgraphicaleffects.qdoc
+++ b/doc/src/qtgraphicaleffects.qdoc
@@ -51,63 +51,63 @@ The following list presents the functional division of components that are part
Blend
\list
-\o \l {QtGraphicalEffects::Blend}{Blend} - merges two source items by using a blend mode
+\li \l {QtGraphicalEffects::Blend}{Blend} - merges two source items by using a blend mode
\endlist
Color
\list
-\o \l {QtGraphicalEffects::BrightnessContrast}{BrightnessContrast} - adjusts brightness and contrast
-\o \l {QtGraphicalEffects::Colorize}{Colorize} - sets color in the HSL color space
-\o \l {QtGraphicalEffects::ColorOverlay}{ColorOverlay} - applies a color layer
-\o \l {QtGraphicalEffects::Desaturate}{Desaturate} - reduces color saturation
-\o \l {QtGraphicalEffects::GammaAdjust}{GammaAdjust} - adjusts luminance
-\o \l {QtGraphicalEffects::HueSaturation}{HueSaturation} - adjusts colors in the HSL color space
-\o \l {QtGraphicalEffects::LevelAdjust}{LevelAdjust} - adjusts colors in the RGB color space
+\li \l {QtGraphicalEffects::BrightnessContrast}{BrightnessContrast} - adjusts brightness and contrast
+\li \l {QtGraphicalEffects::Colorize}{Colorize} - sets color in the HSL color space
+\li \l {QtGraphicalEffects::ColorOverlay}{ColorOverlay} - applies a color layer
+\li \l {QtGraphicalEffects::Desaturate}{Desaturate} - reduces color saturation
+\li \l {QtGraphicalEffects::GammaAdjust}{GammaAdjust} - adjusts luminance
+\li \l {QtGraphicalEffects::HueSaturation}{HueSaturation} - adjusts colors in the HSL color space
+\li \l {QtGraphicalEffects::LevelAdjust}{LevelAdjust} - adjusts colors in the RGB color space
\endlist
Gradient
\list
-\o \l {QtGraphicalEffects::ConicalGradient}{ConicalGradient} - draws a conical gradient
-\o \l {QtGraphicalEffects::LinearGradient}{LinearGradient} - draws a linear gradient
-\o \l {QtGraphicalEffects::RadialGradient}{RadialGradient} - draws a radial gradient
+\li \l {QtGraphicalEffects::ConicalGradient}{ConicalGradient} - draws a conical gradient
+\li \l {QtGraphicalEffects::LinearGradient}{LinearGradient} - draws a linear gradient
+\li \l {QtGraphicalEffects::RadialGradient}{RadialGradient} - draws a radial gradient
\endlist
Distortion
\list
-\o \l {QtGraphicalEffects::Displace}{Displace} - moves the pixels of the source item according to the specified displacement source
+\li \l {QtGraphicalEffects::Displace}{Displace} - moves the pixels of the source item according to the specified displacement source
\endlist
Drop Shadow
\list
-\o \l {QtGraphicalEffects::DropShadow}{DropShadow} - draws a drop shadow
-\o \l {QtGraphicalEffects::InnerShadow}{InnerShadow} - draws an inner shadow
+\li \l {QtGraphicalEffects::DropShadow}{DropShadow} - draws a drop shadow
+\li \l {QtGraphicalEffects::InnerShadow}{InnerShadow} - draws an inner shadow
\endlist
Blur
\list
-\o \l {QtGraphicalEffects::FastBlur}{FastBlur} - applies a fast blur effect
-\o \l {QtGraphicalEffects::GaussianBlur}{GaussianBlur} - applies a higher quality blur effect
-\o \l {QtGraphicalEffects::MaskedBlur}{MaskedBlur} - applies a varying intensity blur effect
-\o \l {QtGraphicalEffects::RecursiveBlur}{RecursiveBlur} - blurs repeatedly, providing a strong blur effect
+\li \l {QtGraphicalEffects::FastBlur}{FastBlur} - applies a fast blur effect
+\li \l {QtGraphicalEffects::GaussianBlur}{GaussianBlur} - applies a higher quality blur effect
+\li \l {QtGraphicalEffects::MaskedBlur}{MaskedBlur} - applies a varying intensity blur effect
+\li \l {QtGraphicalEffects::RecursiveBlur}{RecursiveBlur} - blurs repeatedly, providing a strong blur effect
\endlist
Motion Blur
\list
-\o \l {QtGraphicalEffects::DirectionalBlur}{DirectionalBlur} - applies a directional motion blur effect
-\o \l {QtGraphicalEffects::RadialBlur}{RadialBlur} - applies a radial motion blur effect
-\o \l {QtGraphicalEffects::ZoomBlur}{ZoomBlur} - applies a zoom motion blur effect
+\li \l {QtGraphicalEffects::DirectionalBlur}{DirectionalBlur} - applies a directional motion blur effect
+\li \l {QtGraphicalEffects::RadialBlur}{RadialBlur} - applies a radial motion blur effect
+\li \l {QtGraphicalEffects::ZoomBlur}{ZoomBlur} - applies a zoom motion blur effect
\endlist
Glow
\list
-\o \l {QtGraphicalEffects::Glow}{Glow} - draws an outer glow effect
-\o \l {QtGraphicalEffects::RectangularGlow}{RectangularGlow} - draws a rectangular outer glow effect
+\li \l {QtGraphicalEffects::Glow}{Glow} - draws an outer glow effect
+\li \l {QtGraphicalEffects::RectangularGlow}{RectangularGlow} - draws a rectangular outer glow effect
\endlist
Mask
\list
-\o \l {QtGraphicalEffects::OpacityMask}{OpacityMask} - masks the source item with another item
-\o \l {QtGraphicalEffects::ThresholdMask}{ThresholdMask} - masks the source item with another item and applies a threshold value
+\li \l {QtGraphicalEffects::OpacityMask}{OpacityMask} - masks the source item with another item
+\li \l {QtGraphicalEffects::ThresholdMask}{ThresholdMask} - masks the source item with another item and applies a threshold value
\endlist
*/