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

BusyIndicator {
    background: Rectangle {
        color: 'transparent'
        border.color: 'red'
    }
}