summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarek Rosa <marek.rosa@digia.com>2012-12-14 13:08:06 +0200
committerMarek Rosa <marek.rosa@digia.com>2012-12-14 13:14:31 +0200
commit240c05f01c1108a0c14b1dec16a89f065449f003 (patch)
treef372355eb8104401c8f55a5573e3592ce4cd99d9 /src
parent74c83ffe6eeaafd761b9b550b2f1acff0927d0db (diff)
Replaced NOTE: with Note: in modelmapper classes and qdatetimeaxis to remove it from QtCreator TODO entries
Diffstat (limited to 'src')
-rw-r--r--src/axis/datetimeaxis/qdatetimeaxis.cpp2
-rw-r--r--src/barchart/qvbarmodelmapper.cpp4
-rw-r--r--src/piechart/qhpiemodelmapper.cpp4
-rw-r--r--src/piechart/qvpiemodelmapper.cpp4
-rw-r--r--src/xychart/qhxymodelmapper.cpp4
-rw-r--r--src/xychart/qvxymodelmapper.cpp4
6 files changed, 11 insertions, 11 deletions
diff --git a/src/axis/datetimeaxis/qdatetimeaxis.cpp b/src/axis/datetimeaxis/qdatetimeaxis.cpp
index 13ec7c83..9cf36d33 100644
--- a/src/axis/datetimeaxis/qdatetimeaxis.cpp
+++ b/src/axis/datetimeaxis/qdatetimeaxis.cpp
@@ -38,7 +38,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
There are also other limitiation related to QDateTime . Please refer to QDateTime documentation.
QDateTimeAxis can be setup to show axis line with tick marks, grid lines and shades.
- NOTE: QDateTimeAxis is disabled on ARM architecture.
+ Note: QDateTimeAxis is disabled on ARM architecture.
\image api_datatime_axis.png
diff --git a/src/barchart/qvbarmodelmapper.cpp b/src/barchart/qvbarmodelmapper.cpp
index 9391a1c0..f386499c 100644
--- a/src/barchart/qvbarmodelmapper.cpp
+++ b/src/barchart/qvbarmodelmapper.cpp
@@ -31,7 +31,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Vertical model mapper is used to create a connection between QAbstractBarSeries and QAbstractItemModel derived model object.
Model mapper maintains equal size of all the BarSets.
Adding/removing value from the BarSet causes the the same change in the rest of the BarSets added to the same series.
- NOTE: used model has to support adding/removing rows/columns and modifying the data of the cells.
+ Note: used model has to support adding/removing rows/columns and modifying the data of the cells.
*/
/*!
\qmlclass VBarModelMapper
@@ -76,7 +76,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\qmlproperty SomeModel VBarModelMapper::model
The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
- QML as shown in \l {QML Custom Model} demo application. NOTE: the model has to support adding/removing rows/columns
+ QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
and modifying the data of the cells.
*/
diff --git a/src/piechart/qhpiemodelmapper.cpp b/src/piechart/qhpiemodelmapper.cpp
index 08fb4b43..2a825752 100644
--- a/src/piechart/qhpiemodelmapper.cpp
+++ b/src/piechart/qhpiemodelmapper.cpp
@@ -29,7 +29,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Horizontal model mapper is used to create a connection between QPieSeries and QAbstractItemModel derived model object that keeps the consecutive pie slices data in rows.
It is possible to use both QAbstractItemModel and QPieSeries model API. QHPieModelMapper makes sure that Pie and the model are kept in sync.
- NOTE: used model has to support adding/removing rows/columns and modifying the data of the cells.
+ Note: used model has to support adding/removing rows/columns and modifying the data of the cells.
*/
/*!
\qmlclass HPieModelMapper QHPieModelMapper
@@ -73,7 +73,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\qmlproperty SomeModel HPieModelMapper::model
The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
- QML as shown in \l {QML Custom Model} demo application. NOTE: the model has to support adding/removing rows/columns
+ QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
and modifying the data of the cells.
*/
diff --git a/src/piechart/qvpiemodelmapper.cpp b/src/piechart/qvpiemodelmapper.cpp
index 62a1ea2c..0ed5724b 100644
--- a/src/piechart/qvpiemodelmapper.cpp
+++ b/src/piechart/qvpiemodelmapper.cpp
@@ -29,7 +29,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Vertical model mapper is used to create a connection between QPieSeries and QAbstractItemModel derived model object that keeps the consecutive pie slices data in columns.
It is possible to use both QAbstractItemModel and QPieSeries model API. QVPieModelMapper makes sure that Pie and the model are kept in sync.
- NOTE: used model has to support adding/removing rows/columns and modifying the data of the cells.
+ Note: used model has to support adding/removing rows/columns and modifying the data of the cells.
*/
/*!
\qmlclass VPieModelMapper QVPieModelMapper
@@ -72,7 +72,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\qmlproperty SomeModel VPieModelMapper::model
The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
- QML as shown in \l {QML Custom Model} demo application. NOTE: the model has to support adding/removing rows/columns
+ QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
and modifying the data of the cells.
*/
diff --git a/src/xychart/qhxymodelmapper.cpp b/src/xychart/qhxymodelmapper.cpp
index 5deb0add..dcbe1223 100644
--- a/src/xychart/qhxymodelmapper.cpp
+++ b/src/xychart/qhxymodelmapper.cpp
@@ -29,7 +29,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Horizontal model mapper is used to create a connection between QXYSeries and QAbstractItemModel derived model object.
It is possible to use both QAbstractItemModel and QXYSeries model API. QXYModelMapper makes sure that QXYSeries and the model are kept in sync.
- NOTE: used model has to support adding/removing rows/columns and modifying the data of the cells.
+ Note: used model has to support adding/removing rows/columns and modifying the data of the cells.
*/
/*!
\qmlclass HXYModelMapper QHXYModelMapper
@@ -58,7 +58,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\qmlproperty SomeModel HXYModelMapper::model
The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
- QML as shown in \l {QML Custom Model} demo application. NOTE: the model has to support adding/removing rows/columns
+ QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
and modifying the data of the cells.
*/
diff --git a/src/xychart/qvxymodelmapper.cpp b/src/xychart/qvxymodelmapper.cpp
index 77dfe96a..c8de93ff 100644
--- a/src/xychart/qvxymodelmapper.cpp
+++ b/src/xychart/qvxymodelmapper.cpp
@@ -29,7 +29,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series.
Vertical model mapper is used to create a connection between QXYSeries and QAbstractItemModel derived model object.
It is possible to use both QAbstractItemModel and QXYSeries model API. QXYModelMapper makes sure that QXYSeries and the model are kept in sync.
- NOTE: used model has to support adding/removing rows/columns and modifying the data of the cells.
+ Note: used model has to support adding/removing rows/columns and modifying the data of the cells.
*/
/*!
\qmlclass VXYModelMapper QHXYModelMapper
@@ -58,7 +58,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\qmlproperty SomeModel VXYModelMapper::model
The QAbstractItemModel based model that is used by the mapper. You need to implement the model and expose it to
- QML as shown in \l {QML Custom Model} demo application. NOTE: the model has to support adding/removing rows/columns
+ QML as shown in \l {QML Custom Model} demo application. Note: the model has to support adding/removing rows/columns
and modifying the data of the cells.
*/