summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/data
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@digia.com>2014-03-06 17:30:53 +0200
committerMika Salmela <mika.salmela@digia.com>2014-03-07 09:50:44 +0200
commit509ff19cb502a99db1ba662e98c92397c3714f6a (patch)
treea82c4336496651a0c95b485a72f61c58c1b3f9d0 /src/datavisualization/data
parent0655c246c344a587cd7ee013ccf57da8f2cc6502 (diff)
Property type fixes
Change-Id: I43d9a3b27cf76a8d9b80b102705ab25c7bb7636c Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/data')
-rw-r--r--src/datavisualization/data/qitemmodelscatterdataproxy.cpp2
-rw-r--r--src/datavisualization/data/qitemmodelsurfacedataproxy.cpp12
2 files changed, 7 insertions, 7 deletions
diff --git a/src/datavisualization/data/qitemmodelscatterdataproxy.cpp b/src/datavisualization/data/qitemmodelscatterdataproxy.cpp
index c4924886..16a7b8b5 100644
--- a/src/datavisualization/data/qitemmodelscatterdataproxy.cpp
+++ b/src/datavisualization/data/qitemmodelscatterdataproxy.cpp
@@ -72,7 +72,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty list ItemModelScatterDataProxy::itemModel
+ * \qmlproperty model ItemModelScatterDataProxy::itemModel
* The item model.
*/
diff --git a/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp b/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp
index 01645040..440ce2d6 100644
--- a/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp
+++ b/src/datavisualization/data/qitemmodelsurfacedataproxy.cpp
@@ -89,7 +89,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty list ItemModelSurfaceDataProxy::itemModel
+ * \qmlproperty model ItemModelSurfaceDataProxy::itemModel
* The item model.
*/
@@ -125,25 +125,25 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty list ItemModelSurfaceDataProxy::rowCategories
+ * \qmlproperty list<String> ItemModelSurfaceDataProxy::rowCategories
* The row categories of the mapping. Only items with row roles that are found in this list are
* included when data is resolved. The rows are ordered in the same order as they are in this list.
*/
/*!
- * \qmlproperty list ItemModelSurfaceDataProxy::columnCategories
+ * \qmlproperty list<String> ItemModelSurfaceDataProxy::columnCategories
* The column categories of the mapping. Only items with column roles that are found in this list are
* included when data is resolved. The columns are ordered in the same order as they are in this list.
*/
/*!
- * \qmlproperty list ItemModelSurfaceDataProxy::useModelCategories
+ * \qmlproperty bool ItemModelSurfaceDataProxy::useModelCategories
* When set to true, the mapping ignores row and column roles and categories, and uses
* the rows and columns from the model instead. Defaults to \c{false}.
*/
/*!
- * \qmlproperty list ItemModelSurfaceDataProxy::autoRowCategories
+ * \qmlproperty bool ItemModelSurfaceDataProxy::autoRowCategories
* When set to true, the mapping ignores any explicitly set row categories
* and overwrites them with automatically generated ones whenever the
* data from model is resolved. Proxy minimum and maximum row values are also
@@ -151,7 +151,7 @@ QT_BEGIN_NAMESPACE_DATAVISUALIZATION
*/
/*!
- * \qmlproperty list ItemModelSurfaceDataProxy::autoColumnCategories
+ * \qmlproperty bool ItemModelSurfaceDataProxy::autoColumnCategories
* When set to true, the mapping ignores any explicitly set column categories
* and overwrites them with automatically generated ones whenever the
* data from model is resolved. Proxy minimum and maximum column values are also