summaryrefslogtreecommitdiff
path: root/src/controls/ProgressBar.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-02-27 18:50:50 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-27 19:15:26 +0100
commit4773418916deaaf9ad5fb1d283c719b60c6d8b1f (patch)
tree2c058c07be434e4a715673d1cc9ee231351212e9 /src/controls/ProgressBar.qml
parentcddcc3c81e791f88717fee80766523bb0ef3d171 (diff)
downloadqtquickcontrols-4773418916deaaf9ad5fb1d283c719b60c6d8b1f.tar.gz
Make the doc index page actually useful
Improved group labels and added direct links from the index page. Change-Id: I856df138880b1aac8c574f676424ac4644e298f9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/ProgressBar.qml')
-rw-r--r--src/controls/ProgressBar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ProgressBar.qml b/src/controls/ProgressBar.qml
index 12a7c140..e7260d3b 100644
--- a/src/controls/ProgressBar.qml
+++ b/src/controls/ProgressBar.qml
@@ -46,8 +46,8 @@ import "Styles/Settings.js" as Settings
/*!
\qmltype ProgressBar
\inqmlmodule QtQuick.Controls 1.0
- \ingroup indicators
- \brief A progress bar
+ \ingroup controls
+ \brief A progress indicator.
The ProgressBar is used to give an indication of the progress of an operation.
\l value is updated regularly and must be between \l minimumValue and \l maximumValue.