summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Niemelä <marko.a.niemela@nokia.com>2012-06-13 09:51:34 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-13 09:44:30 +0200
commit86707219c6965b6db01950bdc7c22a5bf54043ba (patch)
treef1d3c39a10f4d5ffc6389093dbaeca12c8efc06c
parentd5a53f4bfbfdcb1521f6866a3151918cc8a0397b (diff)
downloadqtgraphicaleffects-86707219c6965b6db01950bdc7c22a5bf54043ba.tar.gz
Fixed all documentation property links.
For example QtGraphicalEffects1.0::Blend::source did not seem to work anymore, so it is now replaced by QtGraphicalEffects1::Blend::source. Change-Id: Id1e950a1e2a80396b7bb8816b7af4f1a94973a49 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Michalina Ziemba <michalina.ziemba@nokia.com>
-rw-r--r--doc/src/qtgraphicaleffects-blend.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-brightnesscontrast.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-colorize.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-coloroverlay.qdoc6
-rw-r--r--doc/src/qtgraphicaleffects-conicalgradient.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-desaturate.qdoc6
-rw-r--r--doc/src/qtgraphicaleffects-directionalblur.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-displace.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-dropshadow.qdoc18
-rw-r--r--doc/src/qtgraphicaleffects-fastblur.qdoc8
-rw-r--r--doc/src/qtgraphicaleffects-gammaadjust.qdoc6
-rw-r--r--doc/src/qtgraphicaleffects-gaussianblur.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-glow.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-huesaturation.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-innershadow.qdoc18
-rw-r--r--doc/src/qtgraphicaleffects-leveladjust.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-lineargradient.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-maskedblur.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-opacitymask.qdoc6
-rw-r--r--doc/src/qtgraphicaleffects-radialblur.qdoc14
-rw-r--r--doc/src/qtgraphicaleffects-radialgradient.qdoc16
-rw-r--r--doc/src/qtgraphicaleffects-rectangularglow.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-recursiveblur.qdoc12
-rw-r--r--doc/src/qtgraphicaleffects-thresholdmask.qdoc10
-rw-r--r--doc/src/qtgraphicaleffects-zoomblur.qdoc14
25 files changed, 139 insertions, 139 deletions
diff --git a/doc/src/qtgraphicaleffects-blend.qdoc b/doc/src/qtgraphicaleffects-blend.qdoc
index c342f08..261e6ef 100644
--- a/doc/src/qtgraphicaleffects-blend.qdoc
+++ b/doc/src/qtgraphicaleffects-blend.qdoc
@@ -54,21 +54,21 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Blend::source
+ \qmlproperty variant QtGraphicalEffects1::Blend::source
This property defines the source item that is going to be the base when \l{Blend::foregroundSource}{foregroundSource} is blended over it.
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Blend::foregroundSource
+ \qmlproperty variant QtGraphicalEffects1::Blend::foregroundSource
This property defines the item that is going to be blended over the \l{Blend::source}{source}.
*/
/*!
- \qmlproperty string QtGraphicalEffects1.0::Blend::mode
+ \qmlproperty string QtGraphicalEffects1::Blend::mode
This property defines the mode which is used when foregroundSource is blended over source. Values are
case insensitive.
@@ -226,7 +226,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Blend::cached
+ \qmlproperty bool QtGraphicalEffects1::Blend::cached
This property allows the effect output pixels to be cached in order to improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc b/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
index b93c664..cf7cdd9 100644
--- a/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
+++ b/doc/src/qtgraphicaleffects-brightnesscontrast.qdoc
@@ -55,7 +55,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::BrightnessContrast::source
+ \qmlproperty variant QtGraphicalEffects1::BrightnessContrast::source
This property defines the source item that provides the source pixels for
the effect.
@@ -63,7 +63,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::BrightnessContrast::brightness
+ \qmlproperty real QtGraphicalEffects1::BrightnessContrast::brightness
This property defines how much the source brightness is increased or
decreased.
@@ -93,7 +93,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::BrightnessContrast::contrast
+ \qmlproperty real QtGraphicalEffects1::BrightnessContrast::contrast
This property defines how much the source contrast is increased or
decreased. The decrease of the contrast is linear, but the increase is
@@ -131,7 +131,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::BrightnessContrast::cached
+ \qmlproperty bool QtGraphicalEffects1::BrightnessContrast::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-colorize.qdoc b/doc/src/qtgraphicaleffects-colorize.qdoc
index d0e5da2..e36b063 100644
--- a/doc/src/qtgraphicaleffects-colorize.qdoc
+++ b/doc/src/qtgraphicaleffects-colorize.qdoc
@@ -60,7 +60,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Colorize::source
+ \qmlproperty variant QtGraphicalEffects1::Colorize::source
This property defines the source item that provides the source pixels for
the effect.
@@ -68,7 +68,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::Colorize::hue
+ \qmlproperty real QtGraphicalEffects1::Colorize::hue
This property defines the hue value which is used to colorize the source.
@@ -108,7 +108,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::Colorize::saturation
+ \qmlproperty real QtGraphicalEffects1::Colorize::saturation
This property defines the saturation value which is used to colorize the
source.
@@ -142,7 +142,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::Colorize::lightness
+ \qmlproperty real QtGraphicalEffects1::Colorize::lightness
This property defines how much the source lightness value is increased or
decreased.
@@ -179,7 +179,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Colorize::cached
+ \qmlproperty bool QtGraphicalEffects1::Colorize::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-coloroverlay.qdoc b/doc/src/qtgraphicaleffects-coloroverlay.qdoc
index 28f1546..ed487ad 100644
--- a/doc/src/qtgraphicaleffects-coloroverlay.qdoc
+++ b/doc/src/qtgraphicaleffects-coloroverlay.qdoc
@@ -53,7 +53,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::ColorOverlay::source
+ \qmlproperty variant QtGraphicalEffects1::ColorOverlay::source
This property defines the source item that provides the source pixels for
the effect.
@@ -61,7 +61,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::ColorOverlay::color
+ \qmlproperty color QtGraphicalEffects1::ColorOverlay::color
This property defines the RGBA color value which is used to colorize the source.
@@ -85,7 +85,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Colorize::cached
+ \qmlproperty bool QtGraphicalEffects1::Colorize::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-conicalgradient.qdoc b/doc/src/qtgraphicaleffects-conicalgradient.qdoc
index 4fa9265..e7c2e65 100644
--- a/doc/src/qtgraphicaleffects-conicalgradient.qdoc
+++ b/doc/src/qtgraphicaleffects-conicalgradient.qdoc
@@ -52,7 +52,7 @@
*/
/*!
- \qmlproperty Gradient QtGraphicalEffects1.0::ConicalGradient::gradient
+ \qmlproperty Gradient QtGraphicalEffects1::ConicalGradient::gradient
A gradient is defined by two or more colors, which are blended seamlessly.
The colors are specified as a set of GradientStop child items, each of which
@@ -128,7 +128,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::ConicalGradient::source
+ \qmlproperty variant QtGraphicalEffects1::ConicalGradient::source
This property defines the item that is going to be filled with gradient. Source
item gets rendered into an intermediate pixel buffer and the alpha values
@@ -161,7 +161,7 @@ Gradient {
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::ConicalGradient::angle
+ \qmlproperty real QtGraphicalEffects1::ConicalGradient::angle
This property defines the starting angle where the color at the gradient
position of 0.0 is rendered. Colors at larger position values are rendered
@@ -194,8 +194,8 @@ Gradient {
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::ConicalGradient::horizontalOffset
- \qmlproperty real QtGraphicalEffects1.0::ConicalGradient::verticalOffset
+ \qmlproperty real QtGraphicalEffects1::ConicalGradient::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1::ConicalGradient::verticalOffset
The HorizontalOffset and verticalOffset properties define the offset in
pixels for the center point of the gradient compared to the item center.
@@ -228,7 +228,7 @@ Gradient {
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::ConicalGradient::cached
+ \qmlproperty bool QtGraphicalEffects1::ConicalGradient::cached
This property allows the effect output pixels to be cached in order to improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-desaturate.qdoc b/doc/src/qtgraphicaleffects-desaturate.qdoc
index 4ffab57..1d71b28 100644
--- a/doc/src/qtgraphicaleffects-desaturate.qdoc
+++ b/doc/src/qtgraphicaleffects-desaturate.qdoc
@@ -53,7 +53,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Desaturate::source
+ \qmlproperty variant QtGraphicalEffects1::Desaturate::source
This property defines the source item that provides the source pixels to the
effect.
@@ -61,7 +61,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::Desaturate::desaturation
+ \qmlproperty real QtGraphicalEffects1::Desaturate::desaturation
This property defines how much the source colors are desaturated.
@@ -86,7 +86,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Desaturate::cached
+ \qmlproperty bool QtGraphicalEffects1::Desaturate::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-directionalblur.qdoc b/doc/src/qtgraphicaleffects-directionalblur.qdoc
index 7529893..32e2fa7 100644
--- a/doc/src/qtgraphicaleffects-directionalblur.qdoc
+++ b/doc/src/qtgraphicaleffects-directionalblur.qdoc
@@ -58,14 +58,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::DirectionalBlur::source
+ \qmlproperty variant QtGraphicalEffects1::DirectionalBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::DirectionalBlur::length
+ \qmlproperty real QtGraphicalEffects1::DirectionalBlur::length
This property defines the percieved amount of movement for each pixel.
The movement is divided evenly to both sides of each pixel.
@@ -102,7 +102,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::DirectionalBlur::samples
+ \qmlproperty int QtGraphicalEffects1::DirectionalBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -117,7 +117,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::DirectionalBlur::angle
+ \qmlproperty real QtGraphicalEffects1::DirectionalBlur::angle
This property defines the direction for the blur. Blur is applied to
both sides of each pixel, therefore setting the direction to 0 and 180
@@ -153,7 +153,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects1.0::DirectionalBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::DirectionalBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -172,7 +172,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::DirectionalBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::DirectionalBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-displace.qdoc b/doc/src/qtgraphicaleffects-displace.qdoc
index 89cbac8..4e25f13 100644
--- a/doc/src/qtgraphicaleffects-displace.qdoc
+++ b/doc/src/qtgraphicaleffects-displace.qdoc
@@ -53,7 +53,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Displace::source
+ \qmlproperty variant QtGraphicalEffects1::Displace::source
This property defines the source item for the pixels that are going to be
displaced according to the data from \l{Displace::displacementSource}{displacementSource}.
@@ -61,7 +61,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Displace::displacementSource
+ \qmlproperty variant QtGraphicalEffects1::Displace::displacementSource
This property defines the item that is going to be used as the displacement
map. The displacementSource item gets rendered into the intermediate pixel
@@ -91,7 +91,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Displace::displacement
+ \qmlproperty variant QtGraphicalEffects1::Displace::displacement
This property defines the scale for the displacement. The bigger scale, the
bigger the displacement of the pixels. The value set to 0.0 causes no
@@ -120,7 +120,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Displace::cached
+ \qmlproperty bool QtGraphicalEffects1::Displace::cached
This property allows the effect output pixels to be cached in order to improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-dropshadow.qdoc b/doc/src/qtgraphicaleffects-dropshadow.qdoc
index 4616063..e1f1a47 100644
--- a/doc/src/qtgraphicaleffects-dropshadow.qdoc
+++ b/doc/src/qtgraphicaleffects-dropshadow.qdoc
@@ -59,7 +59,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::DropShadow::source
+ \qmlproperty variant QtGraphicalEffects1::DropShadow::source
This property defines the source item that is going to be used as the source
for the generated shadow.
@@ -67,7 +67,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::DropShadow::radius
+ \qmlproperty real QtGraphicalEffects1::DropShadow::radius
Radius defines the softness of the shadow. A larger radius causes the edges
of the shadow to appear more blurry.
@@ -116,7 +116,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::DropShadow::samples
+ \qmlproperty int QtGraphicalEffects1::DropShadow::samples
This property defines how many samples are taken per pixel when edge softening
blur calculation is done. Larger value produces better quality, but is slower
@@ -136,7 +136,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::DropShadow::spread
+ \qmlproperty real QtGraphicalEffects1::DropShadow::spread
This property defines how large part of the shadow color is strenghtened near
the source edges.
@@ -181,7 +181,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::DropShadow::color
+ \qmlproperty color QtGraphicalEffects1::DropShadow::color
This property defines the RGBA color value which is used for the shadow.
@@ -225,8 +225,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::DropShadow::horizontalOffset
- \qmlproperty real QtGraphicalEffects1.0::DropShadow::verticalOffset
+ \qmlproperty real QtGraphicalEffects1::DropShadow::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1::DropShadow::verticalOffset
HorizontalOffset and verticalOffset properties define the offset
for the rendered shadow compared to the DropShadow item position. Often, the
@@ -275,7 +275,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::DropShadow::fast
+ \qmlproperty bool QtGraphicalEffects1::DropShadow::fast
This property selects the blurring algorithm that is used to produce the
softness for the effect. Setting this to true enables fast algorithm,
@@ -317,7 +317,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::DropShadow::cached
+ \qmlproperty bool QtGraphicalEffects1::DropShadow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-fastblur.qdoc b/doc/src/qtgraphicaleffects-fastblur.qdoc
index 7a992fc..1f42b7d 100644
--- a/doc/src/qtgraphicaleffects-fastblur.qdoc
+++ b/doc/src/qtgraphicaleffects-fastblur.qdoc
@@ -58,13 +58,13 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::FastBlur::source
+ \qmlproperty variant QtGraphicalEffects1::FastBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::FastBlur::radius
+ \qmlproperty real QtGraphicalEffects1::FastBlur::radius
This property defines the distance of the neighboring pixels which affect
the blurring of an individual pixel. A larger radius increases the blur
@@ -91,7 +91,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::FastBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::FastBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -126,7 +126,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::FastBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::FastBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-gammaadjust.qdoc b/doc/src/qtgraphicaleffects-gammaadjust.qdoc
index 719256a..91f501b 100644
--- a/doc/src/qtgraphicaleffects-gammaadjust.qdoc
+++ b/doc/src/qtgraphicaleffects-gammaadjust.qdoc
@@ -55,7 +55,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::GammaAdjust::source
+ \qmlproperty variant QtGraphicalEffects1::GammaAdjust::source
This property defines the source item for which the luminance is going to be
adjusted.
@@ -63,7 +63,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::GammaAdjust::gamma
+ \qmlproperty real QtGraphicalEffects1::GammaAdjust::gamma
This property defines the change factor for how the luminance of each pixel
is altered according to the equation:
@@ -122,7 +122,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects1.0::GammaAdjust::cached
+ \qmlproperty bool QtGraphicalEffects1::GammaAdjust::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-gaussianblur.qdoc b/doc/src/qtgraphicaleffects-gaussianblur.qdoc
index d89e69c..6d46ee3 100644
--- a/doc/src/qtgraphicaleffects-gaussianblur.qdoc
+++ b/doc/src/qtgraphicaleffects-gaussianblur.qdoc
@@ -54,13 +54,13 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::GaussianBlur::source
+ \qmlproperty variant QtGraphicalEffects1::GaussianBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::GaussianBlur::radius
+ \qmlproperty real QtGraphicalEffects1::GaussianBlur::radius
This property defines the distance of the neighboring pixels which affect
the blurring of an individual pixel. A larger radius increases the blur
@@ -98,7 +98,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::GaussianBlur::samples
+ \qmlproperty int QtGraphicalEffects1::GaussianBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -116,7 +116,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::GaussianBlur::deviation
+ \qmlproperty real QtGraphicalEffects1::GaussianBlur::deviation
This property is a parameter to the gaussian function that is used when
calculating neighboring pixel weights for the blurring. A larger deviation
@@ -162,7 +162,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::GaussianBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::GaussianBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -203,7 +203,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::GaussianBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::GaussianBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-glow.qdoc b/doc/src/qtgraphicaleffects-glow.qdoc
index c016b20..95cb2ec 100644
--- a/doc/src/qtgraphicaleffects-glow.qdoc
+++ b/doc/src/qtgraphicaleffects-glow.qdoc
@@ -57,7 +57,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::Glow::source
+ \qmlproperty variant QtGraphicalEffects1::Glow::source
This property defines the source item that is going to be used as source for
the generated glow.
@@ -65,7 +65,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::Glow::radius
+ \qmlproperty real QtGraphicalEffects1::Glow::radius
Radius defines the softness of the glow. A larger radius causes the edges
of the glow to appear more blurry.
@@ -107,7 +107,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::Glow::samples
+ \qmlproperty int QtGraphicalEffects1::Glow::samples
This property defines how many samples are taken per pixel when edge softening
blur calculation is done. Larger value produces better quality, but is slower
@@ -127,7 +127,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::Glow::color
+ \qmlproperty color QtGraphicalEffects1::Glow::color
This property defines the RGBA color value which is used for the glow.
@@ -163,7 +163,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::Glow::spread
+ \qmlproperty real QtGraphicalEffects1::Glow::spread
This property defines how large part of the glow color is strenghtened near
the source edges.
@@ -200,7 +200,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Glow::fast
+ \qmlproperty bool QtGraphicalEffects1::Glow::fast
This property selects the blurring algorithm that is used to produce the
softness for the effect. Setting this to true enables fast algorithm,
@@ -236,7 +236,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::Glow::cached
+ \qmlproperty bool QtGraphicalEffects1::Glow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-huesaturation.qdoc b/doc/src/qtgraphicaleffects-huesaturation.qdoc
index 3b46bc8..bf0e522 100644
--- a/doc/src/qtgraphicaleffects-huesaturation.qdoc
+++ b/doc/src/qtgraphicaleffects-huesaturation.qdoc
@@ -55,7 +55,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::HueSaturation::source
+ \qmlproperty variant QtGraphicalEffects1::HueSaturation::source
This property defines the source item that provides the source pixels for
the effect.
@@ -63,7 +63,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::HueSaturation::hue
+ \qmlproperty real QtGraphicalEffects1::HueSaturation::hue
This property defines the hue value which is added to the source hue value.
@@ -96,7 +96,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::HueSaturation::saturation
+ \qmlproperty real QtGraphicalEffects1::HueSaturation::saturation
This property defines the saturation value value which is added to the
source saturation value.
@@ -130,7 +130,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::HueSaturation::lightness
+ \qmlproperty real QtGraphicalEffects1::HueSaturation::lightness
This property defines the lightness value which is added to the source
saturation value.
@@ -164,7 +164,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::HueSaturation::cached
+ \qmlproperty bool QtGraphicalEffects1::HueSaturation::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-innershadow.qdoc b/doc/src/qtgraphicaleffects-innershadow.qdoc
index 26de401..dd5fb1a 100644
--- a/doc/src/qtgraphicaleffects-innershadow.qdoc
+++ b/doc/src/qtgraphicaleffects-innershadow.qdoc
@@ -58,7 +58,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::InnerShadow::source
+ \qmlproperty variant QtGraphicalEffects1::InnerShadow::source
This property defines the source item that is going to be used as the source
for the generated shadow.
@@ -66,7 +66,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::InnerShadow::radius
+ \qmlproperty real QtGraphicalEffects1::InnerShadow::radius
Radius defines the softness of the shadow. A larger radius causes the edges
of the shadow to appear more blurry.
@@ -115,7 +115,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::InnerShadow::samples
+ \qmlproperty int QtGraphicalEffects1::InnerShadow::samples
This property defines how many samples are taken per pixel when edge softening
blur calculation is done. Larger value produces better quality, but is slower
@@ -135,7 +135,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::InnerShadow::spread
+ \qmlproperty real QtGraphicalEffects1::InnerShadow::spread
This property defines how large part of the shadow color is strenghtened near
the source edges.
@@ -180,7 +180,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::InnerShadow::color
+ \qmlproperty color QtGraphicalEffects1::InnerShadow::color
This property defines the RGBA color value which is used for the shadow.
@@ -224,8 +224,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::InnerShadow::horizontalOffset
- \qmlproperty real QtGraphicalEffects1.0::InnerShadow::verticalOffset
+ \qmlproperty real QtGraphicalEffects1::InnerShadow::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1::InnerShadow::verticalOffset
HorizontalOffset and verticalOffset properties define the offset
for the rendered shadow compared to the InnerShadow item position. Often, the
@@ -274,7 +274,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::InnerShadow::fast
+ \qmlproperty bool QtGraphicalEffects1::InnerShadow::fast
This property selects the blurring algorithm that is used to produce the
softness for the effect. Setting this to true enables fast algorithm,
@@ -316,7 +316,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::InnerShadow::cached
+ \qmlproperty bool QtGraphicalEffects1::InnerShadow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-leveladjust.qdoc b/doc/src/qtgraphicaleffects-leveladjust.qdoc
index 0129286..1db7420 100644
--- a/doc/src/qtgraphicaleffects-leveladjust.qdoc
+++ b/doc/src/qtgraphicaleffects-leveladjust.qdoc
@@ -53,7 +53,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::LevelAdjust::source
+ \qmlproperty variant QtGraphicalEffects1::LevelAdjust::source
This property defines the source item that provides the source pixels for
the effect.
@@ -61,7 +61,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::minimumInput
+ \qmlproperty color QtGraphicalEffects1::LevelAdjust::minimumInput
This property defines the minimum input level for each color channel. It sets
the black-point, all pixels having lower value than this property are rendered
@@ -123,7 +123,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::maximumInput
+ \qmlproperty color QtGraphicalEffects1::LevelAdjust::maximumInput
This property defines the maximum input level for each color channel.
It sets the white-point, all pixels having higher value than this
@@ -186,7 +186,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::minimumOutput
+ \qmlproperty color QtGraphicalEffects1::LevelAdjust::minimumOutput
This property defines the minimum output level for each color channel.
Increasing the value lightens the dark areas, reducing the contrast.
@@ -247,7 +247,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::LevelAdjust::maximumOutput
+ \qmlproperty color QtGraphicalEffects1::LevelAdjust::maximumOutput
This property defines the maximum output level for each color channel.
Decreasing the value darkens the light areas, reducing the contrast.
@@ -309,7 +309,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::LevelAdjust::gamma
+ \qmlproperty variant QtGraphicalEffects1::LevelAdjust::gamma
This property defines the change factor for how the value of each pixel
color channel is altered according to the equation:
@@ -375,7 +375,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::LevelAdjust::cached
+ \qmlproperty bool QtGraphicalEffects1::LevelAdjust::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-lineargradient.qdoc b/doc/src/qtgraphicaleffects-lineargradient.qdoc
index a4a4f01..5716ab9 100644
--- a/doc/src/qtgraphicaleffects-lineargradient.qdoc
+++ b/doc/src/qtgraphicaleffects-lineargradient.qdoc
@@ -51,7 +51,7 @@
*/
/*!
- \qmlproperty Gradient QtGraphicalEffects1.0::LinearGradient::gradient
+ \qmlproperty Gradient QtGraphicalEffects1::LinearGradient::gradient
A gradient is defined by two or more colors, which are blended seamlessly.
The colors are specified as a set of GradientStop child items, each of which
@@ -123,7 +123,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::LinearGradient::source
+ \qmlproperty variant QtGraphicalEffects1::LinearGradient::source
This property defines the item that is going to be filled with gradient. Source
item gets rendered into an intermediate pixel buffer and the alpha values
@@ -154,7 +154,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::LinearGradient::start
+ \qmlproperty variant QtGraphicalEffects1::LinearGradient::start
This property defines the starting point where the color at gradient
position of 0.0 is rendered. Colors at larger position values are rendered
@@ -185,7 +185,7 @@ Gradient {
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::LinearGradient::end
+ \qmlproperty variant QtGraphicalEffects1::LinearGradient::end
This property defines the ending point where the color at gradient position
of 1.0 is rendered. Colors at smaller position values are rendered linearly
@@ -216,7 +216,7 @@ Gradient {
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::LinearGradient::cached
+ \qmlproperty bool QtGraphicalEffects1::LinearGradient::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-maskedblur.qdoc b/doc/src/qtgraphicaleffects-maskedblur.qdoc
index 7c535e2..f8f6132 100644
--- a/doc/src/qtgraphicaleffects-maskedblur.qdoc
+++ b/doc/src/qtgraphicaleffects-maskedblur.qdoc
@@ -60,14 +60,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::MaskedBlur::source
+ \qmlproperty variant QtGraphicalEffects1::MaskedBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::MaskedBlur::maskSource
+ \qmlproperty variant QtGraphicalEffects1::MaskedBlur::maskSource
This property defines the item that is controlling the final intensity of the
blur. The pixel alpha channel value from maskSource defines the actual blur
@@ -80,7 +80,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::MaskedBlur::radius
+ \qmlproperty real QtGraphicalEffects1::MaskedBlur::radius
This property defines the distance of the neighboring pixels which affect
the blurring of an individual pixel. A larger radius increases the blur
@@ -122,7 +122,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::MaskedBlur::samples
+ \qmlproperty int QtGraphicalEffects1::MaskedBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -141,7 +141,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::MaskedBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::MaskedBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -182,7 +182,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::MaskedBlur::fast
+ \qmlproperty bool QtGraphicalEffects1::MaskedBlur::fast
This property selects the blurring algorithm that is used to produce the
blur. Setting this to true enables fast algorithm, setting value to false
@@ -215,7 +215,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::MaskedBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::MaskedBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-opacitymask.qdoc b/doc/src/qtgraphicaleffects-opacitymask.qdoc
index 085c443..6bc8d86 100644
--- a/doc/src/qtgraphicaleffects-opacitymask.qdoc
+++ b/doc/src/qtgraphicaleffects-opacitymask.qdoc
@@ -52,14 +52,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::OpacityMask::source
+ \qmlproperty variant QtGraphicalEffects1::OpacityMask::source
This property defines the source item that is going to be masked.
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::OpacityMask::maskSource
+ \qmlproperty variant QtGraphicalEffects1::OpacityMask::maskSource
This property defines the item that is going to be used as the mask. The mask item gets rendered into an intermediate pixel buffer and
the alpha values from the result are used to determine the source item's pixels visibility in the display.
@@ -78,7 +78,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::OpacityMask::cached
+ \qmlproperty bool QtGraphicalEffects1::OpacityMask::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-radialblur.qdoc b/doc/src/qtgraphicaleffects-radialblur.qdoc
index 8b04331..233f339 100644
--- a/doc/src/qtgraphicaleffects-radialblur.qdoc
+++ b/doc/src/qtgraphicaleffects-radialblur.qdoc
@@ -58,7 +58,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::RadialBlur::source
+ \qmlproperty variant QtGraphicalEffects1::RadialBlur::source
This property defines the source item that is going to be blurred.
@@ -66,7 +66,7 @@
/*!
- \qmlproperty int QtGraphicalEffects1.0::RadialBlur::samples
+ \qmlproperty int QtGraphicalEffects1::RadialBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -81,7 +81,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RadialBlur::angle
+ \qmlproperty real QtGraphicalEffects1::RadialBlur::angle
This property defines the direction for the blur and at the same
time the level of blurring. The larger the angle, the more the result
@@ -122,8 +122,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RadialBlur::horizontalOffset
- \qmlproperty real QtGraphicalEffects1.0::RadialBlur::verticalOffset
+ \qmlproperty real QtGraphicalEffects1::RadialBlur::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1::RadialBlur::verticalOffset
These properties define the offset in pixels for the perceived center point
of the rotation.
@@ -161,7 +161,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::RadialBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::RadialBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -180,7 +180,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::RadialBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::RadialBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-radialgradient.qdoc b/doc/src/qtgraphicaleffects-radialgradient.qdoc
index 943c9f8..0b03516 100644
--- a/doc/src/qtgraphicaleffects-radialgradient.qdoc
+++ b/doc/src/qtgraphicaleffects-radialgradient.qdoc
@@ -51,7 +51,7 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::RadialGradient::source
+ \qmlproperty variant QtGraphicalEffects1::RadialGradient::source
This property defines the item that is going to be filled with gradient. Source
item gets rendered into an intermediate pixel buffer and the alpha values
@@ -91,7 +91,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RadialGradient::angle
+ \qmlproperty real QtGraphicalEffects1::RadialGradient::angle
This property defines the rotation of the gradient around its center point.
The rotation is only visible when the \l{RadialGradient::horizontalRadius}{horizontalRadius}
@@ -132,8 +132,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RadialGradient::horizontalOffset
- \qmlproperty real QtGraphicalEffects1.0::RadialGradient::verticalOffset
+ \qmlproperty real QtGraphicalEffects1::RadialGradient::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1::RadialGradient::verticalOffset
The HorizontalOffset and verticalOffset properties define the offset in
pixels for the center point of the gradient compared to the item center.
@@ -174,8 +174,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RadialGradient::horizontalRadius
- \qmlproperty real QtGraphicalEffects1.0::RadialGradient::verticalRadius
+ \qmlproperty real QtGraphicalEffects1::RadialGradient::horizontalRadius
+ \qmlproperty real QtGraphicalEffects1::RadialGradient::verticalRadius
The HorizontalRadius and verticalRadius properties define the shape and size
of the radial gradient. If the radiuses are equal, the shape of the gradient
@@ -216,7 +216,7 @@
*/
/*!
- \qmlproperty Gradient QtGraphicalEffects1.0::RadialGradient::gradient
+ \qmlproperty Gradient QtGraphicalEffects1::RadialGradient::gradient
A gradient is defined by two or more colors, which are blended seamlessly.
The colors are specified as a set of GradientStop child items, each of which
@@ -300,7 +300,7 @@ Gradient {
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::RadialGradient::cached
+ \qmlproperty bool QtGraphicalEffects1::RadialGradient::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-rectangularglow.qdoc b/doc/src/qtgraphicaleffects-rectangularglow.qdoc
index adfca64..c094918 100644
--- a/doc/src/qtgraphicaleffects-rectangularglow.qdoc
+++ b/doc/src/qtgraphicaleffects-rectangularglow.qdoc
@@ -36,7 +36,7 @@
This effect is intended to have good performance. The shape of the glow is
limited to a rectangle with a custom corner radius. For situations where
- custom shapes are required, consider \l {QtGraphicalEffects1.0::Glow} {Glow} effect.
+ custom shapes are required, consider \l {QtGraphicalEffects1::Glow} {Glow} effect.
\table
\header
@@ -53,7 +53,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::RectangularGlow::color
+ \qmlproperty color QtGraphicalEffects1::RectangularGlow::color
This property defines the RGBA color value which is used for the glow.
@@ -89,7 +89,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RectangularGlow::glowRadius
+ \qmlproperty real QtGraphicalEffects1::RectangularGlow::glowRadius
This property defines how many pixels outside the item area are reached by
the glow.
@@ -127,7 +127,7 @@
*/
/*!
- \qmlproperty color QtGraphicalEffects1.0::RectangularGlow::spread
+ \qmlproperty color QtGraphicalEffects1::RectangularGlow::spread
This property defines how large part of the glow color is strenghtened near
the source edges.
@@ -164,7 +164,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RectangularGlow::cornerRadius
+ \qmlproperty real QtGraphicalEffects1::RectangularGlow::cornerRadius
This property defines the corner radius that is used to draw a glow with
rounded corners.
@@ -205,7 +205,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::RectangularGlow::cached
+ \qmlproperty bool QtGraphicalEffects1::RectangularGlow::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-recursiveblur.qdoc b/doc/src/qtgraphicaleffects-recursiveblur.qdoc
index 8d94b16..4160862 100644
--- a/doc/src/qtgraphicaleffects-recursiveblur.qdoc
+++ b/doc/src/qtgraphicaleffects-recursiveblur.qdoc
@@ -55,13 +55,13 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::RecursiveBlur::source
+ \qmlproperty variant QtGraphicalEffects1::RecursiveBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RecursiveBlur::radius
+ \qmlproperty real QtGraphicalEffects1::RecursiveBlur::radius
This property defines the distance of neighboring pixels which influence
the blurring of individual pixels. A larger radius provides better quality,
@@ -96,7 +96,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::RecursiveBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::RecursiveBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -134,7 +134,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::RecursiveBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::RecursiveBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
@@ -151,14 +151,14 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::RecursiveBlur::progress
+ \qmlproperty real QtGraphicalEffects1::RecursiveBlur::progress
This property holds the progress of asynchronous source blurring process, from 0.0 (nothing blurred) to 1.0 (finished).
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::RecursiveBlur::loops
+ \qmlproperty int QtGraphicalEffects1::RecursiveBlur::loops
This property defines the amount of blur iterations that are going to be
performed for the source. When the property changes, the iterative blurring
diff --git a/doc/src/qtgraphicaleffects-thresholdmask.qdoc b/doc/src/qtgraphicaleffects-thresholdmask.qdoc
index 5faa4ef..287d991 100644
--- a/doc/src/qtgraphicaleffects-thresholdmask.qdoc
+++ b/doc/src/qtgraphicaleffects-thresholdmask.qdoc
@@ -55,14 +55,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::ThresholdMask::source
+ \qmlproperty variant QtGraphicalEffects1::ThresholdMask::source
This property defines the source item that is going to be masked.
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::ThresholdMask::maskSource
+ \qmlproperty variant QtGraphicalEffects1::ThresholdMask::maskSource
This property defines the item that is going to be used as the mask. Mask item gets rendered into an intermediate pixel buffer and
the alpha values from the result are used to determine the source item's pixels visibility in the display.
@@ -81,7 +81,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::ThresholdMask::threshold
+ \qmlproperty real QtGraphicalEffects1::ThresholdMask::threshold
This property defines a threshold value for the mask pixels. The mask pixels that have an alpha value
below this property are used to completely mask away the corresponding pixels from the source item.
@@ -111,7 +111,7 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::ThresholdMask::spread
+ \qmlproperty real QtGraphicalEffects1::ThresholdMask::spread
This property defines the smoothness of the mask edges near the
\l{ThresholdMask::threshold}{threshold} alpha value. Setting spread to 0.0
@@ -144,7 +144,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects1.0::ThresholdMask::cached
+ \qmlproperty bool QtGraphicalEffects1::ThresholdMask::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.
diff --git a/doc/src/qtgraphicaleffects-zoomblur.qdoc b/doc/src/qtgraphicaleffects-zoomblur.qdoc
index e651729..f772229 100644
--- a/doc/src/qtgraphicaleffects-zoomblur.qdoc
+++ b/doc/src/qtgraphicaleffects-zoomblur.qdoc
@@ -56,14 +56,14 @@
*/
/*!
- \qmlproperty variant QtGraphicalEffects1.0::ZoomBlur::source
+ \qmlproperty variant QtGraphicalEffects1::ZoomBlur::source
This property defines the source item that is going to be blurred.
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::length
+ \qmlproperty real QtGraphicalEffects1::ZoomBlur::length
This property defines the maximum perceived amount of movement for each
pixel. The amount is smaller near the center and reaches the specified
@@ -105,7 +105,7 @@
*/
/*!
- \qmlproperty int QtGraphicalEffects1.0::ZoomBlur::samples
+ \qmlproperty int QtGraphicalEffects1::ZoomBlur::samples
This property defines how many samples are taken per pixel when blur
calculation is done. Larger value produces better quality, but is slower
@@ -120,8 +120,8 @@
*/
/*!
- \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::horizontalOffset
- \qmlproperty real QtGraphicalEffects1.0::ZoomBlur::verticalOffset
+ \qmlproperty real QtGraphicalEffects1::ZoomBlur::horizontalOffset
+ \qmlproperty real QtGraphicalEffects1::ZoomBlur::verticalOffset
These properties define an offset in pixels for the blur direction center
point.
@@ -160,7 +160,7 @@
/*!
- \qmlproperty bool QtGraphicalEffects1.0::ZoomBlur::transparentBorder
+ \qmlproperty bool QtGraphicalEffects1::ZoomBlur::transparentBorder
This property defines the blur behavior near the edges of the item, where
the pixel blurring is affected by the pixels outside the source edges.
@@ -179,7 +179,7 @@
*/
/*!
- \qmlproperty bool QtGraphicalEffects1.0::ZoomBlur::cached
+ \qmlproperty bool QtGraphicalEffects1::ZoomBlur::cached
This property allows the effect output pixels to be cached in order to
improve the rendering performance.