mirror of
https://github.com/YuTaoV5/YuEEG.git
synced 2025-11-04 14:50:03 +08:00
17 lines
300 B
Plaintext
17 lines
300 B
Plaintext
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);
|
|
}
|
|
|