summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-01-22 12:30:43 +0200
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-01-22 13:40:17 +0200
commitc0f5e27e18754fb89610f5abd7ca5c0f7e8e04ff (patch)
tree8758a2a45cb7046bd2450ae9e69120033567d7f7 /examples
parente734bf1d87fcba1efd4a4126a67f52a7481db142 (diff)
Example update
Task-number: QTRD-2635 Change-Id: Ia957c3512e528816d708c113b631acb298672dfa Change-Id: Ia957c3512e528816d708c113b631acb298672dfa Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/itemmodel/doc/src/itemmodel.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/itemmodel/doc/src/itemmodel.qdoc b/examples/itemmodel/doc/src/itemmodel.qdoc
index 6812c374..a1c07e09 100644
--- a/examples/itemmodel/doc/src/itemmodel.qdoc
+++ b/examples/itemmodel/doc/src/itemmodel.qdoc
@@ -88,8 +88,8 @@
means there will be a gap of 20% of the bar's thickness between the bars in both directions.
We want to be able to select rows of data for a closer inspection, so we set the selection mode
- to slice row. This means that whenever we select a bar in the graph, the whole row will be
- displayed separately.
+ to slice item and row. This means that whenever we select a bar in the graph, the whole row will be
+ displayed separately and the selected bar will be highlighted.
We don't want to use the default colors, so we set one of the predefined themes as the active theme.