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

15 lines
247 B
Plaintext

Widget > QLabel {
font: 24px 'Segoe UI', 'Microsoft YaHei';
}
Widget {
background-color: rgb(249, 249, 249);
}
Window {
background-color: rgb(249, 249, 249);
}
NavigationBar > QLabel {
font: 18px 'Segoe UI', 'Microsoft YaHei';
}