|
123 | 123 | <x>0</x>
|
124 | 124 | <y>0</y>
|
125 | 125 | <width>504</width>
|
126 |
| - <height>1064</height> |
| 126 | + <height>1147</height> |
127 | 127 | </rect>
|
128 | 128 | </property>
|
129 | 129 | <layout class="QVBoxLayout" name="verticalLayout_9">
|
|
133 | 133 | <string>Interface</string>
|
134 | 134 | </property>
|
135 | 135 | <layout class="QGridLayout" name="UISettingsBoxLayout">
|
136 |
| - <item row="0" column="0" colspan="3"> |
137 |
| - <widget class="QLabel" name="labelRestartRequired"> |
138 |
| - <property name="font"> |
139 |
| - <font> |
140 |
| - <italic>true</italic> |
141 |
| - </font> |
142 |
| - </property> |
143 |
| - <property name="text"> |
144 |
| - <string>Changing Interface settings requires application restart</string> |
145 |
| - </property> |
146 |
| - </widget> |
| 136 | + <item row="2" column="1"> |
| 137 | + <widget class="QComboBox" name="comboStyle"/> |
147 | 138 | </item>
|
148 | 139 | <item row="1" column="0">
|
149 | 140 | <widget class="QLabel" name="labelLanguage">
|
|
152 | 143 | </property>
|
153 | 144 | </widget>
|
154 | 145 | </item>
|
155 |
| - <item row="1" column="1"> |
156 |
| - <widget class="QComboBox" name="comboLanguage"/> |
| 146 | + <item row="4" column="0" colspan="2"> |
| 147 | + <widget class="QCheckBox" name="checkUseSystemIcon"> |
| 148 | + <property name="text"> |
| 149 | + <string>Use icons from system theme</string> |
| 150 | + </property> |
| 151 | + </widget> |
157 | 152 | </item>
|
158 |
| - <item row="1" column="2"> |
| 153 | + <item row="3" column="0" colspan="4"> |
| 154 | + <widget class="QGroupBox" name="checkUseCustomTheme"> |
| 155 | + <property name="title"> |
| 156 | + <string>Use custom UI Theme</string> |
| 157 | + </property> |
| 158 | + <property name="checkable"> |
| 159 | + <bool>true</bool> |
| 160 | + </property> |
| 161 | + <layout class="QHBoxLayout" name="horizontalLayout_18"> |
| 162 | + <item> |
| 163 | + <widget class="QLabel" name="label_16"> |
| 164 | + <property name="text"> |
| 165 | + <string>UI Theme file:</string> |
| 166 | + </property> |
| 167 | + </widget> |
| 168 | + </item> |
| 169 | + <item> |
| 170 | + <widget class="FileSystemPathLineEdit" name="customThemeFilePath" native="true"/> |
| 171 | + </item> |
| 172 | + </layout> |
| 173 | + </widget> |
| 174 | + </item> |
| 175 | + <item row="1" column="3"> |
159 | 176 | <spacer name="spacerLanguage">
|
160 | 177 | <property name="orientation">
|
161 | 178 | <enum>Qt::Orientation::Horizontal</enum>
|
|
175 | 192 | </property>
|
176 | 193 | </widget>
|
177 | 194 | </item>
|
178 |
| - <item row="2" column="1"> |
179 |
| - <widget class="QComboBox" name="comboStyle"/> |
| 195 | + <item row="0" column="0" colspan="4"> |
| 196 | + <widget class="QLabel" name="labelRestartRequired"> |
| 197 | + <property name="font"> |
| 198 | + <font> |
| 199 | + <italic>true</italic> |
| 200 | + </font> |
| 201 | + </property> |
| 202 | + <property name="text"> |
| 203 | + <string>Changing Interface settings requires application restart</string> |
| 204 | + </property> |
| 205 | + </widget> |
180 | 206 | </item>
|
181 |
| - <item row="2" column="2"> |
| 207 | + <item row="5" column="0" colspan="2"> |
| 208 | + <widget class="QPushButton" name="buttonCustomizeUITheme"> |
| 209 | + <property name="text"> |
| 210 | + <string>Customize UI Theme...</string> |
| 211 | + </property> |
| 212 | + </widget> |
| 213 | + </item> |
| 214 | + <item row="1" column="1"> |
| 215 | + <widget class="QComboBox" name="comboLanguage"/> |
| 216 | + </item> |
| 217 | + <item row="2" column="3"> |
182 | 218 | <spacer name="spacerStyle">
|
183 | 219 | <property name="orientation">
|
184 | 220 | <enum>Qt::Orientation::Horizontal</enum>
|
|
191 | 227 | </property>
|
192 | 228 | </spacer>
|
193 | 229 | </item>
|
194 |
| - <item row="3" column="0" colspan="3"> |
195 |
| - <widget class="QGroupBox" name="checkUseCustomTheme"> |
196 |
| - <property name="title"> |
197 |
| - <string>Use custom UI Theme</string> |
198 |
| - </property> |
199 |
| - <property name="checkable"> |
200 |
| - <bool>true</bool> |
201 |
| - </property> |
202 |
| - <layout class="QHBoxLayout" name="horizontalLayout_18"> |
203 |
| - <item> |
204 |
| - <widget class="QLabel" name="label_16"> |
205 |
| - <property name="text"> |
206 |
| - <string>UI Theme file:</string> |
207 |
| - </property> |
208 |
| - </widget> |
209 |
| - </item> |
210 |
| - <item> |
211 |
| - <widget class="FileSystemPathLineEdit" name="customThemeFilePath" native="true"/> |
212 |
| - </item> |
213 |
| - </layout> |
214 |
| - </widget> |
215 |
| - </item> |
216 |
| - <item row="4" column="0" colspan="2"> |
217 |
| - <widget class="QCheckBox" name="checkUseSystemIcon"> |
218 |
| - <property name="text"> |
219 |
| - <string>Use icons from system theme</string> |
220 |
| - </property> |
221 |
| - </widget> |
222 |
| - </item> |
223 |
| - <item row="5" column="0" colspan="2"> |
224 |
| - <widget class="QPushButton" name="buttonCustomizeUITheme"> |
| 230 | + <item row="2" column="2"> |
| 231 | + <widget class="QLabel" name="labelStyleHint"> |
225 | 232 | <property name="text">
|
226 |
| - <string>Customize UI Theme...</string> |
| 233 | + <string notr="true">labelStyleHint</string> |
227 | 234 | </property>
|
228 | 235 | </widget>
|
229 | 236 | </item>
|
|
845 | 852 | <rect>
|
846 | 853 | <x>0</x>
|
847 | 854 | <y>0</y>
|
848 |
| - <width>539</width> |
849 |
| - <height>1457</height> |
| 855 | + <width>538</width> |
| 856 | + <height>1588</height> |
850 | 857 | </rect>
|
851 | 858 | </property>
|
852 | 859 | <layout class="QVBoxLayout" name="verticalLayout">
|
@@ -1681,8 +1688,8 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
1681 | 1688 | <rect>
|
1682 | 1689 | <x>0</x>
|
1683 | 1690 | <y>0</y>
|
1684 |
| - <width>504</width> |
1685 |
| - <height>848</height> |
| 1691 | + <width>378</width> |
| 1692 | + <height>839</height> |
1686 | 1693 | </rect>
|
1687 | 1694 | </property>
|
1688 | 1695 | <layout class="QVBoxLayout" name="verticalLayout_20">
|
@@ -2257,8 +2264,8 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
2257 | 2264 | <rect>
|
2258 | 2265 | <x>0</x>
|
2259 | 2266 | <y>0</y>
|
2260 |
| - <width>302</width> |
2261 |
| - <height>408</height> |
| 2267 | + <width>303</width> |
| 2268 | + <height>402</height> |
2262 | 2269 | </rect>
|
2263 | 2270 | </property>
|
2264 | 2271 | <layout class="QVBoxLayout" name="verticalLayout_5">
|
@@ -2606,8 +2613,8 @@ readme[0-9].txt: filter 'readme1.txt', 'readme2.txt' but not 'readme10.txt'.</st
|
2606 | 2613 | <rect>
|
2607 | 2614 | <x>0</x>
|
2608 | 2615 | <y>0</y>
|
2609 |
| - <width>413</width> |
2610 |
| - <height>693</height> |
| 2616 | + <width>458</width> |
| 2617 | + <height>709</height> |
2611 | 2618 | </rect>
|
2612 | 2619 | </property>
|
2613 | 2620 | <layout class="QVBoxLayout" name="verticalLayout_7">
|
@@ -3155,8 +3162,8 @@ Disable encryption: Only connect to peers without protocol encryption</string>
|
3155 | 3162 | <rect>
|
3156 | 3163 | <x>0</x>
|
3157 | 3164 | <y>0</y>
|
3158 |
| - <width>336</width> |
3159 |
| - <height>391</height> |
| 3165 | + <width>360</width> |
| 3166 | + <height>416</height> |
3160 | 3167 | </rect>
|
3161 | 3168 | </property>
|
3162 | 3169 | <layout class="QVBoxLayout" name="verticalLayout_27">
|
@@ -3345,8 +3352,8 @@ Disable encryption: Only connect to peers without protocol encryption</string>
|
3345 | 3352 | <rect>
|
3346 | 3353 | <x>0</x>
|
3347 | 3354 | <y>0</y>
|
3348 |
| - <width>382</width> |
3349 |
| - <height>1045</height> |
| 3355 | + <width>434</width> |
| 3356 | + <height>1102</height> |
3350 | 3357 | </rect>
|
3351 | 3358 | </property>
|
3352 | 3359 | <layout class="QVBoxLayout" name="verticalLayout_23">
|
|
0 commit comments