mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact ui
This commit is contained in:
@@ -67,8 +67,9 @@ QGroupBox::title {
|
||||
|
||||
|
||||
QPushButton, QToolButton {
|
||||
border: 3px solid #8f8f91;
|
||||
border-style: outset;
|
||||
border: 3px outset /*#2d5585*/gray;
|
||||
/*border: 3px solid #8f8f91;
|
||||
border-style: outset;*/
|
||||
border-radius: 5px;
|
||||
background-color: #5d85B5;
|
||||
min-width: 75px;
|
||||
@@ -113,11 +114,10 @@ QPushButton:flat, QToolButton:flat {
|
||||
}
|
||||
QPushButton:disabled, QToolButton:disabled {
|
||||
background-color: #777777;
|
||||
/*border-color: gray;*/
|
||||
}
|
||||
QPushButton:default, QToolButton:default {
|
||||
border-color: white; /*make the default button prominent */
|
||||
border-width: 4px;
|
||||
border: 3px outset #2d5585;
|
||||
border-color: #2d5585;
|
||||
}
|
||||
QPushButton:hover , QToolButton:hover {
|
||||
background-color: #9dc5f5;
|
||||
@@ -127,9 +127,6 @@ QPushButton:pressed, QToolButton:pressed {
|
||||
border-style: inset;
|
||||
}
|
||||
QPushButton:checked, QToolButton:checked {
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #dadbde, stop: 1 #f6f7fa);
|
||||
background-color: #9dc5f5;
|
||||
background-color: #8db5e5;
|
||||
border-style: inset;
|
||||
}
|
||||
@@ -161,7 +158,7 @@ QTreeWidget {
|
||||
border: 2px solid white;
|
||||
}
|
||||
QTreeWidget::item {
|
||||
height: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
/*Бранчи*/
|
||||
@@ -189,6 +186,8 @@ QTreeWidget::branch:open:has-children:has-siblings {
|
||||
QTreeWidget::item:hover,
|
||||
QTreeWidget::branch:hover {
|
||||
background: #EEEEEE;
|
||||
/*border: 1px solid #6c6c6c;*/
|
||||
/*border-radius: 3px;*/
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user