summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/theme/q3dtheme.cpp
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-06-10 11:48:30 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-06-10 11:50:19 +0300
commitc39f24a3850532f675b2728477d08f37993a9c36 (patch)
treec9d400e8dfcefb1919a91ace008e35ad8aea2034 /src/datavisualization/theme/q3dtheme.cpp
parentf15bcc41a2be8aa2267f4abf23e99bac72b594b4 (diff)
QML doc fixes
Change-Id: I2760f559916a1a52a6217f0e5fd26a32d78996ff Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/theme/q3dtheme.cpp')
-rw-r--r--src/datavisualization/theme/q3dtheme.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/datavisualization/theme/q3dtheme.cpp b/src/datavisualization/theme/q3dtheme.cpp
index eaed3c41..97ff8f81 100644
--- a/src/datavisualization/theme/q3dtheme.cpp
+++ b/src/datavisualization/theme/q3dtheme.cpp
@@ -240,7 +240,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty Color Theme3D::baseColors
+ * \qmlproperty list<ThemeColor> Theme3D::baseColors
*
* List of base colors to be used for all the objects in the graph, series by series. If there
* are more series than colors, color list wraps and starts again with the first color in the list.
@@ -248,57 +248,57 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty Color Theme3D::backgroundColor
+ * \qmlproperty color Theme3D::backgroundColor
*
* Color for the graph background.
*/
/*!
- * \qmlproperty Color Theme3D::windowColor
+ * \qmlproperty color Theme3D::windowColor
*
* Color for the application window.
*/
/*!
- * \qmlproperty Color Theme3D::labelTextColor
+ * \qmlproperty color Theme3D::labelTextColor
*
* Color for the font used for labels.
*/
/*!
- * \qmlproperty Color Theme3D::labelBackgroundColor
+ * \qmlproperty color Theme3D::labelBackgroundColor
*
* Color for the label backgrounds. Has no effect if labelBackgroundEnabled is \c false.
*/
/*!
- * \qmlproperty Color Theme3D::gridLineColor
+ * \qmlproperty color Theme3D::gridLineColor
*
* Color for the grid lines.
*/
/*!
- * \qmlproperty Color Theme3D::singleHighlightColor
+ * \qmlproperty color Theme3D::singleHighlightColor
*
* Highlight color for a highlighted object. Used if \l{AbstractGraph3D::selectionMode}{selectionMode}
* has \c AbstractGraph3D.SelectionItem flag set.
*/
/*!
- * \qmlproperty Color Theme3D::multiHighlightColor
+ * \qmlproperty color Theme3D::multiHighlightColor
*
* Highlight color for highlighted objects. Used if \l{AbstractGraph3D::selectionMode}{selectionMode}
* has \c AbstractGraph3D.SelectionRow or \c AbstractGraph3D.SelectionColumn flag set.
*/
/*!
- * \qmlproperty Color Theme3D::lightColor
+ * \qmlproperty color Theme3D::lightColor
*
* Color for the specular light defined in Scene3D.
*/
/*!
- * \qmlproperty ColorGradient Theme3D::baseGradients
+ * \qmlproperty list<ColorGradient> Theme3D::baseGradients
*
* List of base gradients to be used for all the objects in the graph, series by series. If there
* are more series than gradients, gradient list wraps and starts again with the first gradient in
@@ -321,19 +321,19 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty float Theme3D::lightStrength
+ * \qmlproperty real Theme3D::lightStrength
*
* Specular light strength for the whole graph. Value must be between 0.0 and 1.0.
*/
/*!
- * \qmlproperty float Theme3D::ambientLightStrength
+ * \qmlproperty real Theme3D::ambientLightStrength
*
* Ambient light strength for the whole graph. Value must be between 0.0 and 1.0.
*/
/*!
- * \qmlproperty float Theme3D::highlightLightStrength
+ * \qmlproperty real Theme3D::highlightLightStrength
*
* Specular light strength for highlighted objects. Value must be between 0.0 and 1.0.
*/
@@ -345,9 +345,9 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty Font Theme3D::font
+ * \qmlproperty font Theme3D::font
*
- * Set \a font to be used for labels.
+ * Set font to be used for labels.
*/
/*!