|
39 | 39 | <widget class="QWidget" name="topBar" native="true"> |
40 | 40 | <property name="minimumSize"> |
41 | 41 | <size> |
42 | | - <width>1024</width> |
| 42 | + <width>0</width> |
43 | 43 | <height>65</height> |
44 | 44 | </size> |
45 | 45 | </property> |
|
49 | 49 | <height>65</height> |
50 | 50 | </size> |
51 | 51 | </property> |
52 | | - <property name="styleSheet"> |
53 | | - <string notr="true">QWidget { |
54 | | -background-color: #ffffff; |
55 | | -} |
56 | | -QPushButton:hover, QPushButton:focus { |
57 | | -background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #F1C157, stop:0.28 #FADF91, stop:1 #EBA927); |
58 | | -color: #00355F; |
59 | | -} |
60 | | -QPushButton:disabled { |
61 | | -background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #A3AFC0, stop: 0.75 #80909D); |
62 | | -}</string> |
63 | | - </property> |
64 | | - <layout class="QHBoxLayout" name="topBarLayout"> |
| 52 | + <layout class="QHBoxLayout" name="topBarLayout" stretch="0,1,0"> |
65 | 53 | <property name="spacing"> |
66 | 54 | <number>0</number> |
67 | 55 | </property> |
@@ -123,8 +111,7 @@ border: solid rgba(255, 255, 255, 0.1); border-width: 0px 0px 1px 0px</string> |
123 | 111 | </size> |
124 | 112 | </property> |
125 | 113 | <property name="styleSheet"> |
126 | | - <string notr="true">background-color: #FFFFFF; |
127 | | -</string> |
| 114 | + <string notr="true">background-color: #FFFFFF;</string> |
128 | 115 | </property> |
129 | 116 | <widget class="QWidget" name="idSelector" native="true"> |
130 | 117 | <property name="geometry"> |
@@ -228,8 +215,17 @@ border: solid rgba(255, 255, 255, 0.1); border-width: 0px 0px 1px 0px</string> |
228 | 215 | </item> |
229 | 216 | <item> |
230 | 217 | <widget class="QWidget" name="tbButtonWidget" native="true"> |
| 218 | + <property name="minimumSize"> |
| 219 | + <size> |
| 220 | + <width>125</width> |
| 221 | + <height>0</height> |
| 222 | + </size> |
| 223 | + </property> |
231 | 224 | <property name="styleSheet"> |
232 | | - <string notr="true">QToolButton { |
| 225 | + <string notr="true">QWidget { |
| 226 | + background-color: #FFFFFF; |
| 227 | +} |
| 228 | +QToolButton { |
233 | 229 | border: none; |
234 | 230 | color: #75787B; |
235 | 231 | font-size: 11px; |
|
0 commit comments