aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/switch/qtquickcontrols2-switch-checked.qml
blob: 74ed3f50200d2c6044a194cece48b19b5c033415 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0
import QtQuick.Controls 2.0

Switch {
    text: "Checked"
    checked: true
}