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:
parent
fc54107f0b
commit
67b1d4a3c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue