Anoncoin  0.9.4
P2P Digital Currency
ui_i2poptionswidget.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'i2poptionswidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.2.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_I2POPTIONSWIDGET_H
10 #define UI_I2POPTIONSWIDGET_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QPushButton>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QSpinBox>
25 #include <QtWidgets/QVBoxLayout>
26 #include <QtWidgets/QWidget>
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QVBoxLayout *verticalLayout_5;
34  QHBoxLayout *horizontalLayout_15;
35  QCheckBox *checkBoxUseI2POnly;
36  QSpacerItem *horizontalSpacer_15;
37  QLabel *label;
38  QHBoxLayout *horizontalLayout_16;
39  QLabel *labelSAMHost;
40  QLineEdit *lineEditSAMHost;
41  QLabel *labelSAMPort;
42  QSpinBox *spinBoxSAMPort;
43  QSpacerItem *horizontalSpacer_17;
44  QHBoxLayout *horizontalLayout_17;
45  QLabel *labelTunnelName;
46  QLineEdit *lineEditTunnelName;
47  QSpacerItem *horizontalSpacer_18;
50  QHBoxLayout *horizontalLayout_14;
51  QVBoxLayout *verticalLayout_4;
52  QGroupBox *groupBoxInbound;
53  QVBoxLayout *verticalLayout;
54  QHBoxLayout *horizontalLayout;
56  QSpacerItem *horizontalSpacer;
58  QHBoxLayout *horizontalLayout_2;
60  QSpacerItem *horizontalSpacer_2;
62  QHBoxLayout *horizontalLayout_3;
64  QSpacerItem *horizontalSpacer_3;
66  QHBoxLayout *horizontalLayout_4;
68  QSpacerItem *horizontalSpacer_4;
70  QHBoxLayout *horizontalLayout_5;
72  QSpacerItem *horizontalSpacer_5;
74  QHBoxLayout *horizontalLayout_6;
76  QSpacerItem *horizontalSpacer_6;
78  QSpacerItem *verticalSpacer;
79  QSpacerItem *horizontalSpacer_14;
80  QVBoxLayout *verticalLayout_3;
81  QGroupBox *groupBoxOutbound;
82  QVBoxLayout *verticalLayout_2;
83  QHBoxLayout *horizontalLayout_7;
85  QSpacerItem *horizontalSpacer_7;
87  QHBoxLayout *horizontalLayout_8;
89  QSpacerItem *horizontalSpacer_8;
91  QHBoxLayout *horizontalLayout_9;
93  QSpacerItem *horizontalSpacer_9;
95  QHBoxLayout *horizontalLayout_10;
97  QSpacerItem *horizontalSpacer_10;
99  QHBoxLayout *horizontalLayout_11;
101  QSpacerItem *horizontalSpacer_11;
103  QHBoxLayout *horizontalLayout_12;
105  QSpacerItem *horizontalSpacer_12;
107  QHBoxLayout *horizontalLayout_13;
109  QSpacerItem *horizontalSpacer_13;
111  QSpacerItem *verticalSpacer_2;
112 
113  void setupUi(QWidget *I2POptionsWidget)
114  {
115  if (I2POptionsWidget->objectName().isEmpty())
116  I2POptionsWidget->setObjectName(QStringLiteral("I2POptionsWidget"));
117  I2POptionsWidget->resize(549, 371);
118  verticalLayout_5 = new QVBoxLayout(I2POptionsWidget);
119  verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
120  horizontalLayout_15 = new QHBoxLayout();
121  horizontalLayout_15->setObjectName(QStringLiteral("horizontalLayout_15"));
122  checkBoxUseI2POnly = new QCheckBox(I2POptionsWidget);
123  checkBoxUseI2POnly->setObjectName(QStringLiteral("checkBoxUseI2POnly"));
124 
125  horizontalLayout_15->addWidget(checkBoxUseI2POnly);
126 
127  horizontalSpacer_15 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
128 
129  horizontalLayout_15->addItem(horizontalSpacer_15);
130 
131  label = new QLabel(I2POptionsWidget);
132  label->setObjectName(QStringLiteral("label"));
133  label->setTextFormat(Qt::RichText);
134  label->setOpenExternalLinks(true);
135  label->setTextInteractionFlags(Qt::TextBrowserInteraction);
136 
137  horizontalLayout_15->addWidget(label);
138 
139 
140  verticalLayout_5->addLayout(horizontalLayout_15);
141 
142  horizontalLayout_16 = new QHBoxLayout();
143  horizontalLayout_16->setObjectName(QStringLiteral("horizontalLayout_16"));
144  labelSAMHost = new QLabel(I2POptionsWidget);
145  labelSAMHost->setObjectName(QStringLiteral("labelSAMHost"));
146 
147  horizontalLayout_16->addWidget(labelSAMHost);
148 
149  lineEditSAMHost = new QLineEdit(I2POptionsWidget);
150  lineEditSAMHost->setObjectName(QStringLiteral("lineEditSAMHost"));
151  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
152  sizePolicy.setHorizontalStretch(0);
153  sizePolicy.setVerticalStretch(0);
154  sizePolicy.setHeightForWidth(lineEditSAMHost->sizePolicy().hasHeightForWidth());
155  lineEditSAMHost->setSizePolicy(sizePolicy);
156 
157  horizontalLayout_16->addWidget(lineEditSAMHost);
158 
159  labelSAMPort = new QLabel(I2POptionsWidget);
160  labelSAMPort->setObjectName(QStringLiteral("labelSAMPort"));
161 
162  horizontalLayout_16->addWidget(labelSAMPort);
163 
164  spinBoxSAMPort = new QSpinBox(I2POptionsWidget);
165  spinBoxSAMPort->setObjectName(QStringLiteral("spinBoxSAMPort"));
166  spinBoxSAMPort->setMinimum(1);
167  spinBoxSAMPort->setMaximum(65535);
168  spinBoxSAMPort->setValue(7656);
169 
170  horizontalLayout_16->addWidget(spinBoxSAMPort);
171 
172  horizontalSpacer_17 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
173 
174  horizontalLayout_16->addItem(horizontalSpacer_17);
175 
176 
177  verticalLayout_5->addLayout(horizontalLayout_16);
178 
179  horizontalLayout_17 = new QHBoxLayout();
180  horizontalLayout_17->setObjectName(QStringLiteral("horizontalLayout_17"));
181  labelTunnelName = new QLabel(I2POptionsWidget);
182  labelTunnelName->setObjectName(QStringLiteral("labelTunnelName"));
183 
184  horizontalLayout_17->addWidget(labelTunnelName);
185 
186  lineEditTunnelName = new QLineEdit(I2POptionsWidget);
187  lineEditTunnelName->setObjectName(QStringLiteral("lineEditTunnelName"));
188  QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
189  sizePolicy1.setHorizontalStretch(0);
190  sizePolicy1.setVerticalStretch(0);
191  sizePolicy1.setHeightForWidth(lineEditTunnelName->sizePolicy().hasHeightForWidth());
192  lineEditTunnelName->setSizePolicy(sizePolicy1);
193  lineEditTunnelName->setMinimumSize(QSize(0, 0));
194 
195  horizontalLayout_17->addWidget(lineEditTunnelName);
196 
197  horizontalSpacer_18 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
198 
199  horizontalLayout_17->addItem(horizontalSpacer_18);
200 
201  pushButtonCurrentI2PAddress = new QPushButton(I2POptionsWidget);
202  pushButtonCurrentI2PAddress->setObjectName(QStringLiteral("pushButtonCurrentI2PAddress"));
203 
204  horizontalLayout_17->addWidget(pushButtonCurrentI2PAddress);
205 
206  pushButtonGenerateI2PAddress = new QPushButton(I2POptionsWidget);
207  pushButtonGenerateI2PAddress->setObjectName(QStringLiteral("pushButtonGenerateI2PAddress"));
208 
209  horizontalLayout_17->addWidget(pushButtonGenerateI2PAddress);
210 
211 
212  verticalLayout_5->addLayout(horizontalLayout_17);
213 
214  horizontalLayout_14 = new QHBoxLayout();
215  horizontalLayout_14->setObjectName(QStringLiteral("horizontalLayout_14"));
216  verticalLayout_4 = new QVBoxLayout();
217  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
218  groupBoxInbound = new QGroupBox(I2POptionsWidget);
219  groupBoxInbound->setObjectName(QStringLiteral("groupBoxInbound"));
220  verticalLayout = new QVBoxLayout(groupBoxInbound);
221  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
222  horizontalLayout = new QHBoxLayout();
223  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
224  labelInboundQuantity = new QLabel(groupBoxInbound);
225  labelInboundQuantity->setObjectName(QStringLiteral("labelInboundQuantity"));
226 
227  horizontalLayout->addWidget(labelInboundQuantity);
228 
229  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
230 
231  horizontalLayout->addItem(horizontalSpacer);
232 
233  spinBoxInboundQuantity = new QSpinBox(groupBoxInbound);
234  spinBoxInboundQuantity->setObjectName(QStringLiteral("spinBoxInboundQuantity"));
235  spinBoxInboundQuantity->setMinimum(1);
236  spinBoxInboundQuantity->setMaximum(16);
237  spinBoxInboundQuantity->setValue(2);
238 
239  horizontalLayout->addWidget(spinBoxInboundQuantity);
240 
241 
242  verticalLayout->addLayout(horizontalLayout);
243 
244  horizontalLayout_2 = new QHBoxLayout();
245  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
246  labelInboundLength = new QLabel(groupBoxInbound);
247  labelInboundLength->setObjectName(QStringLiteral("labelInboundLength"));
248 
249  horizontalLayout_2->addWidget(labelInboundLength);
250 
251  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
252 
253  horizontalLayout_2->addItem(horizontalSpacer_2);
254 
255  spinBoxInboundLength = new QSpinBox(groupBoxInbound);
256  spinBoxInboundLength->setObjectName(QStringLiteral("spinBoxInboundLength"));
257  spinBoxInboundLength->setMinimum(0);
258  spinBoxInboundLength->setMaximum(7);
259  spinBoxInboundLength->setValue(2);
260 
261  horizontalLayout_2->addWidget(spinBoxInboundLength);
262 
263 
264  verticalLayout->addLayout(horizontalLayout_2);
265 
266  horizontalLayout_3 = new QHBoxLayout();
267  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
268  labelInboundLengthVariance = new QLabel(groupBoxInbound);
269  labelInboundLengthVariance->setObjectName(QStringLiteral("labelInboundLengthVariance"));
270 
271  horizontalLayout_3->addWidget(labelInboundLengthVariance);
272 
273  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
274 
275  horizontalLayout_3->addItem(horizontalSpacer_3);
276 
277  spinBoxInboundLengthVariance = new QSpinBox(groupBoxInbound);
278  spinBoxInboundLengthVariance->setObjectName(QStringLiteral("spinBoxInboundLengthVariance"));
279  spinBoxInboundLengthVariance->setMinimum(-7);
280  spinBoxInboundLengthVariance->setMaximum(7);
281 
282  horizontalLayout_3->addWidget(spinBoxInboundLengthVariance);
283 
284 
285  verticalLayout->addLayout(horizontalLayout_3);
286 
287  horizontalLayout_4 = new QHBoxLayout();
288  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
289  labelInboundBackupQuality = new QLabel(groupBoxInbound);
290  labelInboundBackupQuality->setObjectName(QStringLiteral("labelInboundBackupQuality"));
291 
292  horizontalLayout_4->addWidget(labelInboundBackupQuality);
293 
294  horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
295 
296  horizontalLayout_4->addItem(horizontalSpacer_4);
297 
298  spinBoxInboundBackupQuality = new QSpinBox(groupBoxInbound);
299  spinBoxInboundBackupQuality->setObjectName(QStringLiteral("spinBoxInboundBackupQuality"));
300 
301  horizontalLayout_4->addWidget(spinBoxInboundBackupQuality);
302 
303 
304  verticalLayout->addLayout(horizontalLayout_4);
305 
306  horizontalLayout_5 = new QHBoxLayout();
307  horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
308  labelInboundAllowZeroHop = new QLabel(groupBoxInbound);
309  labelInboundAllowZeroHop->setObjectName(QStringLiteral("labelInboundAllowZeroHop"));
310 
311  horizontalLayout_5->addWidget(labelInboundAllowZeroHop);
312 
313  horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
314 
315  horizontalLayout_5->addItem(horizontalSpacer_5);
316 
317  checkBoxInboundAllowZeroHop = new QCheckBox(groupBoxInbound);
318  checkBoxInboundAllowZeroHop->setObjectName(QStringLiteral("checkBoxInboundAllowZeroHop"));
319  checkBoxInboundAllowZeroHop->setChecked(true);
320 
321  horizontalLayout_5->addWidget(checkBoxInboundAllowZeroHop);
322 
323 
324  verticalLayout->addLayout(horizontalLayout_5);
325 
326  horizontalLayout_6 = new QHBoxLayout();
327  horizontalLayout_6->setObjectName(QStringLiteral("horizontalLayout_6"));
328  labelInboundIPRestriction = new QLabel(groupBoxInbound);
329  labelInboundIPRestriction->setObjectName(QStringLiteral("labelInboundIPRestriction"));
330 
331  horizontalLayout_6->addWidget(labelInboundIPRestriction);
332 
333  horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
334 
335  horizontalLayout_6->addItem(horizontalSpacer_6);
336 
337  spinBoxInboundIPRestriction = new QSpinBox(groupBoxInbound);
338  spinBoxInboundIPRestriction->setObjectName(QStringLiteral("spinBoxInboundIPRestriction"));
339  spinBoxInboundIPRestriction->setMaximum(4);
340  spinBoxInboundIPRestriction->setValue(2);
341 
342  horizontalLayout_6->addWidget(spinBoxInboundIPRestriction);
343 
344 
345  verticalLayout->addLayout(horizontalLayout_6);
346 
347 
348  verticalLayout_4->addWidget(groupBoxInbound);
349 
350  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
351 
352  verticalLayout_4->addItem(verticalSpacer);
353 
354 
355  horizontalLayout_14->addLayout(verticalLayout_4);
356 
357  horizontalSpacer_14 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
358 
359  horizontalLayout_14->addItem(horizontalSpacer_14);
360 
361  verticalLayout_3 = new QVBoxLayout();
362  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
363  groupBoxOutbound = new QGroupBox(I2POptionsWidget);
364  groupBoxOutbound->setObjectName(QStringLiteral("groupBoxOutbound"));
365  verticalLayout_2 = new QVBoxLayout(groupBoxOutbound);
366  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
367  horizontalLayout_7 = new QHBoxLayout();
368  horizontalLayout_7->setObjectName(QStringLiteral("horizontalLayout_7"));
369  labelOutboundQuantity = new QLabel(groupBoxOutbound);
370  labelOutboundQuantity->setObjectName(QStringLiteral("labelOutboundQuantity"));
371 
372  horizontalLayout_7->addWidget(labelOutboundQuantity);
373 
374  horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
375 
376  horizontalLayout_7->addItem(horizontalSpacer_7);
377 
378  spinBoxOutboundQuantity = new QSpinBox(groupBoxOutbound);
379  spinBoxOutboundQuantity->setObjectName(QStringLiteral("spinBoxOutboundQuantity"));
380  spinBoxOutboundQuantity->setMinimum(1);
381  spinBoxOutboundQuantity->setValue(2);
382 
383  horizontalLayout_7->addWidget(spinBoxOutboundQuantity);
384 
385 
386  verticalLayout_2->addLayout(horizontalLayout_7);
387 
388  horizontalLayout_8 = new QHBoxLayout();
389  horizontalLayout_8->setObjectName(QStringLiteral("horizontalLayout_8"));
390  labelOutboundLength = new QLabel(groupBoxOutbound);
391  labelOutboundLength->setObjectName(QStringLiteral("labelOutboundLength"));
392 
393  horizontalLayout_8->addWidget(labelOutboundLength);
394 
395  horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
396 
397  horizontalLayout_8->addItem(horizontalSpacer_8);
398 
399  spinBoxOutboundLength = new QSpinBox(groupBoxOutbound);
400  spinBoxOutboundLength->setObjectName(QStringLiteral("spinBoxOutboundLength"));
401  spinBoxOutboundLength->setMaximum(7);
402  spinBoxOutboundLength->setValue(2);
403 
404  horizontalLayout_8->addWidget(spinBoxOutboundLength);
405 
406 
407  verticalLayout_2->addLayout(horizontalLayout_8);
408 
409  horizontalLayout_9 = new QHBoxLayout();
410  horizontalLayout_9->setObjectName(QStringLiteral("horizontalLayout_9"));
411  labelOutboundLengthVariance = new QLabel(groupBoxOutbound);
412  labelOutboundLengthVariance->setObjectName(QStringLiteral("labelOutboundLengthVariance"));
413 
414  horizontalLayout_9->addWidget(labelOutboundLengthVariance);
415 
416  horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
417 
418  horizontalLayout_9->addItem(horizontalSpacer_9);
419 
420  spinBoxOutboundLengthVariance = new QSpinBox(groupBoxOutbound);
421  spinBoxOutboundLengthVariance->setObjectName(QStringLiteral("spinBoxOutboundLengthVariance"));
422  spinBoxOutboundLengthVariance->setMinimum(-7);
423  spinBoxOutboundLengthVariance->setMaximum(7);
424 
425  horizontalLayout_9->addWidget(spinBoxOutboundLengthVariance);
426 
427 
428  verticalLayout_2->addLayout(horizontalLayout_9);
429 
430  horizontalLayout_10 = new QHBoxLayout();
431  horizontalLayout_10->setObjectName(QStringLiteral("horizontalLayout_10"));
432  labelOutboundBackupQuantity = new QLabel(groupBoxOutbound);
433  labelOutboundBackupQuantity->setObjectName(QStringLiteral("labelOutboundBackupQuantity"));
434 
435  horizontalLayout_10->addWidget(labelOutboundBackupQuantity);
436 
437  horizontalSpacer_10 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
438 
439  horizontalLayout_10->addItem(horizontalSpacer_10);
440 
441  spinBoxOutboundBackupQuantity = new QSpinBox(groupBoxOutbound);
442  spinBoxOutboundBackupQuantity->setObjectName(QStringLiteral("spinBoxOutboundBackupQuantity"));
443 
444  horizontalLayout_10->addWidget(spinBoxOutboundBackupQuantity);
445 
446 
447  verticalLayout_2->addLayout(horizontalLayout_10);
448 
449  horizontalLayout_11 = new QHBoxLayout();
450  horizontalLayout_11->setObjectName(QStringLiteral("horizontalLayout_11"));
451  labelAllowZeroHop = new QLabel(groupBoxOutbound);
452  labelAllowZeroHop->setObjectName(QStringLiteral("labelAllowZeroHop"));
453 
454  horizontalLayout_11->addWidget(labelAllowZeroHop);
455 
456  horizontalSpacer_11 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
457 
458  horizontalLayout_11->addItem(horizontalSpacer_11);
459 
460  checkBoxAllowZeroHop = new QCheckBox(groupBoxOutbound);
461  checkBoxAllowZeroHop->setObjectName(QStringLiteral("checkBoxAllowZeroHop"));
462  checkBoxAllowZeroHop->setChecked(true);
463 
464  horizontalLayout_11->addWidget(checkBoxAllowZeroHop);
465 
466 
467  verticalLayout_2->addLayout(horizontalLayout_11);
468 
469  horizontalLayout_12 = new QHBoxLayout();
470  horizontalLayout_12->setObjectName(QStringLiteral("horizontalLayout_12"));
471  labelOutboundIPRestriction = new QLabel(groupBoxOutbound);
472  labelOutboundIPRestriction->setObjectName(QStringLiteral("labelOutboundIPRestriction"));
473 
474  horizontalLayout_12->addWidget(labelOutboundIPRestriction);
475 
476  horizontalSpacer_12 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
477 
478  horizontalLayout_12->addItem(horizontalSpacer_12);
479 
480  spinBoxOutboundIPRestriction = new QSpinBox(groupBoxOutbound);
481  spinBoxOutboundIPRestriction->setObjectName(QStringLiteral("spinBoxOutboundIPRestriction"));
482  spinBoxOutboundIPRestriction->setMaximum(4);
483  spinBoxOutboundIPRestriction->setValue(2);
484 
485  horizontalLayout_12->addWidget(spinBoxOutboundIPRestriction);
486 
487 
488  verticalLayout_2->addLayout(horizontalLayout_12);
489 
490  horizontalLayout_13 = new QHBoxLayout();
491  horizontalLayout_13->setObjectName(QStringLiteral("horizontalLayout_13"));
492  labelOutboundPriority = new QLabel(groupBoxOutbound);
493  labelOutboundPriority->setObjectName(QStringLiteral("labelOutboundPriority"));
494 
495  horizontalLayout_13->addWidget(labelOutboundPriority);
496 
497  horizontalSpacer_13 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
498 
499  horizontalLayout_13->addItem(horizontalSpacer_13);
500 
501  spinBoxOutboundPriority = new QSpinBox(groupBoxOutbound);
502  spinBoxOutboundPriority->setObjectName(QStringLiteral("spinBoxOutboundPriority"));
503  spinBoxOutboundPriority->setMinimum(-25);
504  spinBoxOutboundPriority->setMaximum(25);
505 
506  horizontalLayout_13->addWidget(spinBoxOutboundPriority);
507 
508 
509  verticalLayout_2->addLayout(horizontalLayout_13);
510 
511 
512  verticalLayout_3->addWidget(groupBoxOutbound);
513 
514  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
515 
516  verticalLayout_3->addItem(verticalSpacer_2);
517 
518 
519  horizontalLayout_14->addLayout(verticalLayout_3);
520 
521 
522  verticalLayout_5->addLayout(horizontalLayout_14);
523 
524  QWidget::setTabOrder(checkBoxUseI2POnly, lineEditSAMHost);
525  QWidget::setTabOrder(lineEditSAMHost, spinBoxSAMPort);
526  QWidget::setTabOrder(spinBoxSAMPort, lineEditTunnelName);
527  QWidget::setTabOrder(lineEditTunnelName, pushButtonCurrentI2PAddress);
528  QWidget::setTabOrder(pushButtonCurrentI2PAddress, pushButtonGenerateI2PAddress);
529  QWidget::setTabOrder(pushButtonGenerateI2PAddress, spinBoxInboundQuantity);
530  QWidget::setTabOrder(spinBoxInboundQuantity, spinBoxInboundLength);
531  QWidget::setTabOrder(spinBoxInboundLength, spinBoxInboundLengthVariance);
532  QWidget::setTabOrder(spinBoxInboundLengthVariance, spinBoxInboundBackupQuality);
533  QWidget::setTabOrder(spinBoxInboundBackupQuality, checkBoxInboundAllowZeroHop);
534  QWidget::setTabOrder(checkBoxInboundAllowZeroHop, spinBoxInboundIPRestriction);
535  QWidget::setTabOrder(spinBoxInboundIPRestriction, spinBoxOutboundQuantity);
536  QWidget::setTabOrder(spinBoxOutboundQuantity, spinBoxOutboundLength);
537  QWidget::setTabOrder(spinBoxOutboundLength, spinBoxOutboundLengthVariance);
538  QWidget::setTabOrder(spinBoxOutboundLengthVariance, spinBoxOutboundBackupQuantity);
539  QWidget::setTabOrder(spinBoxOutboundBackupQuantity, checkBoxAllowZeroHop);
540  QWidget::setTabOrder(checkBoxAllowZeroHop, spinBoxOutboundIPRestriction);
541  QWidget::setTabOrder(spinBoxOutboundIPRestriction, spinBoxOutboundPriority);
542 
543  retranslateUi(I2POptionsWidget);
544 
545  QMetaObject::connectSlotsByName(I2POptionsWidget);
546  } // setupUi
547 
549  {
550  I2POptionsWidget->setWindowTitle(QApplication::translate("I2POptionsWidget", "Form", 0));
551  checkBoxUseI2POnly->setText(QApplication::translate("I2POptionsWidget", "Use I2P only (-onlynet=i2p)", 0));
552 #ifndef QT_NO_TOOLTIP
553  label->setToolTip(QApplication::translate("I2POptionsWidget", "http://www.i2p2.i2p/i2cp.html#options", 0));
554 #endif // QT_NO_TOOLTIP
555  label->setText(QApplication::translate("I2POptionsWidget", "<a href=\"http://www.i2p2.i2p/i2cp.html#options\">Help</a>", 0));
556  labelSAMHost->setText(QApplication::translate("I2POptionsWidget", "SAM host", 0));
557  lineEditSAMHost->setText(QApplication::translate("I2POptionsWidget", "127.0.0.1", 0));
558  labelSAMPort->setText(QApplication::translate("I2POptionsWidget", "SAM port", 0));
559  labelTunnelName->setText(QApplication::translate("I2POptionsWidget", "Tunnel name", 0));
560  lineEditTunnelName->setText(QApplication::translate("I2POptionsWidget", "Anoncoin-client", 0));
561  pushButtonCurrentI2PAddress->setText(QApplication::translate("I2POptionsWidget", "Current\n"
562 "I2P-address...", 0));
563  pushButtonGenerateI2PAddress->setText(QApplication::translate("I2POptionsWidget", "Generate\n"
564 "I2P-address...", 0));
565  groupBoxInbound->setTitle(QApplication::translate("I2POptionsWidget", "I2CP options of inbound tunnels", 0));
566  labelInboundQuantity->setText(QApplication::translate("I2POptionsWidget", "inbound.quantity ", 0));
567  labelInboundLength->setText(QApplication::translate("I2POptionsWidget", "inbound.length ", 0));
568  labelInboundLengthVariance->setText(QApplication::translate("I2POptionsWidget", "inbound.lengthVariance", 0));
569  labelInboundBackupQuality->setText(QApplication::translate("I2POptionsWidget", "inbound.backupQuantity ", 0));
570  labelInboundAllowZeroHop->setText(QApplication::translate("I2POptionsWidget", "inbound.allowZeroHop ", 0));
571  labelInboundIPRestriction->setText(QApplication::translate("I2POptionsWidget", "inbound.IPRestriction", 0));
572  groupBoxOutbound->setTitle(QApplication::translate("I2POptionsWidget", "I2CP options of outbound tunnels", 0));
573  labelOutboundQuantity->setText(QApplication::translate("I2POptionsWidget", "outbound.quantity ", 0));
574  labelOutboundLength->setText(QApplication::translate("I2POptionsWidget", "outbound.length ", 0));
575  labelOutboundLengthVariance->setText(QApplication::translate("I2POptionsWidget", "outbound.lengthVariance", 0));
576  labelOutboundBackupQuantity->setText(QApplication::translate("I2POptionsWidget", "outbound.backupQuantity", 0));
577  labelAllowZeroHop->setText(QApplication::translate("I2POptionsWidget", "outbound.allowZeroHop ", 0));
578  labelOutboundIPRestriction->setText(QApplication::translate("I2POptionsWidget", "outbound.IPRestriction", 0));
579  labelOutboundPriority->setText(QApplication::translate("I2POptionsWidget", "outbound.priority", 0));
580  } // retranslateUi
581 
582 };
583 
584 namespace Ui {
586 } // namespace Ui
587 
588 QT_END_NAMESPACE
589 
590 #endif // UI_I2POPTIONSWIDGET_H
QHBoxLayout * horizontalLayout_9
QHBoxLayout * horizontalLayout_7
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer_2
QSpacerItem * verticalSpacer_2
QHBoxLayout * horizontalLayout_4
void retranslateUi(QWidget *I2POptionsWidget)
QHBoxLayout * horizontalLayout_5
QLineEdit * lineEditTunnelName
QHBoxLayout * horizontalLayout_17
QSpacerItem * horizontalSpacer_4
QSpinBox * spinBoxInboundIPRestriction
QLabel * labelOutboundBackupQuantity
QCheckBox * checkBoxUseI2POnly
QSpacerItem * horizontalSpacer_13
QVBoxLayout * verticalLayout_2
QSpinBox * spinBoxOutboundPriority
QCheckBox * checkBoxInboundAllowZeroHop
QHBoxLayout * horizontalLayout_11
QHBoxLayout * horizontalLayout_14
QSpacerItem * horizontalSpacer_18
QPushButton * pushButtonCurrentI2PAddress
QSpinBox * spinBoxInboundLengthVariance
QHBoxLayout * horizontalLayout_12
QHBoxLayout * horizontalLayout_8
QHBoxLayout * horizontalLayout_3
QSpinBox * spinBoxInboundQuantity
QSpinBox * spinBoxOutboundQuantity
QLabel * labelOutboundLengthVariance
QHBoxLayout * horizontalLayout_13
QSpinBox * spinBoxOutboundLength
QSpacerItem * horizontalSpacer_15
QSpacerItem * horizontalSpacer_8
QSpacerItem * horizontalSpacer_7
QSpinBox * spinBoxInboundBackupQuality
QSpacerItem * horizontalSpacer_12
QVBoxLayout * verticalLayout_5
QSpacerItem * horizontalSpacer_9
QHBoxLayout * horizontalLayout_15
QPushButton * pushButtonGenerateI2PAddress
QSpacerItem * verticalSpacer
QSpacerItem * horizontalSpacer_6
QSpacerItem * horizontalSpacer_3
QSpacerItem * horizontalSpacer_11
QVBoxLayout * verticalLayout
QHBoxLayout * horizontalLayout_6
QCheckBox * checkBoxAllowZeroHop
QSpacerItem * horizontalSpacer_17
QSpacerItem * horizontalSpacer
QSpinBox * spinBoxOutboundIPRestriction
QHBoxLayout * horizontalLayout_16
void setupUi(QWidget *I2POptionsWidget)
QVBoxLayout * verticalLayout_4
QVBoxLayout * verticalLayout_3
QHBoxLayout * horizontalLayout_10
QSpacerItem * horizontalSpacer_10
QSpacerItem * horizontalSpacer_14
QHBoxLayout * horizontalLayout_2
QSpinBox * spinBoxOutboundLengthVariance
QSpinBox * spinBoxOutboundBackupQuantity
QSpacerItem * horizontalSpacer_5