From 0419cb2b74e6b953fc1d3b02e71a3f0def39177c Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 18 Sep 2017 15:47:37 +0200 Subject: Doc: "strenght" => "strength" Change-Id: Idbb66dc94eec5cfacf3a52c35059b7d54a424fe2 Reviewed-by: Venugopal Shivashankar --- src/effects/DropShadow.qml | 2 +- src/effects/Glow.qml | 4 ++-- src/effects/InnerShadow.qml | 2 +- src/effects/RectangularGlow.qml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/effects/DropShadow.qml b/src/effects/DropShadow.qml index dc5b4fa..065a489 100644 --- a/src/effects/DropShadow.qml +++ b/src/effects/DropShadow.qml @@ -273,7 +273,7 @@ Item { property alias verticalOffset: dbs.verticalOffset /*! - This property defines how large part of the shadow color is strenghtened + This property defines how large part of the shadow color is strengthened near the source edges. The value ranges from 0.0 to 1.0. By default, the property is set to \c diff --git a/src/effects/Glow.qml b/src/effects/Glow.qml index 168fc44..73ea4cf 100644 --- a/src/effects/Glow.qml +++ b/src/effects/Glow.qml @@ -52,7 +52,7 @@ import QtGraphicalEffects.private 1.0 The Glow effect blurs the alpha channel of the source and colorizes it with \l {Glow::color}{color} and places it behind the source, resulting in a halo or glow around the object. The quality of the blurred edge can be controlled using - \l samples and \l radius and the strenght of the glow can be changed using + \l samples and \l radius and the strength of the glow can be changed using \l spread. \table @@ -171,7 +171,7 @@ Item { property alias samples: dps.samples /*! - This property defines how large part of the glow color is strenghtened + This property defines how large part of the glow color is strengthened near the source edges. The values range from 0.0 to 1.0. By default, the property is set to \c diff --git a/src/effects/InnerShadow.qml b/src/effects/InnerShadow.qml index acc47fb..f8f009f 100644 --- a/src/effects/InnerShadow.qml +++ b/src/effects/InnerShadow.qml @@ -155,7 +155,7 @@ Item { property int samples: 0 /*! - This property defines how large part of the shadow color is strenghtened + This property defines how large part of the shadow color is strengthened near the source edges. The value ranges from 0.0 to 1.0. By default, the property is set to \c diff --git a/src/effects/RectangularGlow.qml b/src/effects/RectangularGlow.qml index d8eb82c..2c2234d 100644 --- a/src/effects/RectangularGlow.qml +++ b/src/effects/RectangularGlow.qml @@ -109,11 +109,11 @@ Item { property real glowRadius: 0.0 /*! - This property defines how large part of the glow color is strenghtened + This property defines how large part of the glow color is strengthened near the source edges. - The value ranges from 0.0 (no strenght increase) to 1.0 (maximum - strenght increase). By default, the property is set to \c 0.0. + The value ranges from 0.0 (no strength increase) to 1.0 (maximum + strength increase). By default, the property is set to \c 0.0. \table \header -- cgit v1.2.3