summaryrefslogtreecommitdiffstats
path: root/examples/declarative/slideswitch/display.qml
blob: 346ffb1add06b1baed4d36fe878665c4a697eb97 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.6

Rectangle {
    color: "white"
    width: 150
    height: 150
    Switch {
        anchors.centerIn: parent
    }
}