initial fluent-widgets ui
This commit is contained in:
51
examples/navigation/navigation3/resource/dark/demo.qss
Normal file
51
examples/navigation/navigation3/resource/dark/demo.qss
Normal file
@ -0,0 +1,51 @@
|
||||
Widget > QLabel {
|
||||
font: 24px 'Segoe UI', 'Microsoft YaHei';
|
||||
}
|
||||
|
||||
Widget {
|
||||
background-color: rgb(39, 39, 39);
|
||||
}
|
||||
|
||||
Window {
|
||||
background-color: rgb(39, 39, 39);
|
||||
}
|
||||
|
||||
StandardTitleBar {
|
||||
background-color: rgb(39, 39, 39);
|
||||
}
|
||||
|
||||
NavigationBar>QLabel {
|
||||
font: 18px 'Segoe UI', 'Microsoft YaHei';
|
||||
color: white;
|
||||
}
|
||||
|
||||
StandardTitleBar > QLabel,
|
||||
Widget > QLabel {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
MinimizeButton {
|
||||
qproperty-normalColor: white;
|
||||
qproperty-normalBackgroundColor: transparent;
|
||||
qproperty-hoverColor: white;
|
||||
qproperty-hoverBackgroundColor: rgba(255, 255, 255, 26);
|
||||
qproperty-pressedColor: white;
|
||||
qproperty-pressedBackgroundColor: rgba(255, 255, 255, 51)
|
||||
}
|
||||
|
||||
|
||||
MaximizeButton {
|
||||
qproperty-normalColor: white;
|
||||
qproperty-normalBackgroundColor: transparent;
|
||||
qproperty-hoverColor: white;
|
||||
qproperty-hoverBackgroundColor: rgba(255, 255, 255, 26);
|
||||
qproperty-pressedColor: white;
|
||||
qproperty-pressedBackgroundColor: rgba(255, 255, 255, 51)
|
||||
}
|
||||
|
||||
CloseButton {
|
||||
qproperty-normalColor: white;
|
||||
qproperty-normalBackgroundColor: transparent;
|
||||
}
|
||||
|
||||
15
examples/navigation/navigation3/resource/light/demo.qss
Normal file
15
examples/navigation/navigation3/resource/light/demo.qss
Normal file
@ -0,0 +1,15 @@
|
||||
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';
|
||||
}
|
||||
BIN
examples/navigation/navigation3/resource/logo.png
Normal file
BIN
examples/navigation/navigation3/resource/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
BIN
examples/navigation/navigation3/resource/shoko.png
Normal file
BIN
examples/navigation/navigation3/resource/shoko.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 262 KiB |
Reference in New Issue
Block a user