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

import "../.."

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