From 67b1d4a3c072c73a42247fa426e340d26b8eb47c Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 31 Jan 2017 11:40:16 +0100 Subject: 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 --- src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc | 7 ++++--- 1 file 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 -- cgit v1.2.3