Line data Source code
1 : /********************************************************************************
2 : ** Form generated from reading UI file 'optionsdialog.ui'
3 : **
4 : ** Created by: Qt User Interface Compiler version 4.8.6
5 : **
6 : ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 : ********************************************************************************/
8 :
9 : #ifndef UI_OPTIONSDIALOG_H
10 : #define UI_OPTIONSDIALOG_H
11 :
12 : #include <QtCore/QVariant>
13 : #include <QtGui/QAction>
14 : #include <QtGui/QApplication>
15 : #include <QtGui/QButtonGroup>
16 : #include <QtGui/QCheckBox>
17 : #include <QtGui/QDialog>
18 : #include <QtGui/QFrame>
19 : #include <QtGui/QGroupBox>
20 : #include <QtGui/QHBoxLayout>
21 : #include <QtGui/QHeaderView>
22 : #include <QtGui/QLabel>
23 : #include <QtGui/QLineEdit>
24 : #include <QtGui/QPushButton>
25 : #include <QtGui/QSpacerItem>
26 : #include <QtGui/QSpinBox>
27 : #include <QtGui/QTabWidget>
28 : #include <QtGui/QVBoxLayout>
29 : #include <QtGui/QWidget>
30 : #include "qvalidatedlineedit.h"
31 : #include "qvaluecombobox.h"
32 :
33 : QT_BEGIN_NAMESPACE
34 :
35 : class Ui_OptionsDialog
36 : {
37 : public:
38 : QVBoxLayout *verticalLayout;
39 : QTabWidget *tabWidget;
40 : QWidget *tabMain;
41 : QVBoxLayout *verticalLayout_Main;
42 : QCheckBox *bitcoinAtStartup;
43 : QHBoxLayout *horizontalLayout_2_Main;
44 : QLabel *databaseCacheLabel;
45 : QSpinBox *databaseCache;
46 : QLabel *databaseCacheUnitLabel;
47 : QSpacerItem *horizontalSpacer_2_Main;
48 : QHBoxLayout *horizontalLayout_3_Main;
49 : QLabel *threadsScriptVerifLabel;
50 : QSpinBox *threadsScriptVerif;
51 : QSpacerItem *horizontalSpacer_3_Main;
52 : QSpacerItem *verticalSpacer_Main;
53 : QWidget *tabWallet;
54 : QVBoxLayout *verticalLayout_Wallet;
55 : QGroupBox *groupBox;
56 : QVBoxLayout *verticalLayout_2;
57 : QCheckBox *coinControlFeatures;
58 : QCheckBox *spendZeroConfChange;
59 : QSpacerItem *verticalSpacer_Wallet;
60 : QWidget *tabNetwork;
61 : QVBoxLayout *verticalLayout_Network;
62 : QCheckBox *mapPortUpnp;
63 : QCheckBox *allowIncoming;
64 : QCheckBox *connectSocks;
65 : QHBoxLayout *horizontalLayout_1_Network;
66 : QLabel *proxyIpLabel;
67 : QValidatedLineEdit *proxyIp;
68 : QLabel *proxyPortLabel;
69 : QLineEdit *proxyPort;
70 : QSpacerItem *horizontalSpacer_1_Network;
71 : QHBoxLayout *horizontalLayout_2_Network;
72 : QLabel *proxyActiveNets;
73 : QCheckBox *proxyReachIPv4;
74 : QLabel *proxyReachIPv4Label;
75 : QCheckBox *proxyReachIPv6;
76 : QLabel *proxyReachIPv6Label;
77 : QCheckBox *proxyReachTor;
78 : QLabel *proxyReachTorLabel;
79 : QSpacerItem *horizontalSpacer_2_Network;
80 : QCheckBox *connectSocksTor;
81 : QHBoxLayout *horizontalLayout_3_Network;
82 : QLabel *proxyIpTorLabel;
83 : QValidatedLineEdit *proxyIpTor;
84 : QLabel *proxyPortTorLabel;
85 : QLineEdit *proxyPortTor;
86 : QSpacerItem *horizontalSpacer_4_Network;
87 : QSpacerItem *verticalSpacer_Network;
88 : QWidget *tabWindow;
89 : QVBoxLayout *verticalLayout_Window;
90 : QCheckBox *minimizeToTray;
91 : QCheckBox *minimizeOnClose;
92 : QSpacerItem *verticalSpacer_Window;
93 : QWidget *tabDisplay;
94 : QVBoxLayout *verticalLayout_Display;
95 : QHBoxLayout *horizontalLayout_1_Display;
96 : QLabel *langLabel;
97 : QValueComboBox *lang;
98 : QHBoxLayout *horizontalLayout_2_Display;
99 : QLabel *unitLabel;
100 : QValueComboBox *unit;
101 : QHBoxLayout *horizontalLayout_3_Display;
102 : QLabel *thirdPartyTxUrlsLabel;
103 : QLineEdit *thirdPartyTxUrls;
104 : QSpacerItem *verticalSpacer_Display;
105 : QFrame *frame;
106 : QVBoxLayout *verticalLayout_Bottom;
107 : QHBoxLayout *horizontalLayout_Bottom;
108 : QLabel *overriddenByCommandLineInfoLabel;
109 : QSpacerItem *horizontalSpacer_Bottom;
110 : QLabel *overriddenByCommandLineLabel;
111 : QHBoxLayout *horizontalLayout_Buttons;
112 : QPushButton *resetButton;
113 : QSpacerItem *horizontalSpacer_1;
114 : QLabel *statusLabel;
115 : QSpacerItem *horizontalSpacer_2;
116 : QPushButton *okButton;
117 : QPushButton *cancelButton;
118 :
119 0 : void setupUi(QDialog *OptionsDialog)
120 : {
121 0 : if (OptionsDialog->objectName().isEmpty())
122 0 : OptionsDialog->setObjectName(QString::fromUtf8("OptionsDialog"));
123 0 : OptionsDialog->resize(560, 440);
124 0 : OptionsDialog->setModal(true);
125 0 : verticalLayout = new QVBoxLayout(OptionsDialog);
126 0 : verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
127 0 : tabWidget = new QTabWidget(OptionsDialog);
128 0 : tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
129 0 : tabMain = new QWidget();
130 0 : tabMain->setObjectName(QString::fromUtf8("tabMain"));
131 0 : verticalLayout_Main = new QVBoxLayout(tabMain);
132 0 : verticalLayout_Main->setObjectName(QString::fromUtf8("verticalLayout_Main"));
133 0 : bitcoinAtStartup = new QCheckBox(tabMain);
134 0 : bitcoinAtStartup->setObjectName(QString::fromUtf8("bitcoinAtStartup"));
135 :
136 0 : verticalLayout_Main->addWidget(bitcoinAtStartup);
137 :
138 0 : horizontalLayout_2_Main = new QHBoxLayout();
139 0 : horizontalLayout_2_Main->setObjectName(QString::fromUtf8("horizontalLayout_2_Main"));
140 0 : databaseCacheLabel = new QLabel(tabMain);
141 0 : databaseCacheLabel->setObjectName(QString::fromUtf8("databaseCacheLabel"));
142 0 : databaseCacheLabel->setTextFormat(Qt::PlainText);
143 :
144 0 : horizontalLayout_2_Main->addWidget(databaseCacheLabel);
145 :
146 0 : databaseCache = new QSpinBox(tabMain);
147 0 : databaseCache->setObjectName(QString::fromUtf8("databaseCache"));
148 :
149 0 : horizontalLayout_2_Main->addWidget(databaseCache);
150 :
151 0 : databaseCacheUnitLabel = new QLabel(tabMain);
152 0 : databaseCacheUnitLabel->setObjectName(QString::fromUtf8("databaseCacheUnitLabel"));
153 0 : databaseCacheUnitLabel->setTextFormat(Qt::PlainText);
154 :
155 0 : horizontalLayout_2_Main->addWidget(databaseCacheUnitLabel);
156 :
157 0 : horizontalSpacer_2_Main = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
158 :
159 0 : horizontalLayout_2_Main->addItem(horizontalSpacer_2_Main);
160 :
161 :
162 0 : verticalLayout_Main->addLayout(horizontalLayout_2_Main);
163 :
164 0 : horizontalLayout_3_Main = new QHBoxLayout();
165 0 : horizontalLayout_3_Main->setObjectName(QString::fromUtf8("horizontalLayout_3_Main"));
166 0 : threadsScriptVerifLabel = new QLabel(tabMain);
167 0 : threadsScriptVerifLabel->setObjectName(QString::fromUtf8("threadsScriptVerifLabel"));
168 0 : threadsScriptVerifLabel->setTextFormat(Qt::PlainText);
169 :
170 0 : horizontalLayout_3_Main->addWidget(threadsScriptVerifLabel);
171 :
172 0 : threadsScriptVerif = new QSpinBox(tabMain);
173 0 : threadsScriptVerif->setObjectName(QString::fromUtf8("threadsScriptVerif"));
174 :
175 0 : horizontalLayout_3_Main->addWidget(threadsScriptVerif);
176 :
177 0 : horizontalSpacer_3_Main = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
178 :
179 0 : horizontalLayout_3_Main->addItem(horizontalSpacer_3_Main);
180 :
181 :
182 0 : verticalLayout_Main->addLayout(horizontalLayout_3_Main);
183 :
184 0 : verticalSpacer_Main = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
185 :
186 0 : verticalLayout_Main->addItem(verticalSpacer_Main);
187 :
188 0 : tabWidget->addTab(tabMain, QString());
189 0 : tabWallet = new QWidget();
190 0 : tabWallet->setObjectName(QString::fromUtf8("tabWallet"));
191 0 : verticalLayout_Wallet = new QVBoxLayout(tabWallet);
192 0 : verticalLayout_Wallet->setObjectName(QString::fromUtf8("verticalLayout_Wallet"));
193 0 : groupBox = new QGroupBox(tabWallet);
194 0 : groupBox->setObjectName(QString::fromUtf8("groupBox"));
195 0 : verticalLayout_2 = new QVBoxLayout(groupBox);
196 0 : verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
197 0 : coinControlFeatures = new QCheckBox(groupBox);
198 0 : coinControlFeatures->setObjectName(QString::fromUtf8("coinControlFeatures"));
199 :
200 0 : verticalLayout_2->addWidget(coinControlFeatures);
201 :
202 0 : spendZeroConfChange = new QCheckBox(groupBox);
203 0 : spendZeroConfChange->setObjectName(QString::fromUtf8("spendZeroConfChange"));
204 :
205 0 : verticalLayout_2->addWidget(spendZeroConfChange);
206 :
207 :
208 0 : verticalLayout_Wallet->addWidget(groupBox);
209 :
210 0 : verticalSpacer_Wallet = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
211 :
212 0 : verticalLayout_Wallet->addItem(verticalSpacer_Wallet);
213 :
214 0 : tabWidget->addTab(tabWallet, QString());
215 0 : tabNetwork = new QWidget();
216 0 : tabNetwork->setObjectName(QString::fromUtf8("tabNetwork"));
217 0 : verticalLayout_Network = new QVBoxLayout(tabNetwork);
218 0 : verticalLayout_Network->setObjectName(QString::fromUtf8("verticalLayout_Network"));
219 0 : mapPortUpnp = new QCheckBox(tabNetwork);
220 0 : mapPortUpnp->setObjectName(QString::fromUtf8("mapPortUpnp"));
221 :
222 0 : verticalLayout_Network->addWidget(mapPortUpnp);
223 :
224 0 : allowIncoming = new QCheckBox(tabNetwork);
225 0 : allowIncoming->setObjectName(QString::fromUtf8("allowIncoming"));
226 :
227 0 : verticalLayout_Network->addWidget(allowIncoming);
228 :
229 0 : connectSocks = new QCheckBox(tabNetwork);
230 0 : connectSocks->setObjectName(QString::fromUtf8("connectSocks"));
231 :
232 0 : verticalLayout_Network->addWidget(connectSocks);
233 :
234 0 : horizontalLayout_1_Network = new QHBoxLayout();
235 0 : horizontalLayout_1_Network->setObjectName(QString::fromUtf8("horizontalLayout_1_Network"));
236 0 : proxyIpLabel = new QLabel(tabNetwork);
237 0 : proxyIpLabel->setObjectName(QString::fromUtf8("proxyIpLabel"));
238 0 : proxyIpLabel->setTextFormat(Qt::PlainText);
239 :
240 0 : horizontalLayout_1_Network->addWidget(proxyIpLabel);
241 :
242 0 : proxyIp = new QValidatedLineEdit(tabNetwork);
243 0 : proxyIp->setObjectName(QString::fromUtf8("proxyIp"));
244 0 : proxyIp->setMinimumSize(QSize(140, 0));
245 0 : proxyIp->setMaximumSize(QSize(140, 16777215));
246 :
247 0 : horizontalLayout_1_Network->addWidget(proxyIp);
248 :
249 0 : proxyPortLabel = new QLabel(tabNetwork);
250 0 : proxyPortLabel->setObjectName(QString::fromUtf8("proxyPortLabel"));
251 0 : proxyPortLabel->setTextFormat(Qt::PlainText);
252 :
253 0 : horizontalLayout_1_Network->addWidget(proxyPortLabel);
254 :
255 0 : proxyPort = new QLineEdit(tabNetwork);
256 0 : proxyPort->setObjectName(QString::fromUtf8("proxyPort"));
257 0 : proxyPort->setMinimumSize(QSize(55, 0));
258 0 : proxyPort->setMaximumSize(QSize(55, 16777215));
259 :
260 0 : horizontalLayout_1_Network->addWidget(proxyPort);
261 :
262 0 : horizontalSpacer_1_Network = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
263 :
264 0 : horizontalLayout_1_Network->addItem(horizontalSpacer_1_Network);
265 :
266 :
267 0 : verticalLayout_Network->addLayout(horizontalLayout_1_Network);
268 :
269 0 : horizontalLayout_2_Network = new QHBoxLayout();
270 0 : horizontalLayout_2_Network->setObjectName(QString::fromUtf8("horizontalLayout_2_Network"));
271 0 : proxyActiveNets = new QLabel(tabNetwork);
272 0 : proxyActiveNets->setObjectName(QString::fromUtf8("proxyActiveNets"));
273 0 : proxyActiveNets->setTextFormat(Qt::PlainText);
274 :
275 0 : horizontalLayout_2_Network->addWidget(proxyActiveNets);
276 :
277 0 : proxyReachIPv4 = new QCheckBox(tabNetwork);
278 0 : proxyReachIPv4->setObjectName(QString::fromUtf8("proxyReachIPv4"));
279 0 : proxyReachIPv4->setEnabled(false);
280 :
281 0 : horizontalLayout_2_Network->addWidget(proxyReachIPv4);
282 :
283 0 : proxyReachIPv4Label = new QLabel(tabNetwork);
284 0 : proxyReachIPv4Label->setObjectName(QString::fromUtf8("proxyReachIPv4Label"));
285 0 : proxyReachIPv4Label->setTextFormat(Qt::PlainText);
286 :
287 0 : horizontalLayout_2_Network->addWidget(proxyReachIPv4Label);
288 :
289 0 : proxyReachIPv6 = new QCheckBox(tabNetwork);
290 0 : proxyReachIPv6->setObjectName(QString::fromUtf8("proxyReachIPv6"));
291 0 : proxyReachIPv6->setEnabled(false);
292 :
293 0 : horizontalLayout_2_Network->addWidget(proxyReachIPv6);
294 :
295 0 : proxyReachIPv6Label = new QLabel(tabNetwork);
296 0 : proxyReachIPv6Label->setObjectName(QString::fromUtf8("proxyReachIPv6Label"));
297 0 : proxyReachIPv6Label->setTextFormat(Qt::PlainText);
298 :
299 0 : horizontalLayout_2_Network->addWidget(proxyReachIPv6Label);
300 :
301 0 : proxyReachTor = new QCheckBox(tabNetwork);
302 0 : proxyReachTor->setObjectName(QString::fromUtf8("proxyReachTor"));
303 0 : proxyReachTor->setEnabled(false);
304 :
305 0 : horizontalLayout_2_Network->addWidget(proxyReachTor);
306 :
307 0 : proxyReachTorLabel = new QLabel(tabNetwork);
308 0 : proxyReachTorLabel->setObjectName(QString::fromUtf8("proxyReachTorLabel"));
309 0 : proxyReachTorLabel->setTextFormat(Qt::PlainText);
310 :
311 0 : horizontalLayout_2_Network->addWidget(proxyReachTorLabel);
312 :
313 0 : horizontalSpacer_2_Network = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
314 :
315 0 : horizontalLayout_2_Network->addItem(horizontalSpacer_2_Network);
316 :
317 :
318 0 : verticalLayout_Network->addLayout(horizontalLayout_2_Network);
319 :
320 0 : connectSocksTor = new QCheckBox(tabNetwork);
321 0 : connectSocksTor->setObjectName(QString::fromUtf8("connectSocksTor"));
322 :
323 0 : verticalLayout_Network->addWidget(connectSocksTor);
324 :
325 0 : horizontalLayout_3_Network = new QHBoxLayout();
326 0 : horizontalLayout_3_Network->setObjectName(QString::fromUtf8("horizontalLayout_3_Network"));
327 0 : proxyIpTorLabel = new QLabel(tabNetwork);
328 0 : proxyIpTorLabel->setObjectName(QString::fromUtf8("proxyIpTorLabel"));
329 0 : proxyIpTorLabel->setTextFormat(Qt::PlainText);
330 :
331 0 : horizontalLayout_3_Network->addWidget(proxyIpTorLabel);
332 :
333 0 : proxyIpTor = new QValidatedLineEdit(tabNetwork);
334 0 : proxyIpTor->setObjectName(QString::fromUtf8("proxyIpTor"));
335 0 : proxyIpTor->setMinimumSize(QSize(140, 0));
336 0 : proxyIpTor->setMaximumSize(QSize(140, 16777215));
337 :
338 0 : horizontalLayout_3_Network->addWidget(proxyIpTor);
339 :
340 0 : proxyPortTorLabel = new QLabel(tabNetwork);
341 0 : proxyPortTorLabel->setObjectName(QString::fromUtf8("proxyPortTorLabel"));
342 0 : proxyPortTorLabel->setTextFormat(Qt::PlainText);
343 :
344 0 : horizontalLayout_3_Network->addWidget(proxyPortTorLabel);
345 :
346 0 : proxyPortTor = new QLineEdit(tabNetwork);
347 0 : proxyPortTor->setObjectName(QString::fromUtf8("proxyPortTor"));
348 0 : proxyPortTor->setMinimumSize(QSize(55, 0));
349 0 : proxyPortTor->setMaximumSize(QSize(55, 16777215));
350 :
351 0 : horizontalLayout_3_Network->addWidget(proxyPortTor);
352 :
353 0 : horizontalSpacer_4_Network = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
354 :
355 0 : horizontalLayout_3_Network->addItem(horizontalSpacer_4_Network);
356 :
357 :
358 0 : verticalLayout_Network->addLayout(horizontalLayout_3_Network);
359 :
360 0 : verticalSpacer_Network = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
361 :
362 0 : verticalLayout_Network->addItem(verticalSpacer_Network);
363 :
364 0 : tabWidget->addTab(tabNetwork, QString());
365 0 : tabWindow = new QWidget();
366 0 : tabWindow->setObjectName(QString::fromUtf8("tabWindow"));
367 0 : verticalLayout_Window = new QVBoxLayout(tabWindow);
368 0 : verticalLayout_Window->setObjectName(QString::fromUtf8("verticalLayout_Window"));
369 0 : minimizeToTray = new QCheckBox(tabWindow);
370 0 : minimizeToTray->setObjectName(QString::fromUtf8("minimizeToTray"));
371 :
372 0 : verticalLayout_Window->addWidget(minimizeToTray);
373 :
374 0 : minimizeOnClose = new QCheckBox(tabWindow);
375 0 : minimizeOnClose->setObjectName(QString::fromUtf8("minimizeOnClose"));
376 :
377 0 : verticalLayout_Window->addWidget(minimizeOnClose);
378 :
379 0 : verticalSpacer_Window = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
380 :
381 0 : verticalLayout_Window->addItem(verticalSpacer_Window);
382 :
383 0 : tabWidget->addTab(tabWindow, QString());
384 0 : tabDisplay = new QWidget();
385 0 : tabDisplay->setObjectName(QString::fromUtf8("tabDisplay"));
386 0 : verticalLayout_Display = new QVBoxLayout(tabDisplay);
387 0 : verticalLayout_Display->setObjectName(QString::fromUtf8("verticalLayout_Display"));
388 0 : horizontalLayout_1_Display = new QHBoxLayout();
389 0 : horizontalLayout_1_Display->setObjectName(QString::fromUtf8("horizontalLayout_1_Display"));
390 0 : langLabel = new QLabel(tabDisplay);
391 0 : langLabel->setObjectName(QString::fromUtf8("langLabel"));
392 0 : langLabel->setTextFormat(Qt::PlainText);
393 :
394 0 : horizontalLayout_1_Display->addWidget(langLabel);
395 :
396 0 : lang = new QValueComboBox(tabDisplay);
397 0 : lang->setObjectName(QString::fromUtf8("lang"));
398 :
399 0 : horizontalLayout_1_Display->addWidget(lang);
400 :
401 :
402 0 : verticalLayout_Display->addLayout(horizontalLayout_1_Display);
403 :
404 0 : horizontalLayout_2_Display = new QHBoxLayout();
405 0 : horizontalLayout_2_Display->setObjectName(QString::fromUtf8("horizontalLayout_2_Display"));
406 0 : unitLabel = new QLabel(tabDisplay);
407 0 : unitLabel->setObjectName(QString::fromUtf8("unitLabel"));
408 0 : unitLabel->setTextFormat(Qt::PlainText);
409 :
410 0 : horizontalLayout_2_Display->addWidget(unitLabel);
411 :
412 0 : unit = new QValueComboBox(tabDisplay);
413 0 : unit->setObjectName(QString::fromUtf8("unit"));
414 :
415 0 : horizontalLayout_2_Display->addWidget(unit);
416 :
417 :
418 0 : verticalLayout_Display->addLayout(horizontalLayout_2_Display);
419 :
420 0 : horizontalLayout_3_Display = new QHBoxLayout();
421 0 : horizontalLayout_3_Display->setObjectName(QString::fromUtf8("horizontalLayout_3_Display"));
422 0 : thirdPartyTxUrlsLabel = new QLabel(tabDisplay);
423 0 : thirdPartyTxUrlsLabel->setObjectName(QString::fromUtf8("thirdPartyTxUrlsLabel"));
424 :
425 0 : horizontalLayout_3_Display->addWidget(thirdPartyTxUrlsLabel);
426 :
427 0 : thirdPartyTxUrls = new QLineEdit(tabDisplay);
428 0 : thirdPartyTxUrls->setObjectName(QString::fromUtf8("thirdPartyTxUrls"));
429 :
430 0 : horizontalLayout_3_Display->addWidget(thirdPartyTxUrls);
431 :
432 :
433 0 : verticalLayout_Display->addLayout(horizontalLayout_3_Display);
434 :
435 0 : verticalSpacer_Display = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
436 :
437 0 : verticalLayout_Display->addItem(verticalSpacer_Display);
438 :
439 0 : tabWidget->addTab(tabDisplay, QString());
440 :
441 0 : verticalLayout->addWidget(tabWidget);
442 :
443 0 : frame = new QFrame(OptionsDialog);
444 0 : frame->setObjectName(QString::fromUtf8("frame"));
445 0 : verticalLayout_Bottom = new QVBoxLayout(frame);
446 0 : verticalLayout_Bottom->setObjectName(QString::fromUtf8("verticalLayout_Bottom"));
447 0 : horizontalLayout_Bottom = new QHBoxLayout();
448 0 : horizontalLayout_Bottom->setObjectName(QString::fromUtf8("horizontalLayout_Bottom"));
449 0 : overriddenByCommandLineInfoLabel = new QLabel(frame);
450 0 : overriddenByCommandLineInfoLabel->setObjectName(QString::fromUtf8("overriddenByCommandLineInfoLabel"));
451 0 : overriddenByCommandLineInfoLabel->setTextFormat(Qt::PlainText);
452 :
453 0 : horizontalLayout_Bottom->addWidget(overriddenByCommandLineInfoLabel);
454 :
455 0 : horizontalSpacer_Bottom = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
456 :
457 0 : horizontalLayout_Bottom->addItem(horizontalSpacer_Bottom);
458 :
459 :
460 0 : verticalLayout_Bottom->addLayout(horizontalLayout_Bottom);
461 :
462 0 : overriddenByCommandLineLabel = new QLabel(frame);
463 0 : overriddenByCommandLineLabel->setObjectName(QString::fromUtf8("overriddenByCommandLineLabel"));
464 0 : overriddenByCommandLineLabel->setTextFormat(Qt::PlainText);
465 0 : overriddenByCommandLineLabel->setWordWrap(true);
466 :
467 0 : verticalLayout_Bottom->addWidget(overriddenByCommandLineLabel);
468 :
469 :
470 0 : verticalLayout->addWidget(frame);
471 :
472 0 : horizontalLayout_Buttons = new QHBoxLayout();
473 0 : horizontalLayout_Buttons->setObjectName(QString::fromUtf8("horizontalLayout_Buttons"));
474 0 : resetButton = new QPushButton(OptionsDialog);
475 0 : resetButton->setObjectName(QString::fromUtf8("resetButton"));
476 0 : resetButton->setAutoDefault(false);
477 :
478 0 : horizontalLayout_Buttons->addWidget(resetButton);
479 :
480 0 : horizontalSpacer_1 = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
481 :
482 0 : horizontalLayout_Buttons->addItem(horizontalSpacer_1);
483 :
484 0 : statusLabel = new QLabel(OptionsDialog);
485 0 : statusLabel->setObjectName(QString::fromUtf8("statusLabel"));
486 0 : statusLabel->setMinimumSize(QSize(200, 0));
487 0 : QFont font;
488 : font.setBold(true);
489 0 : font.setWeight(75);
490 0 : statusLabel->setFont(font);
491 0 : statusLabel->setTextFormat(Qt::PlainText);
492 0 : statusLabel->setWordWrap(true);
493 :
494 0 : horizontalLayout_Buttons->addWidget(statusLabel);
495 :
496 0 : horizontalSpacer_2 = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
497 :
498 0 : horizontalLayout_Buttons->addItem(horizontalSpacer_2);
499 :
500 0 : okButton = new QPushButton(OptionsDialog);
501 0 : okButton->setObjectName(QString::fromUtf8("okButton"));
502 0 : okButton->setAutoDefault(false);
503 0 : okButton->setDefault(true);
504 :
505 0 : horizontalLayout_Buttons->addWidget(okButton);
506 :
507 0 : cancelButton = new QPushButton(OptionsDialog);
508 0 : cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
509 0 : cancelButton->setAutoDefault(false);
510 :
511 0 : horizontalLayout_Buttons->addWidget(cancelButton);
512 :
513 :
514 0 : verticalLayout->addLayout(horizontalLayout_Buttons);
515 :
516 : #ifndef QT_NO_SHORTCUT
517 0 : databaseCacheLabel->setBuddy(databaseCache);
518 0 : threadsScriptVerifLabel->setBuddy(threadsScriptVerif);
519 0 : proxyIpLabel->setBuddy(proxyIp);
520 0 : proxyPortLabel->setBuddy(proxyPort);
521 0 : proxyIpTorLabel->setBuddy(proxyIpTor);
522 0 : proxyPortTorLabel->setBuddy(proxyPortTor);
523 0 : langLabel->setBuddy(lang);
524 0 : unitLabel->setBuddy(unit);
525 0 : thirdPartyTxUrlsLabel->setBuddy(thirdPartyTxUrls);
526 : #endif // QT_NO_SHORTCUT
527 :
528 0 : retranslateUi(OptionsDialog);
529 :
530 0 : tabWidget->setCurrentIndex(0);
531 :
532 :
533 0 : QMetaObject::connectSlotsByName(OptionsDialog);
534 0 : } // setupUi
535 :
536 0 : void retranslateUi(QDialog *OptionsDialog)
537 : {
538 0 : OptionsDialog->setWindowTitle(QApplication::translate("OptionsDialog", "Options", 0, QApplication::UnicodeUTF8));
539 : #ifndef QT_NO_TOOLTIP
540 0 : bitcoinAtStartup->setToolTip(QApplication::translate("OptionsDialog", "Automatically start Bitcoin Core after logging in to the system.", 0, QApplication::UnicodeUTF8));
541 : #endif // QT_NO_TOOLTIP
542 0 : bitcoinAtStartup->setText(QApplication::translate("OptionsDialog", "&Start Bitcoin Core on system login", 0, QApplication::UnicodeUTF8));
543 0 : databaseCacheLabel->setText(QApplication::translate("OptionsDialog", "Size of &database cache", 0, QApplication::UnicodeUTF8));
544 0 : databaseCacheUnitLabel->setText(QApplication::translate("OptionsDialog", "MB", 0, QApplication::UnicodeUTF8));
545 0 : threadsScriptVerifLabel->setText(QApplication::translate("OptionsDialog", "Number of script &verification threads", 0, QApplication::UnicodeUTF8));
546 : #ifndef QT_NO_TOOLTIP
547 0 : threadsScriptVerif->setToolTip(QApplication::translate("OptionsDialog", "(0 = auto, <0 = leave that many cores free)", 0, QApplication::UnicodeUTF8));
548 : #endif // QT_NO_TOOLTIP
549 0 : tabWidget->setTabText(tabWidget->indexOf(tabMain), QApplication::translate("OptionsDialog", "&Main", 0, QApplication::UnicodeUTF8));
550 0 : groupBox->setTitle(QApplication::translate("OptionsDialog", "Expert", 0, QApplication::UnicodeUTF8));
551 : #ifndef QT_NO_TOOLTIP
552 0 : coinControlFeatures->setToolTip(QApplication::translate("OptionsDialog", "Whether to show coin control features or not.", 0, QApplication::UnicodeUTF8));
553 : #endif // QT_NO_TOOLTIP
554 0 : coinControlFeatures->setText(QApplication::translate("OptionsDialog", "Enable coin &control features", 0, QApplication::UnicodeUTF8));
555 : #ifndef QT_NO_TOOLTIP
556 0 : spendZeroConfChange->setToolTip(QApplication::translate("OptionsDialog", "If you disable the spending of unconfirmed change, the change from a transaction cannot be used until that transaction has at least one confirmation. This also affects how your balance is computed.", 0, QApplication::UnicodeUTF8));
557 : #endif // QT_NO_TOOLTIP
558 0 : spendZeroConfChange->setText(QApplication::translate("OptionsDialog", "&Spend unconfirmed change", 0, QApplication::UnicodeUTF8));
559 0 : tabWidget->setTabText(tabWidget->indexOf(tabWallet), QApplication::translate("OptionsDialog", "W&allet", 0, QApplication::UnicodeUTF8));
560 : #ifndef QT_NO_TOOLTIP
561 0 : mapPortUpnp->setToolTip(QApplication::translate("OptionsDialog", "Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.", 0, QApplication::UnicodeUTF8));
562 : #endif // QT_NO_TOOLTIP
563 0 : mapPortUpnp->setText(QApplication::translate("OptionsDialog", "Map port using &UPnP", 0, QApplication::UnicodeUTF8));
564 : #ifndef QT_NO_TOOLTIP
565 0 : allowIncoming->setToolTip(QApplication::translate("OptionsDialog", "Accept connections from outside", 0, QApplication::UnicodeUTF8));
566 : #endif // QT_NO_TOOLTIP
567 0 : allowIncoming->setText(QApplication::translate("OptionsDialog", "Allow incoming connections", 0, QApplication::UnicodeUTF8));
568 : #ifndef QT_NO_TOOLTIP
569 0 : connectSocks->setToolTip(QApplication::translate("OptionsDialog", "Connect to the Bitcoin network through a SOCKS5 proxy.", 0, QApplication::UnicodeUTF8));
570 : #endif // QT_NO_TOOLTIP
571 0 : connectSocks->setText(QApplication::translate("OptionsDialog", "&Connect through SOCKS5 proxy (default proxy):", 0, QApplication::UnicodeUTF8));
572 0 : proxyIpLabel->setText(QApplication::translate("OptionsDialog", "Proxy &IP:", 0, QApplication::UnicodeUTF8));
573 : #ifndef QT_NO_TOOLTIP
574 0 : proxyIp->setToolTip(QApplication::translate("OptionsDialog", "IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)", 0, QApplication::UnicodeUTF8));
575 : #endif // QT_NO_TOOLTIP
576 0 : proxyPortLabel->setText(QApplication::translate("OptionsDialog", "&Port:", 0, QApplication::UnicodeUTF8));
577 : #ifndef QT_NO_TOOLTIP
578 0 : proxyPort->setToolTip(QApplication::translate("OptionsDialog", "Port of the proxy (e.g. 9050)", 0, QApplication::UnicodeUTF8));
579 : #endif // QT_NO_TOOLTIP
580 0 : proxyActiveNets->setText(QApplication::translate("OptionsDialog", "Used for reaching peers via:", 0, QApplication::UnicodeUTF8));
581 : #ifndef QT_NO_TOOLTIP
582 0 : proxyReachIPv4->setToolTip(QApplication::translate("OptionsDialog", "Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type.", 0, QApplication::UnicodeUTF8));
583 : #endif // QT_NO_TOOLTIP
584 0 : proxyReachIPv4->setText(QString());
585 0 : proxyReachIPv4Label->setText(QApplication::translate("OptionsDialog", "IPv4", 0, QApplication::UnicodeUTF8));
586 : #ifndef QT_NO_TOOLTIP
587 0 : proxyReachIPv6->setToolTip(QApplication::translate("OptionsDialog", "Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type.", 0, QApplication::UnicodeUTF8));
588 : #endif // QT_NO_TOOLTIP
589 0 : proxyReachIPv6->setText(QString());
590 0 : proxyReachIPv6Label->setText(QApplication::translate("OptionsDialog", "IPv6", 0, QApplication::UnicodeUTF8));
591 : #ifndef QT_NO_TOOLTIP
592 0 : proxyReachTor->setToolTip(QApplication::translate("OptionsDialog", "Shows, if the supplied default SOCKS5 proxy is used to reach peers via this network type.", 0, QApplication::UnicodeUTF8));
593 : #endif // QT_NO_TOOLTIP
594 0 : proxyReachTor->setText(QString());
595 0 : proxyReachTorLabel->setText(QApplication::translate("OptionsDialog", "Tor", 0, QApplication::UnicodeUTF8));
596 : #ifndef QT_NO_TOOLTIP
597 0 : connectSocksTor->setToolTip(QApplication::translate("OptionsDialog", "Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.", 0, QApplication::UnicodeUTF8));
598 : #endif // QT_NO_TOOLTIP
599 0 : connectSocksTor->setText(QApplication::translate("OptionsDialog", "Use separate SOCKS5 proxy to reach peers via Tor hidden services:", 0, QApplication::UnicodeUTF8));
600 0 : proxyIpTorLabel->setText(QApplication::translate("OptionsDialog", "Proxy &IP:", 0, QApplication::UnicodeUTF8));
601 : #ifndef QT_NO_TOOLTIP
602 0 : proxyIpTor->setToolTip(QApplication::translate("OptionsDialog", "IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)", 0, QApplication::UnicodeUTF8));
603 : #endif // QT_NO_TOOLTIP
604 0 : proxyPortTorLabel->setText(QApplication::translate("OptionsDialog", "&Port:", 0, QApplication::UnicodeUTF8));
605 : #ifndef QT_NO_TOOLTIP
606 0 : proxyPortTor->setToolTip(QApplication::translate("OptionsDialog", "Port of the proxy (e.g. 9050)", 0, QApplication::UnicodeUTF8));
607 : #endif // QT_NO_TOOLTIP
608 0 : tabWidget->setTabText(tabWidget->indexOf(tabNetwork), QApplication::translate("OptionsDialog", "&Network", 0, QApplication::UnicodeUTF8));
609 : #ifndef QT_NO_TOOLTIP
610 0 : minimizeToTray->setToolTip(QApplication::translate("OptionsDialog", "Show only a tray icon after minimizing the window.", 0, QApplication::UnicodeUTF8));
611 : #endif // QT_NO_TOOLTIP
612 0 : minimizeToTray->setText(QApplication::translate("OptionsDialog", "&Minimize to the tray instead of the taskbar", 0, QApplication::UnicodeUTF8));
613 : #ifndef QT_NO_TOOLTIP
614 0 : minimizeOnClose->setToolTip(QApplication::translate("OptionsDialog", "Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Exit in the menu.", 0, QApplication::UnicodeUTF8));
615 : #endif // QT_NO_TOOLTIP
616 0 : minimizeOnClose->setText(QApplication::translate("OptionsDialog", "M&inimize on close", 0, QApplication::UnicodeUTF8));
617 0 : tabWidget->setTabText(tabWidget->indexOf(tabWindow), QApplication::translate("OptionsDialog", "&Window", 0, QApplication::UnicodeUTF8));
618 0 : langLabel->setText(QApplication::translate("OptionsDialog", "User Interface &language:", 0, QApplication::UnicodeUTF8));
619 : #ifndef QT_NO_TOOLTIP
620 0 : lang->setToolTip(QApplication::translate("OptionsDialog", "The user interface language can be set here. This setting will take effect after restarting Bitcoin Core.", 0, QApplication::UnicodeUTF8));
621 : #endif // QT_NO_TOOLTIP
622 0 : unitLabel->setText(QApplication::translate("OptionsDialog", "&Unit to show amounts in:", 0, QApplication::UnicodeUTF8));
623 : #ifndef QT_NO_TOOLTIP
624 0 : unit->setToolTip(QApplication::translate("OptionsDialog", "Choose the default subdivision unit to show in the interface and when sending coins.", 0, QApplication::UnicodeUTF8));
625 : #endif // QT_NO_TOOLTIP
626 : #ifndef QT_NO_TOOLTIP
627 0 : thirdPartyTxUrlsLabel->setToolTip(QApplication::translate("OptionsDialog", "Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.", 0, QApplication::UnicodeUTF8));
628 : #endif // QT_NO_TOOLTIP
629 0 : thirdPartyTxUrlsLabel->setText(QApplication::translate("OptionsDialog", "Third party transaction URLs", 0, QApplication::UnicodeUTF8));
630 : #ifndef QT_NO_TOOLTIP
631 0 : thirdPartyTxUrls->setToolTip(QApplication::translate("OptionsDialog", "Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.", 0, QApplication::UnicodeUTF8));
632 : #endif // QT_NO_TOOLTIP
633 0 : tabWidget->setTabText(tabWidget->indexOf(tabDisplay), QApplication::translate("OptionsDialog", "&Display", 0, QApplication::UnicodeUTF8));
634 0 : overriddenByCommandLineInfoLabel->setText(QApplication::translate("OptionsDialog", "Active command-line options that override above options:", 0, QApplication::UnicodeUTF8));
635 0 : overriddenByCommandLineLabel->setText(QString());
636 : #ifndef QT_NO_TOOLTIP
637 0 : resetButton->setToolTip(QApplication::translate("OptionsDialog", "Reset all client options to default.", 0, QApplication::UnicodeUTF8));
638 : #endif // QT_NO_TOOLTIP
639 0 : resetButton->setText(QApplication::translate("OptionsDialog", "&Reset Options", 0, QApplication::UnicodeUTF8));
640 0 : statusLabel->setText(QString());
641 0 : okButton->setText(QApplication::translate("OptionsDialog", "&OK", 0, QApplication::UnicodeUTF8));
642 0 : cancelButton->setText(QApplication::translate("OptionsDialog", "&Cancel", 0, QApplication::UnicodeUTF8));
643 0 : } // retranslateUi
644 :
645 : };
646 :
647 : namespace Ui {
648 : class OptionsDialog: public Ui_OptionsDialog {};
649 : } // namespace Ui
650 :
651 : QT_END_NAMESPACE
652 :
653 : #endif // UI_OPTIONSDIALOG_H
|