initial fluent-widgets ui
This commit is contained in:
16
resource/light/demo.qss
Normal file
16
resource/light/demo.qss
Normal file
@ -0,0 +1,16 @@
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user