mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Рефакт стиль
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user