aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/busyindicator/qtquickcontrols2-busyindicator-indicator.qml
blob: 317a6a3fc0eba21335b994c4df3860059de386e4 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.0
import QtQuick.Controls 2.0

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