|
|
|
@ -39,7 +39,7 @@ CheckBox {
@@ -39,7 +39,7 @@ CheckBox {
|
|
|
|
|
implicitHeight: implicitWidth |
|
|
|
|
Rectangle { |
|
|
|
|
anchors.fill: parent |
|
|
|
|
color: "white" |
|
|
|
|
color: control.enabled ? "white" : "gray" |
|
|
|
|
border.color: qgcPal.text |
|
|
|
|
border.width: 1 |
|
|
|
|
opacity: control.checkedState === Qt.PartiallyChecked ? 0.5 : 1 |
|
|
|
|