summaryrefslogtreecommitdiff
path: root/doc/src/qtgraphicaleffects.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qtgraphicaleffects.qdoc')
-rw-r--r--doc/src/qtgraphicaleffects.qdoc50
1 files changed, 25 insertions, 25 deletions
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
*/