summaryrefslogtreecommitdiffstats
path: root/examples/declarative/slideswitch/display.qml
blob: cea89b66d55f23f0aa7cf40bae25b5bd78b5bddd (plain)
1
2
3
4
5
6
7
8
Rect {
    color: "white"
    width: 150
    height: 150
    Switch {
        anchors.centeredIn: parent
    }
}