Files
fluent_widgets_pyside6/examples/navigation/navigation2/resource/light/demo.qss
2025-08-14 18:45:16 +08:00

18 lines
335 B
Plaintext

Widget > QLabel {
font: 24px 'Segoe UI', 'Microsoft YaHei';
}
Widget {
border-left: 1px solid rgb(229, 229, 229);
background-color: rgb(249, 249, 249);
}
Window {
background-color: rgb(243, 243, 243);
}
CustomTitleBar > QLabel#titleLabel {
background: transparent;
font: 13px 'Segoe UI';
padding: 0 4px
}