summaryrefslogtreecommitdiffstats
path: root/src/barchart/qvbarmodelmapper.cpp
diff options
context:
space:
mode:
authorsauimone <samu.uimonen@digia.com>2012-07-03 14:34:10 +0300
committersauimone <samu.uimonen@digia.com>2012-07-03 14:34:52 +0300
commit9c6a61adadc97479ddf99a5ef0a1bbcafc9cf799 (patch)
tree82bd19ddcd6e969c0db0e36d31e38dcc2c75adde /src/barchart/qvbarmodelmapper.cpp
parent2ba1d7112404e61748dd739c6d466fa582a19641 (diff)
renamed barseries files to abstractbarseries
Diffstat (limited to 'src/barchart/qvbarmodelmapper.cpp')
-rw-r--r--src/barchart/qvbarmodelmapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/barchart/qvbarmodelmapper.cpp b/src/barchart/qvbarmodelmapper.cpp
index e9e13773..75c0f8b7 100644
--- a/src/barchart/qvbarmodelmapper.cpp
+++ b/src/barchart/qvbarmodelmapper.cpp
@@ -28,7 +28,7 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
\mainclass
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 QBarSeries and QAbstractItemModel derived model object.
+ 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.
@@ -115,12 +115,12 @@ QTCOMMERCIALCHART_BEGIN_NAMESPACE
/*!
\property QVBarModelMapper::rowCount
- \brief Defines the number of rows of the model that are mapped as the data for QBarSeries
+ \brief Defines the number of rows of the model that are mapped as the data for QAbstractBarSeries
Minimal and default value is: -1 (count limited by the number of rows in the model)
*/
/*!
\qmlproperty int VBarModelMapper::rowCount
- Defines the number of rows of the model that are mapped as the data for QBarSeries. The default value is
+ Defines the number of rows of the model that are mapped as the data for QAbstractBarSeries. The default value is
-1 (count limited by the number of rows in the model)
*/