Files
fluent_widgets_pyside6/qfluentwidgets/_rc/qss/dark/switch_button.qss

21 lines
357 B
Plaintext
Raw Normal View History

2025-08-14 18:45:16 +08:00
QWidget {
background-color: transparent;
}
SwitchButton {
qproperty-spacing: 12;
background-color: transparent;
}
SwitchButton>QLabel {
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
color: white;
background-color: transparent;
border: none;
}
SwitchButton>QLabel:disabled {
color: rgba(255, 255, 255, 0.36);
}