aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-05-30 16:17:05 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-06-02 11:17:05 +0000
commitf043b64c37d35775f5d6498a5d9dfe42cd28b0d7 (patch)
tree39c782d59a7eb1e0f592d2f172401ef27547e979 /src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
parentceaf6177a8be6db22e629ff05a625e278025b071 (diff)
Doc: Updated doc on usage Controls 2.
Change-Id: If256dafc53d63b174b5cfd03eb91635e062d7c69 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc')
-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 dcc0ff9e..0d6818ce 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-indicators.qdoc
@@ -47,8 +47,8 @@
\image qtquickcontrols2-pageindicator.png
- \l PageIndicator is used to indicate the currently active page in
- a container of multiple pages.
+ \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.
\section1 ScrollBar Control
@@ -63,5 +63,6 @@
\image qtquickcontrols2-scrollindicator.png
\l ScrollIndicator is a non-interactive indicator that indicates the
- current scroll position in a \l Flickable.
+ current scroll position, and can be used to scroll to a specific position in a
+ \l {Flickable}.
*/