Files
2025-08-14 18:45:16 +08:00

21 lines
345 B
Plaintext

QWidget {
background-color: white;
}
SwitchButton {
qproperty-spacing: 12;
background-color: transparent;
}
SwitchButton>QLabel {
color: black;
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
background-color: transparent;
border: none;
}
SwitchButton>QLabel:disabled {
color: rgba(0, 0, 0, 0.36);
}