|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>540</width> |
10 |
| - <height>380</height> |
| 9 | + <width>560</width> |
| 10 | + <height>400</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
19 | 19 | <layout class="QVBoxLayout" name="verticalLayout">
|
20 | 20 | <item>
|
21 | 21 | <widget class="QTabWidget" name="tabWidget">
|
22 |
| - <property name="tabPosition"> |
23 |
| - <enum>QTabWidget::North</enum> |
24 |
| - </property> |
25 | 22 | <property name="currentIndex">
|
26 | 23 | <number>0</number>
|
27 | 24 | </property>
|
|
86 | 83 | </property>
|
87 | 84 | </widget>
|
88 | 85 | </item>
|
89 |
| - <item> |
90 |
| - <spacer name="verticalSpacer_Main"> |
91 |
| - <property name="orientation"> |
92 |
| - <enum>Qt::Vertical</enum> |
93 |
| - </property> |
94 |
| - <property name="sizeHint" stdset="0"> |
95 |
| - <size> |
96 |
| - <width>20</width> |
97 |
| - <height>40</height> |
98 |
| - </size> |
99 |
| - </property> |
100 |
| - </spacer> |
101 |
| - </item> |
102 | 86 | <item>
|
103 | 87 | <layout class="QHBoxLayout" name="horizontalLayout_2_Main">
|
| 88 | + <item> |
| 89 | + <widget class="QLabel" name="databaseCacheLabel"> |
| 90 | + <property name="text"> |
| 91 | + <string>Size of &database cache</string> |
| 92 | + </property> |
| 93 | + <property name="textFormat"> |
| 94 | + <enum>Qt::PlainText</enum> |
| 95 | + </property> |
| 96 | + <property name="buddy"> |
| 97 | + <cstring>databaseCache</cstring> |
| 98 | + </property> |
| 99 | + </widget> |
| 100 | + </item> |
| 101 | + <item> |
| 102 | + <widget class="QSpinBox" name="databaseCache"> |
| 103 | + <property name="toolTip"> |
| 104 | + <string>Set database cache size in megabytes (default: 25)</string> |
| 105 | + </property> |
| 106 | + <property name="maximum"> |
| 107 | + <number>1024</number> |
| 108 | + </property> |
| 109 | + <property name="value"> |
| 110 | + <number>25</number> |
| 111 | + </property> |
| 112 | + </widget> |
| 113 | + </item> |
| 114 | + <item> |
| 115 | + <widget class="QLabel" name="databaseCacheUnitLabel"> |
| 116 | + <property name="text"> |
| 117 | + <string>MB</string> |
| 118 | + </property> |
| 119 | + <property name="textFormat"> |
| 120 | + <enum>Qt::PlainText</enum> |
| 121 | + </property> |
| 122 | + </widget> |
| 123 | + </item> |
104 | 124 | <item>
|
105 | 125 | <spacer name="horizontalSpacer_2_Main">
|
106 | 126 | <property name="orientation">
|
|
114 | 134 | </property>
|
115 | 135 | </spacer>
|
116 | 136 | </item>
|
| 137 | + </layout> |
| 138 | + </item> |
| 139 | + <item> |
| 140 | + <layout class="QHBoxLayout" name="horizontalLayout_3_Main"> |
| 141 | + <item> |
| 142 | + <widget class="QLabel" name="threadsScriptVerifLabel"> |
| 143 | + <property name="text"> |
| 144 | + <string>Number of script &verification threads</string> |
| 145 | + </property> |
| 146 | + <property name="textFormat"> |
| 147 | + <enum>Qt::PlainText</enum> |
| 148 | + </property> |
| 149 | + <property name="buddy"> |
| 150 | + <cstring>threadsScriptVerif</cstring> |
| 151 | + </property> |
| 152 | + </widget> |
| 153 | + </item> |
117 | 154 | <item>
|
118 |
| - <widget class="QPushButton" name="resetButton"> |
| 155 | + <widget class="QSpinBox" name="threadsScriptVerif"> |
119 | 156 | <property name="toolTip">
|
120 |
| - <string>Reset all client options to default.</string> |
| 157 | + <string>Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0)</string> |
121 | 158 | </property>
|
122 |
| - <property name="text"> |
123 |
| - <string>&Reset Options</string> |
| 159 | + <property name="minimum"> |
| 160 | + <number>-16</number> |
124 | 161 | </property>
|
125 |
| - <property name="autoDefault"> |
126 |
| - <bool>false</bool> |
| 162 | + <property name="maximum"> |
| 163 | + <number>16</number> |
127 | 164 | </property>
|
128 | 165 | </widget>
|
129 | 166 | </item>
|
| 167 | + <item> |
| 168 | + <spacer name="horizontalSpacer_3_Main"> |
| 169 | + <property name="orientation"> |
| 170 | + <enum>Qt::Horizontal</enum> |
| 171 | + </property> |
| 172 | + <property name="sizeHint" stdset="0"> |
| 173 | + <size> |
| 174 | + <width>40</width> |
| 175 | + <height>20</height> |
| 176 | + </size> |
| 177 | + </property> |
| 178 | + </spacer> |
| 179 | + </item> |
130 | 180 | </layout>
|
131 | 181 | </item>
|
| 182 | + <item> |
| 183 | + <spacer name="verticalSpacer_Main"> |
| 184 | + <property name="orientation"> |
| 185 | + <enum>Qt::Vertical</enum> |
| 186 | + </property> |
| 187 | + <property name="sizeHint" stdset="0"> |
| 188 | + <size> |
| 189 | + <width>20</width> |
| 190 | + <height>40</height> |
| 191 | + </size> |
| 192 | + </property> |
| 193 | + </spacer> |
| 194 | + </item> |
132 | 195 | </layout>
|
133 | 196 | </widget>
|
134 | 197 | <widget class="QWidget" name="tabNetwork">
|
|
149 | 212 | <item>
|
150 | 213 | <widget class="QCheckBox" name="connectSocks">
|
151 | 214 | <property name="toolTip">
|
152 |
| - <string>Connect to the Bitcoin network through a SOCKS proxy (e.g. when connecting through Tor).</string> |
| 215 | + <string>Connect to the Bitcoin network through a SOCKS proxy.</string> |
153 | 216 | </property>
|
154 | 217 | <property name="text">
|
155 |
| - <string>&Connect through SOCKS proxy:</string> |
| 218 | + <string>&Connect through SOCKS proxy (default proxy):</string> |
156 | 219 | </property>
|
157 | 220 | </widget>
|
158 | 221 | </item>
|
159 | 222 | <item>
|
160 |
| - <layout class="QHBoxLayout" name="horizontalLayout_Network"> |
| 223 | + <layout class="QHBoxLayout" name="horizontalLayout_1_Network"> |
161 | 224 | <item>
|
162 | 225 | <widget class="QLabel" name="proxyIpLabel">
|
163 | 226 | <property name="text">
|
|
173 | 236 | </item>
|
174 | 237 | <item>
|
175 | 238 | <widget class="QValidatedLineEdit" name="proxyIp">
|
| 239 | + <property name="minimumSize"> |
| 240 | + <size> |
| 241 | + <width>140</width> |
| 242 | + <height>0</height> |
| 243 | + </size> |
| 244 | + </property> |
176 | 245 | <property name="maximumSize">
|
177 | 246 | <size>
|
178 | 247 | <width>140</width>
|
179 | 248 | <height>16777215</height>
|
180 | 249 | </size>
|
181 | 250 | </property>
|
182 | 251 | <property name="toolTip">
|
183 |
| - <string>IP address of the proxy (e.g. 127.0.0.1)</string> |
| 252 | + <string>IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)</string> |
184 | 253 | </property>
|
185 | 254 | </widget>
|
186 | 255 | </item>
|
|
199 | 268 | </item>
|
200 | 269 | <item>
|
201 | 270 | <widget class="QLineEdit" name="proxyPort">
|
| 271 | + <property name="minimumSize"> |
| 272 | + <size> |
| 273 | + <width>55</width> |
| 274 | + <height>0</height> |
| 275 | + </size> |
| 276 | + </property> |
202 | 277 | <property name="maximumSize">
|
203 | 278 | <size>
|
204 | 279 | <width>55</width>
|
|
231 | 306 | </widget>
|
232 | 307 | </item>
|
233 | 308 | <item>
|
234 |
| - <spacer name="horizontalSpacer_Network"> |
| 309 | + <spacer name="horizontalSpacer_1_Network"> |
235 | 310 | <property name="orientation">
|
236 | 311 | <enum>Qt::Horizontal</enum>
|
237 | 312 | </property>
|
|
390 | 465 | </widget>
|
391 | 466 | </widget>
|
392 | 467 | </item>
|
| 468 | + <item> |
| 469 | + <widget class="QFrame" name="frame"> |
| 470 | + <layout class="QVBoxLayout" name="verticalLayout_Bottom"> |
| 471 | + <item> |
| 472 | + <layout class="QHBoxLayout" name="horizontalLayout_Bottom"> |
| 473 | + <item> |
| 474 | + <widget class="QLabel" name="overriddenByCommandLineInfoLabel"> |
| 475 | + <property name="text"> |
| 476 | + <string>Active command-line options that override above options: </string> |
| 477 | + </property> |
| 478 | + <property name="textFormat"> |
| 479 | + <enum>Qt::PlainText</enum> |
| 480 | + </property> |
| 481 | + </widget> |
| 482 | + </item> |
| 483 | + <item> |
| 484 | + <spacer name="horizontalSpacer_Bottom"> |
| 485 | + <property name="orientation"> |
| 486 | + <enum>Qt::Horizontal</enum> |
| 487 | + </property> |
| 488 | + <property name="sizeHint" stdset="0"> |
| 489 | + <size> |
| 490 | + <width>40</width> |
| 491 | + <height>20</height> |
| 492 | + </size> |
| 493 | + </property> |
| 494 | + </spacer> |
| 495 | + </item> |
| 496 | + </layout> |
| 497 | + </item> |
| 498 | + <item> |
| 499 | + <widget class="QLabel" name="overriddenByCommandLineLabel"> |
| 500 | + <property name="text"> |
| 501 | + <string/> |
| 502 | + </property> |
| 503 | + <property name="textFormat"> |
| 504 | + <enum>Qt::PlainText</enum> |
| 505 | + </property> |
| 506 | + <property name="wordWrap"> |
| 507 | + <bool>true</bool> |
| 508 | + </property> |
| 509 | + </widget> |
| 510 | + </item> |
| 511 | + </layout> |
| 512 | + </widget> |
| 513 | + </item> |
393 | 514 | <item>
|
394 | 515 | <layout class="QHBoxLayout" name="horizontalLayout_Buttons">
|
| 516 | + <item> |
| 517 | + <widget class="QPushButton" name="resetButton"> |
| 518 | + <property name="toolTip"> |
| 519 | + <string>Reset all client options to default.</string> |
| 520 | + </property> |
| 521 | + <property name="text"> |
| 522 | + <string>&Reset Options</string> |
| 523 | + </property> |
| 524 | + <property name="autoDefault"> |
| 525 | + <bool>false</bool> |
| 526 | + </property> |
| 527 | + </widget> |
| 528 | + </item> |
395 | 529 | <item>
|
396 | 530 | <spacer name="horizontalSpacer_1">
|
397 | 531 | <property name="orientation">
|
|
407 | 541 | </item>
|
408 | 542 | <item>
|
409 | 543 | <widget class="QLabel" name="statusLabel">
|
| 544 | + <property name="minimumSize"> |
| 545 | + <size> |
| 546 | + <width>200</width> |
| 547 | + <height>0</height> |
| 548 | + </size> |
| 549 | + </property> |
410 | 550 | <property name="font">
|
411 | 551 | <font>
|
412 | 552 | <weight>75</weight>
|
|
454 | 594 | </property>
|
455 | 595 | </widget>
|
456 | 596 | </item>
|
457 |
| - <item> |
458 |
| - <widget class="QPushButton" name="applyButton"> |
459 |
| - <property name="text"> |
460 |
| - <string>&Apply</string> |
461 |
| - </property> |
462 |
| - <property name="autoDefault"> |
463 |
| - <bool>false</bool> |
464 |
| - </property> |
465 |
| - </widget> |
466 |
| - </item> |
467 | 597 | </layout>
|
468 | 598 | </item>
|
469 | 599 | </layout>
|
|
473 | 603 | <class>BitcoinAmountField</class>
|
474 | 604 | <extends>QLineEdit</extends>
|
475 | 605 | <header>bitcoinamountfield.h</header>
|
476 |
| - </customwidget> |
477 |
| - <customwidget> |
478 |
| - <class>QValueComboBox</class> |
479 |
| - <extends>QComboBox</extends> |
480 |
| - <header>qvaluecombobox.h</header> |
| 606 | + <container>1</container> |
481 | 607 | </customwidget>
|
482 | 608 | <customwidget>
|
483 | 609 | <class>QValidatedLineEdit</class>
|
484 | 610 | <extends>QLineEdit</extends>
|
485 | 611 | <header>qvalidatedlineedit.h</header>
|
486 | 612 | </customwidget>
|
| 613 | + <customwidget> |
| 614 | + <class>QValueComboBox</class> |
| 615 | + <extends>QComboBox</extends> |
| 616 | + <header>qvaluecombobox.h</header> |
| 617 | + </customwidget> |
487 | 618 | </customwidgets>
|
488 | 619 | <resources/>
|
489 | 620 | <connections/>
|
|
0 commit comments