summaryrefslogtreecommitdiffstats
path: root/src/controls/Styles/Base/ProgressBarStyle.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-10-31 16:17:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 18:04:39 +0100
commit8fa38e791e34ed488c5ff4d4c49b51bd5005f080 (patch)
treed18fa25e9ea402cf216881549db46e3cc63144b6 /src/controls/Styles/Base/ProgressBarStyle.qml
parentbd9ade606c1936ecb620dce857921920b828a234 (diff)
Doc: the implicit size of ProgressBarStyle's background must be set.
Change-Id: I54f160ed3fb875b694909e6d9eddcb500566422c Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'src/controls/Styles/Base/ProgressBarStyle.qml')
-rw-r--r--src/controls/Styles/Base/ProgressBarStyle.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/Styles/Base/ProgressBarStyle.qml b/src/controls/Styles/Base/ProgressBarStyle.qml
index 63397edfa..d8ff8140e 100644
--- a/src/controls/Styles/Base/ProgressBarStyle.qml
+++ b/src/controls/Styles/Base/ProgressBarStyle.qml
@@ -161,6 +161,9 @@ Style {
/*! \qmlproperty Component ProgressBarStyle::background
The background component for this style.
+
+ \note The implicitWidth and implicitHeight of the background component
+ must be set.
*/
property Component background: Item {
implicitWidth: 200