aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/testbench/styles/+material/Style.qml
blob: 109f4bc6e213569af258cb2517f2c597446cc48d (plain)
1
2
3
4
5
6
7
8
import Qt.labs.controls.material 1.0

import "../.."

Controls {
    color: Material.backgroundColor
    Material.theme: themeSwitch.checked ? Material.Dark : Material.Light
}