summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSami Varanka <sami.varanka@qt.io>2021-11-29 12:39:22 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-30 09:17:34 +0000
commitb8671f5a150a3a27180e0336a7b692746bdbe40f (patch)
tree50e616f3c560fae0ee3ef72f59182e8a1e45ef45 /src
parent1d4ccaedd392e27007dd6383d6b5220c16bc85c5 (diff)
Fix: QPieSlice docs don't mention HTML formatting
Added a note to QPieSlice documentation to mention that the label string can be HTML formatted. Fixes: QTBUG-98282 Change-Id: Ia9bcd478e86d38228d9ff46053eedb13a0b876e1 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> (cherry picked from commit 50eb5ad6a2854fc5d6acc45279d0bb3ee9b33411) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/charts/piechart/qpieslice.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charts/piechart/qpieslice.cpp b/src/charts/piechart/qpieslice.cpp
index e41f6e59..d9ee3dbe 100644
--- a/src/charts/piechart/qpieslice.cpp
+++ b/src/charts/piechart/qpieslice.cpp
@@ -108,11 +108,13 @@ QT_CHARTS_BEGIN_NAMESPACE
/*!
\property QPieSlice::label
\brief The label of the slice.
+ \note The string can be HTML formatted.
\sa labelVisible, labelBrush, labelFont, labelArmLengthFactor
*/
/*!
\qmlproperty string PieSlice::label
The label of the slice.
+ \note The string can be HTML formatted.
*/
/*!