Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_optionsdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'optionsdialog.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_OPTIONSDIALOG_H
9 #define UI_OPTIONSDIALOG_H
10 
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QCheckBox>
16 #include <QtGui/QDialog>
17 #include <QtGui/QFrame>
18 #include <QtGui/QGroupBox>
19 #include <QtGui/QHBoxLayout>
20 #include <QtGui/QHeaderView>
21 #include <QtGui/QLabel>
22 #include <QtGui/QLineEdit>
23 #include <QtGui/QPushButton>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QSpinBox>
26 #include <QtGui/QTabWidget>
27 #include <QtGui/QVBoxLayout>
28 #include <QtGui/QWidget>
29 #include "bitcoinamountfield.h"
30 #include "qvalidatedlineedit.h"
31 #include "qvaluecombobox.h"
32 
33 QT_BEGIN_NAMESPACE
34 
36 {
37 public:
38  QVBoxLayout *verticalLayout;
39  QTabWidget *tabWidget;
41  QVBoxLayout *verticalLayout_Main;
42  QCheckBox *bitcoinAtStartup;
45  QSpinBox *databaseCache;
50  QSpinBox *threadsScriptVerif;
52  QSpacerItem *verticalSpacer_Main;
54  QVBoxLayout *verticalLayout_Wallet;
60  QSpacerItem *verticalSpacer_Wallet;
61  QGroupBox *groupBox;
62  QVBoxLayout *verticalLayout_2;
63  QCheckBox *coinControlFeatures;
64  QCheckBox *spendZeroConfChange;
66  QVBoxLayout *verticalLayout_Network;
67  QCheckBox *mapPortUpnp;
68  QCheckBox *connectSocks;
77  QSpacerItem *verticalSpacer_Network;
79  QVBoxLayout *verticalLayout_Window;
80  QCheckBox *minimizeToTray;
81  QCheckBox *minimizeOnClose;
82  QSpacerItem *verticalSpacer_Window;
84  QVBoxLayout *verticalLayout_Display;
91  QCheckBox *displayAddresses;
95  QSpacerItem *verticalSpacer_Display;
97  QVBoxLayout *verticalLayout_Bottom;
103  QPushButton *resetButton;
104  QSpacerItem *horizontalSpacer_1;
106  QSpacerItem *horizontalSpacer_2;
107  QPushButton *okButton;
108  QPushButton *cancelButton;
109 
111  {
112  if (OptionsDialog->objectName().isEmpty())
113  OptionsDialog->setObjectName(QString::fromUtf8("OptionsDialog"));
114  OptionsDialog->resize(560, 400);
115  OptionsDialog->setModal(true);
116  verticalLayout = new QVBoxLayout(OptionsDialog);
117  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
118  tabWidget = new QTabWidget(OptionsDialog);
119  tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
120  tabMain = new QWidget();
121  tabMain->setObjectName(QString::fromUtf8("tabMain"));
122  verticalLayout_Main = new QVBoxLayout(tabMain);
123  verticalLayout_Main->setObjectName(QString::fromUtf8("verticalLayout_Main"));
124  bitcoinAtStartup = new QCheckBox(tabMain);
125  bitcoinAtStartup->setObjectName(QString::fromUtf8("bitcoinAtStartup"));
126 
127  verticalLayout_Main->addWidget(bitcoinAtStartup);
128 
129  horizontalLayout_2_Main = new QHBoxLayout();
130  horizontalLayout_2_Main->setObjectName(QString::fromUtf8("horizontalLayout_2_Main"));
131  databaseCacheLabel = new QLabel(tabMain);
132  databaseCacheLabel->setObjectName(QString::fromUtf8("databaseCacheLabel"));
133  databaseCacheLabel->setTextFormat(Qt::PlainText);
134 
135  horizontalLayout_2_Main->addWidget(databaseCacheLabel);
136 
137  databaseCache = new QSpinBox(tabMain);
138  databaseCache->setObjectName(QString::fromUtf8("databaseCache"));
139 
140  horizontalLayout_2_Main->addWidget(databaseCache);
141 
142  databaseCacheUnitLabel = new QLabel(tabMain);
143  databaseCacheUnitLabel->setObjectName(QString::fromUtf8("databaseCacheUnitLabel"));
144  databaseCacheUnitLabel->setTextFormat(Qt::PlainText);
145 
146  horizontalLayout_2_Main->addWidget(databaseCacheUnitLabel);
147 
148  horizontalSpacer_2_Main = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
149 
150  horizontalLayout_2_Main->addItem(horizontalSpacer_2_Main);
151 
152 
153  verticalLayout_Main->addLayout(horizontalLayout_2_Main);
154 
155  horizontalLayout_3_Main = new QHBoxLayout();
156  horizontalLayout_3_Main->setObjectName(QString::fromUtf8("horizontalLayout_3_Main"));
157  threadsScriptVerifLabel = new QLabel(tabMain);
158  threadsScriptVerifLabel->setObjectName(QString::fromUtf8("threadsScriptVerifLabel"));
159  threadsScriptVerifLabel->setTextFormat(Qt::PlainText);
160 
161  horizontalLayout_3_Main->addWidget(threadsScriptVerifLabel);
162 
163  threadsScriptVerif = new QSpinBox(tabMain);
164  threadsScriptVerif->setObjectName(QString::fromUtf8("threadsScriptVerif"));
165 
166  horizontalLayout_3_Main->addWidget(threadsScriptVerif);
167 
168  horizontalSpacer_3_Main = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
169 
170  horizontalLayout_3_Main->addItem(horizontalSpacer_3_Main);
171 
172 
173  verticalLayout_Main->addLayout(horizontalLayout_3_Main);
174 
175  verticalSpacer_Main = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
176 
177  verticalLayout_Main->addItem(verticalSpacer_Main);
178 
179  tabWidget->addTab(tabMain, QString());
180  tabWallet = new QWidget();
181  tabWallet->setObjectName(QString::fromUtf8("tabWallet"));
182  verticalLayout_Wallet = new QVBoxLayout(tabWallet);
183  verticalLayout_Wallet->setObjectName(QString::fromUtf8("verticalLayout_Wallet"));
184  transactionFeeInfoLabel = new QLabel(tabWallet);
185  transactionFeeInfoLabel->setObjectName(QString::fromUtf8("transactionFeeInfoLabel"));
186  transactionFeeInfoLabel->setTextFormat(Qt::PlainText);
187  transactionFeeInfoLabel->setWordWrap(true);
188 
189  verticalLayout_Wallet->addWidget(transactionFeeInfoLabel);
190 
191  horizontalLayout_1_Wallet = new QHBoxLayout();
192  horizontalLayout_1_Wallet->setObjectName(QString::fromUtf8("horizontalLayout_1_Wallet"));
193  transactionFeeLabel = new QLabel(tabWallet);
194  transactionFeeLabel->setObjectName(QString::fromUtf8("transactionFeeLabel"));
195  transactionFeeLabel->setTextFormat(Qt::PlainText);
196 
197  horizontalLayout_1_Wallet->addWidget(transactionFeeLabel);
198 
199  transactionFee = new BitcoinAmountField(tabWallet);
200  transactionFee->setObjectName(QString::fromUtf8("transactionFee"));
201 
202  horizontalLayout_1_Wallet->addWidget(transactionFee);
203 
204  horizontalSpacer_1_Wallet = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
205 
206  horizontalLayout_1_Wallet->addItem(horizontalSpacer_1_Wallet);
207 
208 
209  verticalLayout_Wallet->addLayout(horizontalLayout_1_Wallet);
210 
211  verticalSpacer_Wallet = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
212 
213  verticalLayout_Wallet->addItem(verticalSpacer_Wallet);
214 
215  groupBox = new QGroupBox(tabWallet);
216  groupBox->setObjectName(QString::fromUtf8("groupBox"));
217  verticalLayout_2 = new QVBoxLayout(groupBox);
218  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
219  coinControlFeatures = new QCheckBox(groupBox);
220  coinControlFeatures->setObjectName(QString::fromUtf8("coinControlFeatures"));
221 
222  verticalLayout_2->addWidget(coinControlFeatures);
223 
224  spendZeroConfChange = new QCheckBox(groupBox);
225  spendZeroConfChange->setObjectName(QString::fromUtf8("spendZeroConfChange"));
226 
227  verticalLayout_2->addWidget(spendZeroConfChange);
228 
229 
230  verticalLayout_Wallet->addWidget(groupBox);
231 
232  tabWidget->addTab(tabWallet, QString());
233  tabNetwork = new QWidget();
234  tabNetwork->setObjectName(QString::fromUtf8("tabNetwork"));
235  verticalLayout_Network = new QVBoxLayout(tabNetwork);
236  verticalLayout_Network->setObjectName(QString::fromUtf8("verticalLayout_Network"));
237  mapPortUpnp = new QCheckBox(tabNetwork);
238  mapPortUpnp->setObjectName(QString::fromUtf8("mapPortUpnp"));
239 
240  verticalLayout_Network->addWidget(mapPortUpnp);
241 
242  connectSocks = new QCheckBox(tabNetwork);
243  connectSocks->setObjectName(QString::fromUtf8("connectSocks"));
244 
245  verticalLayout_Network->addWidget(connectSocks);
246 
247  horizontalLayout_1_Network = new QHBoxLayout();
248  horizontalLayout_1_Network->setObjectName(QString::fromUtf8("horizontalLayout_1_Network"));
249  proxyIpLabel = new QLabel(tabNetwork);
250  proxyIpLabel->setObjectName(QString::fromUtf8("proxyIpLabel"));
251  proxyIpLabel->setTextFormat(Qt::PlainText);
252 
253  horizontalLayout_1_Network->addWidget(proxyIpLabel);
254 
255  proxyIp = new QValidatedLineEdit(tabNetwork);
256  proxyIp->setObjectName(QString::fromUtf8("proxyIp"));
257  proxyIp->setMinimumSize(QSize(140, 0));
258  proxyIp->setMaximumSize(QSize(140, 16777215));
259 
260  horizontalLayout_1_Network->addWidget(proxyIp);
261 
262  proxyPortLabel = new QLabel(tabNetwork);
263  proxyPortLabel->setObjectName(QString::fromUtf8("proxyPortLabel"));
264  proxyPortLabel->setTextFormat(Qt::PlainText);
265 
266  horizontalLayout_1_Network->addWidget(proxyPortLabel);
267 
268  proxyPort = new QLineEdit(tabNetwork);
269  proxyPort->setObjectName(QString::fromUtf8("proxyPort"));
270  proxyPort->setMinimumSize(QSize(55, 0));
271  proxyPort->setMaximumSize(QSize(55, 16777215));
272 
273  horizontalLayout_1_Network->addWidget(proxyPort);
274 
275  socksVersionLabel = new QLabel(tabNetwork);
276  socksVersionLabel->setObjectName(QString::fromUtf8("socksVersionLabel"));
277  socksVersionLabel->setTextFormat(Qt::PlainText);
278 
279  horizontalLayout_1_Network->addWidget(socksVersionLabel);
280 
281  socksVersion = new QValueComboBox(tabNetwork);
282  socksVersion->setObjectName(QString::fromUtf8("socksVersion"));
283 
284  horizontalLayout_1_Network->addWidget(socksVersion);
285 
286  horizontalSpacer_1_Network = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
287 
288  horizontalLayout_1_Network->addItem(horizontalSpacer_1_Network);
289 
290 
291  verticalLayout_Network->addLayout(horizontalLayout_1_Network);
292 
293  verticalSpacer_Network = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
294 
295  verticalLayout_Network->addItem(verticalSpacer_Network);
296 
297  tabWidget->addTab(tabNetwork, QString());
298  tabWindow = new QWidget();
299  tabWindow->setObjectName(QString::fromUtf8("tabWindow"));
300  verticalLayout_Window = new QVBoxLayout(tabWindow);
301  verticalLayout_Window->setObjectName(QString::fromUtf8("verticalLayout_Window"));
302  minimizeToTray = new QCheckBox(tabWindow);
303  minimizeToTray->setObjectName(QString::fromUtf8("minimizeToTray"));
304 
305  verticalLayout_Window->addWidget(minimizeToTray);
306 
307  minimizeOnClose = new QCheckBox(tabWindow);
308  minimizeOnClose->setObjectName(QString::fromUtf8("minimizeOnClose"));
309 
310  verticalLayout_Window->addWidget(minimizeOnClose);
311 
312  verticalSpacer_Window = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
313 
314  verticalLayout_Window->addItem(verticalSpacer_Window);
315 
316  tabWidget->addTab(tabWindow, QString());
317  tabDisplay = new QWidget();
318  tabDisplay->setObjectName(QString::fromUtf8("tabDisplay"));
319  verticalLayout_Display = new QVBoxLayout(tabDisplay);
320  verticalLayout_Display->setObjectName(QString::fromUtf8("verticalLayout_Display"));
321  horizontalLayout_1_Display = new QHBoxLayout();
322  horizontalLayout_1_Display->setObjectName(QString::fromUtf8("horizontalLayout_1_Display"));
323  langLabel = new QLabel(tabDisplay);
324  langLabel->setObjectName(QString::fromUtf8("langLabel"));
325  langLabel->setTextFormat(Qt::PlainText);
326 
327  horizontalLayout_1_Display->addWidget(langLabel);
328 
329  lang = new QValueComboBox(tabDisplay);
330  lang->setObjectName(QString::fromUtf8("lang"));
331 
332  horizontalLayout_1_Display->addWidget(lang);
333 
334 
335  verticalLayout_Display->addLayout(horizontalLayout_1_Display);
336 
337  horizontalLayout_2_Display = new QHBoxLayout();
338  horizontalLayout_2_Display->setObjectName(QString::fromUtf8("horizontalLayout_2_Display"));
339  unitLabel = new QLabel(tabDisplay);
340  unitLabel->setObjectName(QString::fromUtf8("unitLabel"));
341  unitLabel->setTextFormat(Qt::PlainText);
342 
343  horizontalLayout_2_Display->addWidget(unitLabel);
344 
345  unit = new QValueComboBox(tabDisplay);
346  unit->setObjectName(QString::fromUtf8("unit"));
347 
348  horizontalLayout_2_Display->addWidget(unit);
349 
350 
351  verticalLayout_Display->addLayout(horizontalLayout_2_Display);
352 
353  displayAddresses = new QCheckBox(tabDisplay);
354  displayAddresses->setObjectName(QString::fromUtf8("displayAddresses"));
355 
356  verticalLayout_Display->addWidget(displayAddresses);
357 
358  horizontalLayout_3_Display = new QHBoxLayout();
359  horizontalLayout_3_Display->setObjectName(QString::fromUtf8("horizontalLayout_3_Display"));
360  thirdPartyTxUrlsLabel = new QLabel(tabDisplay);
361  thirdPartyTxUrlsLabel->setObjectName(QString::fromUtf8("thirdPartyTxUrlsLabel"));
362 
363  horizontalLayout_3_Display->addWidget(thirdPartyTxUrlsLabel);
364 
365  thirdPartyTxUrls = new QLineEdit(tabDisplay);
366  thirdPartyTxUrls->setObjectName(QString::fromUtf8("thirdPartyTxUrls"));
367 
368  horizontalLayout_3_Display->addWidget(thirdPartyTxUrls);
369 
370 
371  verticalLayout_Display->addLayout(horizontalLayout_3_Display);
372 
373  verticalSpacer_Display = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
374 
375  verticalLayout_Display->addItem(verticalSpacer_Display);
376 
377  tabWidget->addTab(tabDisplay, QString());
378 
379  verticalLayout->addWidget(tabWidget);
380 
381  frame = new QFrame(OptionsDialog);
382  frame->setObjectName(QString::fromUtf8("frame"));
383  verticalLayout_Bottom = new QVBoxLayout(frame);
384  verticalLayout_Bottom->setObjectName(QString::fromUtf8("verticalLayout_Bottom"));
385  horizontalLayout_Bottom = new QHBoxLayout();
386  horizontalLayout_Bottom->setObjectName(QString::fromUtf8("horizontalLayout_Bottom"));
387  overriddenByCommandLineInfoLabel = new QLabel(frame);
388  overriddenByCommandLineInfoLabel->setObjectName(QString::fromUtf8("overriddenByCommandLineInfoLabel"));
389  overriddenByCommandLineInfoLabel->setTextFormat(Qt::PlainText);
390 
391  horizontalLayout_Bottom->addWidget(overriddenByCommandLineInfoLabel);
392 
393  horizontalSpacer_Bottom = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
394 
395  horizontalLayout_Bottom->addItem(horizontalSpacer_Bottom);
396 
397 
398  verticalLayout_Bottom->addLayout(horizontalLayout_Bottom);
399 
400  overriddenByCommandLineLabel = new QLabel(frame);
401  overriddenByCommandLineLabel->setObjectName(QString::fromUtf8("overriddenByCommandLineLabel"));
402  overriddenByCommandLineLabel->setTextFormat(Qt::PlainText);
403  overriddenByCommandLineLabel->setWordWrap(true);
404 
405  verticalLayout_Bottom->addWidget(overriddenByCommandLineLabel);
406 
407 
408  verticalLayout->addWidget(frame);
409 
410  horizontalLayout_Buttons = new QHBoxLayout();
411  horizontalLayout_Buttons->setObjectName(QString::fromUtf8("horizontalLayout_Buttons"));
412  resetButton = new QPushButton(OptionsDialog);
413  resetButton->setObjectName(QString::fromUtf8("resetButton"));
414  resetButton->setAutoDefault(false);
415 
416  horizontalLayout_Buttons->addWidget(resetButton);
417 
418  horizontalSpacer_1 = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
419 
420  horizontalLayout_Buttons->addItem(horizontalSpacer_1);
421 
422  statusLabel = new QLabel(OptionsDialog);
423  statusLabel->setObjectName(QString::fromUtf8("statusLabel"));
424  statusLabel->setMinimumSize(QSize(200, 0));
425  QFont font;
426  font.setBold(true);
427  font.setWeight(75);
428  statusLabel->setFont(font);
429  statusLabel->setTextFormat(Qt::PlainText);
430  statusLabel->setWordWrap(true);
431 
432  horizontalLayout_Buttons->addWidget(statusLabel);
433 
434  horizontalSpacer_2 = new QSpacerItem(40, 48, QSizePolicy::Expanding, QSizePolicy::Minimum);
435 
436  horizontalLayout_Buttons->addItem(horizontalSpacer_2);
437 
438  okButton = new QPushButton(OptionsDialog);
439  okButton->setObjectName(QString::fromUtf8("okButton"));
440 
441  horizontalLayout_Buttons->addWidget(okButton);
442 
443  cancelButton = new QPushButton(OptionsDialog);
444  cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
445  cancelButton->setAutoDefault(false);
446 
447  horizontalLayout_Buttons->addWidget(cancelButton);
448 
449 
450  verticalLayout->addLayout(horizontalLayout_Buttons);
451 
452 #ifndef QT_NO_SHORTCUT
453  databaseCacheLabel->setBuddy(databaseCache);
454  threadsScriptVerifLabel->setBuddy(threadsScriptVerif);
455  transactionFeeLabel->setBuddy(transactionFee);
456  proxyIpLabel->setBuddy(proxyIp);
457  proxyPortLabel->setBuddy(proxyPort);
458  socksVersionLabel->setBuddy(socksVersion);
459  langLabel->setBuddy(lang);
460  unitLabel->setBuddy(unit);
461  thirdPartyTxUrlsLabel->setBuddy(thirdPartyTxUrls);
462 #endif // QT_NO_SHORTCUT
463 
464  retranslateUi(OptionsDialog);
465 
466  tabWidget->setCurrentIndex(0);
467 
468 
469  QMetaObject::connectSlotsByName(OptionsDialog);
470  } // setupUi
471 
473  {
474  OptionsDialog->setWindowTitle(QApplication::translate("OptionsDialog", "Options", 0, QApplication::UnicodeUTF8));
475 #ifndef QT_NO_TOOLTIP
476  bitcoinAtStartup->setToolTip(QApplication::translate("OptionsDialog", "Automatically start Bitcoin after logging in to the system.", 0, QApplication::UnicodeUTF8));
477 #endif // QT_NO_TOOLTIP
478  bitcoinAtStartup->setText(QApplication::translate("OptionsDialog", "&Start Bitcoin on system login", 0, QApplication::UnicodeUTF8));
479  databaseCacheLabel->setText(QApplication::translate("OptionsDialog", "Size of &database cache", 0, QApplication::UnicodeUTF8));
480  databaseCacheUnitLabel->setText(QApplication::translate("OptionsDialog", "MB", 0, QApplication::UnicodeUTF8));
481  threadsScriptVerifLabel->setText(QApplication::translate("OptionsDialog", "Number of script &verification threads", 0, QApplication::UnicodeUTF8));
482 #ifndef QT_NO_TOOLTIP
483  threadsScriptVerif->setToolTip(QApplication::translate("OptionsDialog", "(0 = auto, <0 = leave that many cores free)", 0, QApplication::UnicodeUTF8));
484 #endif // QT_NO_TOOLTIP
485  tabWidget->setTabText(tabWidget->indexOf(tabMain), QApplication::translate("OptionsDialog", "&Main", 0, QApplication::UnicodeUTF8));
486  transactionFeeInfoLabel->setText(QApplication::translate("OptionsDialog", "Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB.", 0, QApplication::UnicodeUTF8));
487  transactionFeeLabel->setText(QApplication::translate("OptionsDialog", "Pay transaction &fee", 0, QApplication::UnicodeUTF8));
488  groupBox->setTitle(QApplication::translate("OptionsDialog", "Expert", 0, QApplication::UnicodeUTF8));
489 #ifndef QT_NO_TOOLTIP
490  coinControlFeatures->setToolTip(QApplication::translate("OptionsDialog", "Whether to show coin control features or not.", 0, QApplication::UnicodeUTF8));
491 #endif // QT_NO_TOOLTIP
492  coinControlFeatures->setText(QApplication::translate("OptionsDialog", "Enable coin &control features", 0, QApplication::UnicodeUTF8));
493 #ifndef QT_NO_TOOLTIP
494  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));
495 #endif // QT_NO_TOOLTIP
496  spendZeroConfChange->setText(QApplication::translate("OptionsDialog", "&Spend unconfirmed change", 0, QApplication::UnicodeUTF8));
497  tabWidget->setTabText(tabWidget->indexOf(tabWallet), QApplication::translate("OptionsDialog", "W&allet", 0, QApplication::UnicodeUTF8));
498 #ifndef QT_NO_TOOLTIP
499  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));
500 #endif // QT_NO_TOOLTIP
501  mapPortUpnp->setText(QApplication::translate("OptionsDialog", "Map port using &UPnP", 0, QApplication::UnicodeUTF8));
502 #ifndef QT_NO_TOOLTIP
503  connectSocks->setToolTip(QApplication::translate("OptionsDialog", "Connect to the Bitcoin network through a SOCKS proxy.", 0, QApplication::UnicodeUTF8));
504 #endif // QT_NO_TOOLTIP
505  connectSocks->setText(QApplication::translate("OptionsDialog", "&Connect through SOCKS proxy (default proxy):", 0, QApplication::UnicodeUTF8));
506  proxyIpLabel->setText(QApplication::translate("OptionsDialog", "Proxy &IP:", 0, QApplication::UnicodeUTF8));
507 #ifndef QT_NO_TOOLTIP
508  proxyIp->setToolTip(QApplication::translate("OptionsDialog", "IP address of the proxy (e.g. IPv4: 127.0.0.1 / IPv6: ::1)", 0, QApplication::UnicodeUTF8));
509 #endif // QT_NO_TOOLTIP
510  proxyPortLabel->setText(QApplication::translate("OptionsDialog", "&Port:", 0, QApplication::UnicodeUTF8));
511 #ifndef QT_NO_TOOLTIP
512  proxyPort->setToolTip(QApplication::translate("OptionsDialog", "Port of the proxy (e.g. 9050)", 0, QApplication::UnicodeUTF8));
513 #endif // QT_NO_TOOLTIP
514  socksVersionLabel->setText(QApplication::translate("OptionsDialog", "SOCKS &Version:", 0, QApplication::UnicodeUTF8));
515 #ifndef QT_NO_TOOLTIP
516  socksVersion->setToolTip(QApplication::translate("OptionsDialog", "SOCKS version of the proxy (e.g. 5)", 0, QApplication::UnicodeUTF8));
517 #endif // QT_NO_TOOLTIP
518  tabWidget->setTabText(tabWidget->indexOf(tabNetwork), QApplication::translate("OptionsDialog", "&Network", 0, QApplication::UnicodeUTF8));
519 #ifndef QT_NO_TOOLTIP
520  minimizeToTray->setToolTip(QApplication::translate("OptionsDialog", "Show only a tray icon after minimizing the window.", 0, QApplication::UnicodeUTF8));
521 #endif // QT_NO_TOOLTIP
522  minimizeToTray->setText(QApplication::translate("OptionsDialog", "&Minimize to the tray instead of the taskbar", 0, QApplication::UnicodeUTF8));
523 #ifndef QT_NO_TOOLTIP
524  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 Quit in the menu.", 0, QApplication::UnicodeUTF8));
525 #endif // QT_NO_TOOLTIP
526  minimizeOnClose->setText(QApplication::translate("OptionsDialog", "M&inimize on close", 0, QApplication::UnicodeUTF8));
527  tabWidget->setTabText(tabWidget->indexOf(tabWindow), QApplication::translate("OptionsDialog", "&Window", 0, QApplication::UnicodeUTF8));
528  langLabel->setText(QApplication::translate("OptionsDialog", "User Interface &language:", 0, QApplication::UnicodeUTF8));
529 #ifndef QT_NO_TOOLTIP
530  lang->setToolTip(QApplication::translate("OptionsDialog", "The user interface language can be set here. This setting will take effect after restarting Bitcoin.", 0, QApplication::UnicodeUTF8));
531 #endif // QT_NO_TOOLTIP
532  unitLabel->setText(QApplication::translate("OptionsDialog", "&Unit to show amounts in:", 0, QApplication::UnicodeUTF8));
533 #ifndef QT_NO_TOOLTIP
534  unit->setToolTip(QApplication::translate("OptionsDialog", "Choose the default subdivision unit to show in the interface and when sending coins.", 0, QApplication::UnicodeUTF8));
535 #endif // QT_NO_TOOLTIP
536 #ifndef QT_NO_TOOLTIP
537  displayAddresses->setToolTip(QApplication::translate("OptionsDialog", "Whether to show Bitcoin addresses in the transaction list or not.", 0, QApplication::UnicodeUTF8));
538 #endif // QT_NO_TOOLTIP
539  displayAddresses->setText(QApplication::translate("OptionsDialog", "&Display addresses in transaction list", 0, QApplication::UnicodeUTF8));
540 #ifndef QT_NO_TOOLTIP
541  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));
542 #endif // QT_NO_TOOLTIP
543  thirdPartyTxUrlsLabel->setText(QApplication::translate("OptionsDialog", "Third party transaction URLs", 0, QApplication::UnicodeUTF8));
544 #ifndef QT_NO_TOOLTIP
545  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));
546 #endif // QT_NO_TOOLTIP
547  tabWidget->setTabText(tabWidget->indexOf(tabDisplay), QApplication::translate("OptionsDialog", "&Display", 0, QApplication::UnicodeUTF8));
548  overriddenByCommandLineInfoLabel->setText(QApplication::translate("OptionsDialog", "Active command-line options that override above options:", 0, QApplication::UnicodeUTF8));
549  overriddenByCommandLineLabel->setText(QString());
550 #ifndef QT_NO_TOOLTIP
551  resetButton->setToolTip(QApplication::translate("OptionsDialog", "Reset all client options to default.", 0, QApplication::UnicodeUTF8));
552 #endif // QT_NO_TOOLTIP
553  resetButton->setText(QApplication::translate("OptionsDialog", "&Reset Options", 0, QApplication::UnicodeUTF8));
554  statusLabel->setText(QString());
555  okButton->setText(QApplication::translate("OptionsDialog", "&OK", 0, QApplication::UnicodeUTF8));
556  cancelButton->setText(QApplication::translate("OptionsDialog", "&Cancel", 0, QApplication::UnicodeUTF8));
557  } // retranslateUi
558 
559 };
560 
561 namespace Ui {
562  class OptionsDialog: public Ui_OptionsDialog {};
563 } // namespace Ui
564 
565 QT_END_NAMESPACE
566 
567 #endif // UI_OPTIONSDIALOG_H
QCheckBox * spendZeroConfChange
Widget for entering bitcoin amounts.
QTabWidget * tabWidget
QHBoxLayout * horizontalLayout_3_Display
QVBoxLayout * verticalLayout
QSpacerItem * horizontalSpacer_1
QSpinBox * threadsScriptVerif
void setupUi(QDialog *OptionsDialog)
QPushButton * cancelButton
QHBoxLayout * horizontalLayout_3_Main
QVBoxLayout * verticalLayout_Wallet
QSpacerItem * horizontalSpacer_1_Network
QVBoxLayout * verticalLayout_Display
QVBoxLayout * verticalLayout_2
QCheckBox * minimizeToTray
QHBoxLayout * horizontalLayout_2_Main
QValueComboBox * unit
QLabel * databaseCacheUnitLabel
QLabel * threadsScriptVerifLabel
Line edit that can be marked as "invalid" to show input validation feedback.
QValueComboBox * socksVersion
QLabel * transactionFeeInfoLabel
QSpacerItem * verticalSpacer_Network
QHBoxLayout * horizontalLayout_1_Network
QLabel * socksVersionLabel
QHBoxLayout * horizontalLayout_Bottom
QSpacerItem * horizontalSpacer_2
QVBoxLayout * verticalLayout_Window
QLabel * overriddenByCommandLineInfoLabel
QCheckBox * connectSocks
QSpacerItem * verticalSpacer_Window
QCheckBox * displayAddresses
BitcoinAmountField * transactionFee
QHBoxLayout * horizontalLayout_Buttons
QVBoxLayout * verticalLayout_Network
QSpacerItem * horizontalSpacer_1_Wallet
QSpacerItem * horizontalSpacer_3_Main
QSpacerItem * horizontalSpacer_2_Main
QCheckBox * mapPortUpnp
QValueComboBox * lang
QSpacerItem * verticalSpacer_Wallet
QLabel * overriddenByCommandLineLabel
QLabel * databaseCacheLabel
QHBoxLayout * horizontalLayout_1_Display
QPushButton * okButton
QCheckBox * minimizeOnClose
QLineEdit * thirdPartyTxUrls
QSpacerItem * verticalSpacer_Display
QLineEdit * proxyPort
QLabel * thirdPartyTxUrlsLabel
QCheckBox * bitcoinAtStartup
QSpinBox * databaseCache
QVBoxLayout * verticalLayout_Main
QVBoxLayout * verticalLayout_Bottom
QGroupBox * groupBox
QLabel * transactionFeeLabel
QValidatedLineEdit * proxyIp
QSpacerItem * verticalSpacer_Main
Preferences dialog.
Definition: optionsdialog.h:19
QCheckBox * coinControlFeatures
QPushButton * resetButton
QHBoxLayout * horizontalLayout_2_Display
QHBoxLayout * horizontalLayout_1_Wallet
void retranslateUi(QDialog *OptionsDialog)
QSpacerItem * horizontalSpacer_Bottom