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

Switch {
    text: "Switch"
    Rectangle {
        anchors.fill: indicator
        color: "transparent"
        border.color: "red"
    }
}