|
|
@ -45,8 +45,6 @@ QtQuickControlStyle.SwitchStyle {
|
|
|
|
|
|
|
|
|
|
|
|
PlasmaCore.FrameSvgItem {
|
|
|
|
PlasmaCore.FrameSvgItem {
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
implicitHeight: parent.implicitHeight
|
|
|
|
|
|
|
|
implicitWidth: parent.implicitWidth
|
|
|
|
|
|
|
|
imagePath: "widgets/slider"
|
|
|
|
imagePath: "widgets/slider"
|
|
|
|
prefix: "groove"
|
|
|
|
prefix: "groove"
|
|
|
|
opacity: control.checked ? 0 : 1
|
|
|
|
opacity: control.checked ? 0 : 1
|
|
|
@ -59,8 +57,6 @@ QtQuickControlStyle.SwitchStyle {
|
|
|
|
PlasmaCore.FrameSvgItem {
|
|
|
|
PlasmaCore.FrameSvgItem {
|
|
|
|
id: highlight
|
|
|
|
id: highlight
|
|
|
|
anchors.fill: parent
|
|
|
|
anchors.fill: parent
|
|
|
|
implicitHeight: parent.implicitHeight
|
|
|
|
|
|
|
|
implicitWidth: parent.implicitWidth
|
|
|
|
|
|
|
|
imagePath: "widgets/slider"
|
|
|
|
imagePath: "widgets/slider"
|
|
|
|
prefix: "groove-highlight"
|
|
|
|
prefix: "groove-highlight"
|
|
|
|
|
|
|
|
|
|
|
|