summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-02-04 12:39:05 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2022-02-09 10:28:48 +0100
commit56a7e9ee4270e517bfba160d0eb93537395760ce (patch)
tree87aed486c68ecf5c9710a42e84a8fe05b583f9c9
parent0874fea4768bce5321052ca0a5d0cdcf6ccdd55d (diff)
Doc: Fix syntax in QtCharts module
Also, wrap lines at column 80. Pick-to: 6.3 Change-Id: I700ee9aa35756240a90aba3298f458374cb51e17 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-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