summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-02-04 12:39:05 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-02-09 11:31:59 +0000
commit7b8ca0c6baa59c7378545ba7516e2e174b1ae7b5 (patch)
treeb0b6e2d037d931f836eb5fb1cc85dba6690b6d2e
parent9392d9b69e54677fb2bdc6af83ffd103a50b641a (diff)
Doc: Fix syntax in QtCharts module
Also, wrap lines at column 80. Change-Id: I700ee9aa35756240a90aba3298f458374cb51e17 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> (cherry picked from commit 56a7e9ee4270e517bfba160d0eb93537395760ce) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/charts/doc/src/index.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/charts/doc/src/index.qdoc b/src/charts/doc/src/index.qdoc
index ab35d16b..d4f6825a 100644
--- a/src/charts/doc/src/index.qdoc
+++ b/src/charts/doc/src/index.qdoc
@@ -29,10 +29,11 @@
\title Qt Charts
\page qtcharts-index.html
- Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View
- Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can
- be used as QWidgets, QGraphicsWidget, or QML types. Users can easily create impressive
- graphs by selecting one of the charts themes.
+ The Qt Charts module provides a set of easy-to-use chart components. It uses
+ the Qt Graphics View Framework to integrate charts with modern user
+ interfaces. Qt Charts can be used as QWidgets, QGraphicsWidget, or QML
+ types. Users can easily create impressive charts by selecting one of the
+ themes.
\section1 Getting Started