Files
fluent_widgets_pyside6/resource/light/demo.qss

17 lines
300 B
Plaintext
Raw Normal View History

2025-08-14 18:45:16 +08:00
Widget > QLabel {
font: 24px 'Segoe UI', 'Microsoft YaHei';
}
Widget {
border: 1px solid rgb(229, 229, 229);
border-right: none;
border-bottom: none;
border-top-left-radius: 10px;
background-color: rgb(249, 249, 249);
}
Window {
background-color: rgb(243, 243, 243);
}