Рефакт стиль

This commit is contained in:
2025-09-11 09:39:25 +03:00
parent 33f67c14f1
commit d65776ff98

View File

@@ -127,7 +127,7 @@ QCheckBox::indicator:!checked {
QTreeWidget { QTreeWidget {
font-size: 11pt; font-size: 12pt;
font-family: Tahoma; font-family: Tahoma;
icon-size: 24px; icon-size: 24px;
} }
@@ -164,7 +164,7 @@ QTreeWidget::branch:hover {
QTreeWidget::item:selected { QTreeWidget::item:selected {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc); background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);
color: #ffff00; color: #ffffff;
} }
@@ -255,10 +255,20 @@ QTextEdit {
} }
QTextEdit#MsgWidgetLocal { QTextEdit#MsgWidgetLocal {
background: lightgreen; /*background: tlightgreen;*/
background: #ddffdd;
border-radius: 10px;
} }
QTextEdit#MsgWidgetRemote { QTextEdit#MsgWidgetRemote {
background: lightblue; /*background: lightblue;*/
background: #ddeeff;
border-radius: 10px;
}
QLabel#MsgWidgetLblTimeLocal {
font-size: 9pt;
}
QLabel#MsgWidgetLblTimeRemote {
font-size: 9pt;
} }
QWidget { QWidget {