mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>255</height>
|
||||
<height>257</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
@@ -24,6 +24,31 @@
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_Main">
|
||||
<item>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_Avatar">
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>6</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>6</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lblAvatar">
|
||||
<property name="minimumSize">
|
||||
|
||||
@@ -172,12 +172,14 @@ QTreeWidget::branch:open:has-children:has-siblings {
|
||||
QTreeWidget::item:hover,
|
||||
QTreeWidget::branch:hover {
|
||||
background: #aee1ff;
|
||||
background: #C0EEEE;
|
||||
}
|
||||
|
||||
QTreeWidget::item:selected {
|
||||
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);*/
|
||||
background: #6ea1f1;
|
||||
color: #ffffff;
|
||||
background: #A0CECE;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
|
||||
@@ -227,6 +229,9 @@ QTabBar::tab {
|
||||
|
||||
font-size: 12pt;
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #A0CECE, stop: 1 #FFFFFF);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -239,16 +244,17 @@ QTabBar::tab:selected {
|
||||
}
|
||||
*/
|
||||
QTabBar::tab:selected {
|
||||
background: #ffffff;
|
||||
/*background: #ffffff;*/
|
||||
}
|
||||
QTabBar::tab:!selected {
|
||||
margin-top: 5px; /* make non-selected tabs look smaller */
|
||||
margin-top: 10px; /* make non-selected tabs look smaller */
|
||||
/*background: #ffffff;*/
|
||||
}
|
||||
|
||||
|
||||
QTabBar::tab:hover {
|
||||
background: #aee1ff;
|
||||
background: #C0EEEE;
|
||||
}
|
||||
|
||||
QTabBar::scroller { /* the width of the scroll buttons */
|
||||
@@ -265,10 +271,10 @@ QListWidget::item {
|
||||
/*padding: -5px;*/
|
||||
}
|
||||
QListWidget {
|
||||
/*background: pink;*/
|
||||
background: transparent;
|
||||
/*background: #ffffff;*/
|
||||
background: #ddeeff;
|
||||
/*background: #ddeeff;*/
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #A0CECE, stop: 1 #FFFFFF);
|
||||
}
|
||||
|
||||
QTextEdit {
|
||||
@@ -279,6 +285,8 @@ QTextEdit {
|
||||
QTextEdit#editMsg {
|
||||
height: 65px; /**/
|
||||
background: #ddeeff;
|
||||
background: #ffffff;
|
||||
|
||||
}
|
||||
QTextEdit#MsgWidgetEditTextLocal {
|
||||
/*background: tlightgreen;*/
|
||||
@@ -318,6 +326,9 @@ QLabel#MessangerWidgetLblUser {
|
||||
background: #ddeeff;
|
||||
padding-left: 4px;
|
||||
border-radius: 8px;
|
||||
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #A0CECE, stop: 1 #FFFFFF);
|
||||
}
|
||||
QLabel#MessangerWidgetLblAvatar {
|
||||
|
||||
@@ -326,8 +337,8 @@ QLabel#MessangerWidgetLblLoggedIn {
|
||||
|
||||
}
|
||||
|
||||
QWidget {
|
||||
|
||||
QWidget#widgetControl {
|
||||
background: #E0E0E0;
|
||||
}
|
||||
|
||||
QPlainTextEdit#plainText{ /*Репорт*/
|
||||
|
||||
Reference in New Issue
Block a user