summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/q3dbars.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-10-23 16:05:04 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-25 07:53:36 +0300
commit986060cbcfd51c332c5832219147c3aff8f2141d (patch)
tree37a3f5953e09c3b96d2d33834962062970ee6cd9 /src/datavisualization/engine/q3dbars.cpp
parent24e79858946808da060fb1cb3088f554d82d4984 (diff)
Doc: language review datavisualization
Task-number: QTBUG-33360 Change-Id: I67eaab3914effa2a7a5be1b72c6d2c59cb2402f6 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/engine/q3dbars.cpp')
-rw-r--r--src/datavisualization/engine/q3dbars.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/datavisualization/engine/q3dbars.cpp b/src/datavisualization/engine/q3dbars.cpp
index bc2ffeba..d6b48e03 100644
--- a/src/datavisualization/engine/q3dbars.cpp
+++ b/src/datavisualization/engine/q3dbars.cpp
@@ -42,11 +42,11 @@ QT_DATAVISUALIZATION_BEGIN_NAMESPACE
* reset to default camera view by clicking mouse wheel. In touch devices rotation is done
* by tap-and-move, selection by tap-and-hold and zoom by pinch.
*
- * If no axes are explicitly set to Q3DBars, temporary default axes with no labels are created.
- * These default axes can be modified via axis accessors, but as soon any axis is explicitly
- * set for the orientation, the default axis for that orientation is destroyed.
+ * If no axes are set explicitly to Q3DBars, temporary default axes with no labels are created.
+ * These default axes can be modified via axis accessors, but as soon any axis is set explicitly
+ * for the orientation, the default axis for that orientation is destroyed.
*
- * Data proxies work similarly: If no data proxy is explicitly set, Q3DBars creates a default
+ * Data proxies work similarly: If no data proxy is set explicitly, Q3DBars creates a default
* proxy. If any other proxy is set as active data proxy later, the default proxy and all data
* added to it is destroyed.
*
@@ -209,7 +209,7 @@ qreal Q3DBars::barThickness()
/*!
* \property Q3DBars::barSpacing
*
- * Bar spacing, ie. the empty space between bars, in X and Z dimensions. It is preset to
+ * Bar spacing, which is the empty space between bars, in X and Z dimensions. It is preset to
* \c {(1.0, 1.0)} by default. Spacing is affected by barSpacingRelative -property.
*
* \sa barSpacingRelative
@@ -439,7 +439,7 @@ QDataVis::ShadowQuality Q3DBars::shadowQuality() const
* the \a axis to this graph.
*
* If the \a axis is null, a temporary default axis with no labels is created.
- * This temporary axis is destroyed if another \a axis is explicitly set to same orientation.
+ * This temporary axis is destroyed if another \a axis is set explicitly to the same orientation.
*
* \sa addAxis(), releaseAxis()
*/
@@ -461,7 +461,7 @@ Q3DCategoryAxis *Q3DBars::rowAxis() const
* the \a axis to this graph.
*
* If the \a axis is null, a temporary default axis with no labels is created.
- * This temporary axis is destroyed if another \a axis is explicitly set to same orientation.
+ * This temporary axis is destroyed if another \a axis is set explicitly to the same orientation.
*
* \sa addAxis(), releaseAxis()
*/
@@ -484,7 +484,7 @@ Q3DCategoryAxis *Q3DBars::columnAxis() const
*
* If the \a axis is null, a temporary default axis with no labels and automatically adjusting
* range is created.
- * This temporary axis is destroyed if another \a axis is explicitly set to same orientation.
+ * This temporary axis is destroyed if another \a axis is set explicitly to the same orientation.
*
* \sa addAxis(), releaseAxis()
*/
@@ -541,7 +541,7 @@ QList<Q3DAbstractAxis *> Q3DBars::axes() const
* the \a proxy to this graph.
*
* If the \a proxy is null, a temporary default proxy is created and activated.
- * This temporary proxy is destroyed if another \a proxy is explicitly set active via this method.
+ * This temporary proxy is destroyed if another \a proxy is set explicitly active via this method.
*
* \sa addDataProxy(), releaseDataProxy()
*/