mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 03:14:40 +08:00
修改部分ui
This commit is contained in:
parent
737283528d
commit
24a99ff00d
@ -21,7 +21,7 @@ class Ui_Dialog(object):
|
|||||||
Dialog.setFont(font)
|
Dialog.setFont(font)
|
||||||
Dialog.setLayoutDirection(QtCore.Qt.LeftToRight)
|
Dialog.setLayoutDirection(QtCore.Qt.LeftToRight)
|
||||||
Dialog.setStyleSheet("QPushButton {\n"
|
Dialog.setStyleSheet("QPushButton {\n"
|
||||||
" background-color:transparent;\n"
|
" background: rgb(238,244,249);\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
"QPushButton:hover{\n"
|
"QPushButton:hover{\n"
|
||||||
" background: rgb(230, 235, 240);\n"
|
" background: rgb(230, 235, 240);\n"
|
||||||
|
@ -36,7 +36,6 @@ QListWidget::item{
|
|||||||
}
|
}
|
||||||
/*被选中时的背景颜色和左边框颜色*/
|
/*被选中时的背景颜色和左边框颜色*/
|
||||||
QListWidget::item:selected {
|
QListWidget::item:selected {
|
||||||
border-bottom: 4px solid rgb(9, 187, 7);
|
|
||||||
border-left:none;
|
border-left:none;
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user