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

Switch {
    text: "Normal"
}