aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/BusyIndicator.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-23 13:21:14 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-23 13:59:52 +0000
commita7a5cf66eeee8754e9a8e156396d1540fc2c2c85 (patch)
treed40c34abfd3d0ade0b1add81f00699fbdc6d5555 /src/imports/controls/BusyIndicator.qml
parenta6bcd2624533ed00ce5cc1dd50ffbb042be5cb93 (diff)
Docs: Customizing Qt Quick Controls 2
Change-Id: I6fa85e9fa9a2f7c98ec751786271a60c6c050db5 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/BusyIndicator.qml')
-rw-r--r--src/imports/controls/BusyIndicator.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/controls/BusyIndicator.qml b/src/imports/controls/BusyIndicator.qml
index cf92809f..3c37a27f 100644
--- a/src/imports/controls/BusyIndicator.qml
+++ b/src/imports/controls/BusyIndicator.qml
@@ -47,6 +47,7 @@ AbstractBusyIndicator {
padding: Theme.padding
+ //! [indicator]
indicator: Item {
id: delegate
implicitWidth: 48
@@ -77,4 +78,5 @@ AbstractBusyIndicator {
}
}
}
+ //! [indicator]
}