aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/busyindicator/qtlabscontrols-busyindicator-indicator.qml
blob: dffd61b68d02070e0450e585899408e538110943 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0
import Qt.labs.controls 1.0

BusyIndicator {
    Rectangle {
        anchors.fill: indicator
        color: 'transparent'
        border.color: 'red'
    }
}