aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/RectangularGlow.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-08-13 14:12:19 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-08-13 21:28:54 +0000
commite479bd241a5263b0ddfb4fad725dd26f34d5e39a (patch)
treed46965da9d96f3063ff81449b5dea0974117974c /src/imports/controls/material/RectangularGlow.qml
parent3887055f7fbaf1f931253f84d0bbb531db5efaf6 (diff)
Doc: fix qdoc warnings in the Material style internals
Don't use qdoc syntax for the internals that are not supposed to be in the docs. Change-Id: I2abd61e50b89ed5c800364ce5732f85dda9d54b9 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/imports/controls/material/RectangularGlow.qml')
-rw-r--r--src/imports/controls/material/RectangularGlow.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/imports/controls/material/RectangularGlow.qml b/src/imports/controls/material/RectangularGlow.qml
index 7cec7e54..32c10500 100644
--- a/src/imports/controls/material/RectangularGlow.qml
+++ b/src/imports/controls/material/RectangularGlow.qml
@@ -36,13 +36,13 @@
import QtQuick 2.0
-/*!
+/*
A cross-graphics API implementation of QtGraphicalEffects' RectangularGlow.
*/
Item {
id: rootItem
- /*!
+ /*
This property defines how many pixels outside the item area are reached
by the glow.
@@ -79,7 +79,7 @@ Item {
*/
property real glowRadius: 0.0
- /*!
+ /*
This property defines how large part of the glow color is strenghtened
near the source edges.
@@ -115,7 +115,7 @@ Item {
*/
property real spread: 0.0
- /*!
+ /*
This property defines the RGBA color value which is used for the glow.
By default, the property is set to \c "white".
@@ -149,7 +149,7 @@ Item {
*/
property color color: "white"
- /*!
+ /*
This property defines the corner radius that is used to draw a glow with
rounded corners.
@@ -190,7 +190,7 @@ Item {
*/
property real cornerRadius: glowRadius
- /*!
+ /*
This property allows the effect output pixels to be cached in order to
improve the rendering performance.