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

Switch {
    text: "Disabled"
    enabled: false
}