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>
This commit is contained in:
Mitch Curtis 2017-01-31 11:40:16 +01:00
parent fc54107f0b
commit 67b1d4a3c0
1 changed files with 4 additions and 3 deletions

View File

@ -43,14 +43,15 @@
\image qtquickcontrols2-busyindicator.png \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 \section1 PageIndicator Control
\image qtquickcontrols2-pageindicator.png \image qtquickcontrols2-pageindicator.png
\l BusyIndicator can be used to show that an operation is in progress, \l PageIndicator is used to indicate the currently active page in
and that the UI has to wait for the operation to complete. a container of multiple pages.
\section1 ProgressBar Control \section1 ProgressBar Control