summaryrefslogtreecommitdiffstats
path: root/examples/declarative/slideswitch/display.qml
blob: b62422cedd022f49535fbb3cda6fc70f7331426c (plain)
1
2
3
<Rect color="white" width="150" height="150">
    <Switch anchors.centeredIn="{parent}"/>
</Rect>