summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-17 14:54:31 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-06-17 15:18:09 +0300
commite2012dc8fe894638c87d6b8c8f40d504de6ea171 (patch)
treeec3dcaa561f98b3b734edc2036e02c10edb15808 /src
parent1ddbae171377cd49947230e1da63d30af10d30c3 (diff)
Fix some docs issues
Related to this, also increase size of qmlpolarchart demo. Change-Id: Ic8d88bcdc69607dcee813fe650219e2286ae7092 Reviewed-by: Mika Salmela <mika.salmela@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/legend/qlegend.cpp2
-rw-r--r--src/piechart/qpieseries.cpp2
-rw-r--r--src/qabstractseries.cpp2
-rw-r--r--src/qchart.cpp2
-rw-r--r--src/qpolarchart.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/legend/qlegend.cpp b/src/legend/qlegend.cpp
index 6fef1398..5fab937a 100644
--- a/src/legend/qlegend.cpp
+++ b/src/legend/qlegend.cpp
@@ -52,7 +52,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
*/
/*!
\qmlclass Legend QLegend
- \brief Legend is part of QtCommercial Chart QML API.
+ \brief Legend is part of Qt Chart QML API.
Legend is a graphical object, whics displays legend of the chart. Legend state is updated by ChartView, when
series have been changed. Legend is used via ChartView class. For example:
diff --git a/src/piechart/qpieseries.cpp b/src/piechart/qpieseries.cpp
index d601b589..36711fb7 100644
--- a/src/piechart/qpieseries.cpp
+++ b/src/piechart/qpieseries.cpp
@@ -35,7 +35,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\class QPieSeries
- \brief Pie series API for QtCommercial Charts.
+ \brief Pie series API for Qt Charts.
The pie series defines a pie chart which consists of pie slices which are defined as QPieSlice objects.
The slices can have any values as the QPieSeries will calculate its relative value to the sum of all slices.
diff --git a/src/qabstractseries.cpp b/src/qabstractseries.cpp
index 011c6fe1..4afa0a04 100644
--- a/src/qabstractseries.cpp
+++ b/src/qabstractseries.cpp
@@ -33,7 +33,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\class QAbstractSeries
- \brief Base class for all QtCommercial Chart series.
+ \brief Base class for all Qt Chart series.
\mainclass
Usually you use the series type specific inherited classes instead of the base class.
diff --git a/src/qchart.cpp b/src/qchart.cpp
index 9cce7e32..901485fc 100644
--- a/src/qchart.cpp
+++ b/src/qchart.cpp
@@ -70,7 +70,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\class QChart
- \brief Qt Enterprise Chart API.
+ \brief Main chart API for Qt Charts.
QChart is a QGraphicsWidget that you can show in a QGraphicsScene. It manages the graphical
representation of different types of series and other chart related objects like legend and
diff --git a/src/qpolarchart.cpp b/src/qpolarchart.cpp
index 3e688d53..e70ebd6b 100644
--- a/src/qpolarchart.cpp
+++ b/src/qpolarchart.cpp
@@ -34,7 +34,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\class QPolarChart
- \brief Qt Enterprise Chart API.
+ \brief Polar chart API for Qt Charts.
QPolarChart is a specialization of QChart to show a polar chart.