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

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