summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2022-04-08 10:55:25 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-04-08 19:56:47 +0000
commit528f47492ea2f3b28ae8535d2da86c567740b266 (patch)
treeecf126ae7064347d79ac9d06397d00ee8077137c
parentef3c377733dd66fd3619962ce757dcaa738355f4 (diff)
Clarify the usage of SelectionMultiSeries flag
Fixes: QTBUG-102405 Change-Id: I8ebc07858b0c60f3ba469f8d0e5d978d0ca3654f Reviewed-by: Sami Varanka <sami.varanka@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit ae915cba96bbce2d1c06b1a5a727c815f31933b9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/datavisualization/engine/qabstract3dgraph.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datavisualization/engine/qabstract3dgraph.cpp b/src/datavisualization/engine/qabstract3dgraph.cpp
index c6e9e524..49ff0b84 100644
--- a/src/datavisualization/engine/qabstract3dgraph.cpp
+++ b/src/datavisualization/engine/qabstract3dgraph.cpp
@@ -110,6 +110,8 @@ QT_BEGIN_NAMESPACE
\value SelectionMultiSeries
Setting this mode means that items for all series at same position are highlighted, instead
of just the selected item. The actual selection in the other series doesn't change.
+ When setting this mode flag, one or more of the basic selection flags (\c {SelectionItem},
+ \c {SelectionRow}, or \c SelectionColumn) must also be set.
Multi-series selection is not supported for Q3DScatter.
*/