aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-01-31 11:40:16 +0100
committerMitch Curtis <mitch.curtis@qt.io>2017-01-31 11:45:35 +0000
commit67b1d4a3c072c73a42247fa426e340d26b8eb47c (patch)
treee9aa0b47878a1c750a81e806c22e42e0268637c3 /src/imports/controls
parentfc54107f0bc6786f921d419826b90451ab2bc72a (diff)
Doc: correct PageIndicator description
The BusyIndicator and PageIndicator sections got mixed up in f043b64c3. Task-number: QTBUG-58343 Change-Id: I08d8d7319660923aa4333739882ae376bf368abb Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/imports/controls')
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
index 1b2dffe4..32644bfd 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
@@ -43,14 +43,15 @@
\image qtquickcontrols2-busyindicator.png
- \l BusyIndicator should be used to indicate activity.
+ BusyIndicator can be used to show that an operation is in progress,
+ and that the UI has to wait for the operation to complete.
\section1 PageIndicator Control
\image qtquickcontrols2-pageindicator.png
- \l BusyIndicator can be used to show that an operation is in progress,
- and that the UI has to wait for the operation to complete.
+ \l PageIndicator is used to indicate the currently active page in
+ a container of multiple pages.
\section1 ProgressBar Control