aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml')
-rw-r--r--tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml b/tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml
new file mode 100644
index 00000000..dffd61b6
--- /dev/null
+++ b/tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml
@@ -0,0 +1,10 @@
+import QtQuick 2.0
+import Qt.labs.controls 1.0
+
+BusyIndicator {
+ Rectangle {
+ anchors.fill: indicator
+ color: 'transparent'
+ border.color: 'red'
+ }
+}