9 #ifndef UI_I2POPTIONSWIDGET_H
10 #define UI_I2POPTIONSWIDGET_H
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>
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"));
125 horizontalLayout_15->addWidget(checkBoxUseI2POnly);
127 horizontalSpacer_15 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
129 horizontalLayout_15->addItem(horizontalSpacer_15);
131 label =
new QLabel(I2POptionsWidget);
132 label->setObjectName(QStringLiteral(
"label"));
133 label->setTextFormat(Qt::RichText);
134 label->setOpenExternalLinks(
true);
135 label->setTextInteractionFlags(Qt::TextBrowserInteraction);
137 horizontalLayout_15->addWidget(label);
140 verticalLayout_5->addLayout(horizontalLayout_15);
142 horizontalLayout_16 =
new QHBoxLayout();
143 horizontalLayout_16->setObjectName(QStringLiteral(
"horizontalLayout_16"));
144 labelSAMHost =
new QLabel(I2POptionsWidget);
145 labelSAMHost->setObjectName(QStringLiteral(
"labelSAMHost"));
147 horizontalLayout_16->addWidget(labelSAMHost);
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);
157 horizontalLayout_16->addWidget(lineEditSAMHost);
159 labelSAMPort =
new QLabel(I2POptionsWidget);
160 labelSAMPort->setObjectName(QStringLiteral(
"labelSAMPort"));
162 horizontalLayout_16->addWidget(labelSAMPort);
164 spinBoxSAMPort =
new QSpinBox(I2POptionsWidget);
165 spinBoxSAMPort->setObjectName(QStringLiteral(
"spinBoxSAMPort"));
166 spinBoxSAMPort->setMinimum(1);
167 spinBoxSAMPort->setMaximum(65535);
168 spinBoxSAMPort->setValue(7656);
170 horizontalLayout_16->addWidget(spinBoxSAMPort);
172 horizontalSpacer_17 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
174 horizontalLayout_16->addItem(horizontalSpacer_17);
177 verticalLayout_5->addLayout(horizontalLayout_16);
179 horizontalLayout_17 =
new QHBoxLayout();
180 horizontalLayout_17->setObjectName(QStringLiteral(
"horizontalLayout_17"));
181 labelTunnelName =
new QLabel(I2POptionsWidget);
182 labelTunnelName->setObjectName(QStringLiteral(
"labelTunnelName"));
184 horizontalLayout_17->addWidget(labelTunnelName);
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));
195 horizontalLayout_17->addWidget(lineEditTunnelName);
197 horizontalSpacer_18 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
199 horizontalLayout_17->addItem(horizontalSpacer_18);
201 pushButtonCurrentI2PAddress =
new QPushButton(I2POptionsWidget);
202 pushButtonCurrentI2PAddress->setObjectName(QStringLiteral(
"pushButtonCurrentI2PAddress"));
204 horizontalLayout_17->addWidget(pushButtonCurrentI2PAddress);
206 pushButtonGenerateI2PAddress =
new QPushButton(I2POptionsWidget);
207 pushButtonGenerateI2PAddress->setObjectName(QStringLiteral(
"pushButtonGenerateI2PAddress"));
209 horizontalLayout_17->addWidget(pushButtonGenerateI2PAddress);
212 verticalLayout_5->addLayout(horizontalLayout_17);
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"));
227 horizontalLayout->addWidget(labelInboundQuantity);
229 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
231 horizontalLayout->addItem(horizontalSpacer);
233 spinBoxInboundQuantity =
new QSpinBox(groupBoxInbound);
234 spinBoxInboundQuantity->setObjectName(QStringLiteral(
"spinBoxInboundQuantity"));
235 spinBoxInboundQuantity->setMinimum(1);
236 spinBoxInboundQuantity->setMaximum(16);
237 spinBoxInboundQuantity->setValue(2);
239 horizontalLayout->addWidget(spinBoxInboundQuantity);
242 verticalLayout->addLayout(horizontalLayout);
244 horizontalLayout_2 =
new QHBoxLayout();
245 horizontalLayout_2->setObjectName(QStringLiteral(
"horizontalLayout_2"));
246 labelInboundLength =
new QLabel(groupBoxInbound);
247 labelInboundLength->setObjectName(QStringLiteral(
"labelInboundLength"));
249 horizontalLayout_2->addWidget(labelInboundLength);
251 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
253 horizontalLayout_2->addItem(horizontalSpacer_2);
255 spinBoxInboundLength =
new QSpinBox(groupBoxInbound);
256 spinBoxInboundLength->setObjectName(QStringLiteral(
"spinBoxInboundLength"));
257 spinBoxInboundLength->setMinimum(0);
258 spinBoxInboundLength->setMaximum(7);
259 spinBoxInboundLength->setValue(2);
261 horizontalLayout_2->addWidget(spinBoxInboundLength);
264 verticalLayout->addLayout(horizontalLayout_2);
266 horizontalLayout_3 =
new QHBoxLayout();
267 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
268 labelInboundLengthVariance =
new QLabel(groupBoxInbound);
269 labelInboundLengthVariance->setObjectName(QStringLiteral(
"labelInboundLengthVariance"));
271 horizontalLayout_3->addWidget(labelInboundLengthVariance);
273 horizontalSpacer_3 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
275 horizontalLayout_3->addItem(horizontalSpacer_3);
277 spinBoxInboundLengthVariance =
new QSpinBox(groupBoxInbound);
278 spinBoxInboundLengthVariance->setObjectName(QStringLiteral(
"spinBoxInboundLengthVariance"));
279 spinBoxInboundLengthVariance->setMinimum(-7);
280 spinBoxInboundLengthVariance->setMaximum(7);
282 horizontalLayout_3->addWidget(spinBoxInboundLengthVariance);
285 verticalLayout->addLayout(horizontalLayout_3);
287 horizontalLayout_4 =
new QHBoxLayout();
288 horizontalLayout_4->setObjectName(QStringLiteral(
"horizontalLayout_4"));
289 labelInboundBackupQuality =
new QLabel(groupBoxInbound);
290 labelInboundBackupQuality->setObjectName(QStringLiteral(
"labelInboundBackupQuality"));
292 horizontalLayout_4->addWidget(labelInboundBackupQuality);
294 horizontalSpacer_4 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
296 horizontalLayout_4->addItem(horizontalSpacer_4);
298 spinBoxInboundBackupQuality =
new QSpinBox(groupBoxInbound);
299 spinBoxInboundBackupQuality->setObjectName(QStringLiteral(
"spinBoxInboundBackupQuality"));
301 horizontalLayout_4->addWidget(spinBoxInboundBackupQuality);
304 verticalLayout->addLayout(horizontalLayout_4);
306 horizontalLayout_5 =
new QHBoxLayout();
307 horizontalLayout_5->setObjectName(QStringLiteral(
"horizontalLayout_5"));
308 labelInboundAllowZeroHop =
new QLabel(groupBoxInbound);
309 labelInboundAllowZeroHop->setObjectName(QStringLiteral(
"labelInboundAllowZeroHop"));
311 horizontalLayout_5->addWidget(labelInboundAllowZeroHop);
313 horizontalSpacer_5 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
315 horizontalLayout_5->addItem(horizontalSpacer_5);
317 checkBoxInboundAllowZeroHop =
new QCheckBox(groupBoxInbound);
318 checkBoxInboundAllowZeroHop->setObjectName(QStringLiteral(
"checkBoxInboundAllowZeroHop"));
319 checkBoxInboundAllowZeroHop->setChecked(
true);
321 horizontalLayout_5->addWidget(checkBoxInboundAllowZeroHop);
324 verticalLayout->addLayout(horizontalLayout_5);
326 horizontalLayout_6 =
new QHBoxLayout();
327 horizontalLayout_6->setObjectName(QStringLiteral(
"horizontalLayout_6"));
328 labelInboundIPRestriction =
new QLabel(groupBoxInbound);
329 labelInboundIPRestriction->setObjectName(QStringLiteral(
"labelInboundIPRestriction"));
331 horizontalLayout_6->addWidget(labelInboundIPRestriction);
333 horizontalSpacer_6 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
335 horizontalLayout_6->addItem(horizontalSpacer_6);
337 spinBoxInboundIPRestriction =
new QSpinBox(groupBoxInbound);
338 spinBoxInboundIPRestriction->setObjectName(QStringLiteral(
"spinBoxInboundIPRestriction"));
339 spinBoxInboundIPRestriction->setMaximum(4);
340 spinBoxInboundIPRestriction->setValue(2);
342 horizontalLayout_6->addWidget(spinBoxInboundIPRestriction);
345 verticalLayout->addLayout(horizontalLayout_6);
348 verticalLayout_4->addWidget(groupBoxInbound);
350 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
352 verticalLayout_4->addItem(verticalSpacer);
355 horizontalLayout_14->addLayout(verticalLayout_4);
357 horizontalSpacer_14 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
359 horizontalLayout_14->addItem(horizontalSpacer_14);
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"));
372 horizontalLayout_7->addWidget(labelOutboundQuantity);
374 horizontalSpacer_7 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
376 horizontalLayout_7->addItem(horizontalSpacer_7);
378 spinBoxOutboundQuantity =
new QSpinBox(groupBoxOutbound);
379 spinBoxOutboundQuantity->setObjectName(QStringLiteral(
"spinBoxOutboundQuantity"));
380 spinBoxOutboundQuantity->setMinimum(1);
381 spinBoxOutboundQuantity->setValue(2);
383 horizontalLayout_7->addWidget(spinBoxOutboundQuantity);
386 verticalLayout_2->addLayout(horizontalLayout_7);
388 horizontalLayout_8 =
new QHBoxLayout();
389 horizontalLayout_8->setObjectName(QStringLiteral(
"horizontalLayout_8"));
390 labelOutboundLength =
new QLabel(groupBoxOutbound);
391 labelOutboundLength->setObjectName(QStringLiteral(
"labelOutboundLength"));
393 horizontalLayout_8->addWidget(labelOutboundLength);
395 horizontalSpacer_8 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
397 horizontalLayout_8->addItem(horizontalSpacer_8);
399 spinBoxOutboundLength =
new QSpinBox(groupBoxOutbound);
400 spinBoxOutboundLength->setObjectName(QStringLiteral(
"spinBoxOutboundLength"));
401 spinBoxOutboundLength->setMaximum(7);
402 spinBoxOutboundLength->setValue(2);
404 horizontalLayout_8->addWidget(spinBoxOutboundLength);
407 verticalLayout_2->addLayout(horizontalLayout_8);
409 horizontalLayout_9 =
new QHBoxLayout();
410 horizontalLayout_9->setObjectName(QStringLiteral(
"horizontalLayout_9"));
411 labelOutboundLengthVariance =
new QLabel(groupBoxOutbound);
412 labelOutboundLengthVariance->setObjectName(QStringLiteral(
"labelOutboundLengthVariance"));
414 horizontalLayout_9->addWidget(labelOutboundLengthVariance);
416 horizontalSpacer_9 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
418 horizontalLayout_9->addItem(horizontalSpacer_9);
420 spinBoxOutboundLengthVariance =
new QSpinBox(groupBoxOutbound);
421 spinBoxOutboundLengthVariance->setObjectName(QStringLiteral(
"spinBoxOutboundLengthVariance"));
422 spinBoxOutboundLengthVariance->setMinimum(-7);
423 spinBoxOutboundLengthVariance->setMaximum(7);
425 horizontalLayout_9->addWidget(spinBoxOutboundLengthVariance);
428 verticalLayout_2->addLayout(horizontalLayout_9);
430 horizontalLayout_10 =
new QHBoxLayout();
431 horizontalLayout_10->setObjectName(QStringLiteral(
"horizontalLayout_10"));
432 labelOutboundBackupQuantity =
new QLabel(groupBoxOutbound);
433 labelOutboundBackupQuantity->setObjectName(QStringLiteral(
"labelOutboundBackupQuantity"));
435 horizontalLayout_10->addWidget(labelOutboundBackupQuantity);
437 horizontalSpacer_10 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
439 horizontalLayout_10->addItem(horizontalSpacer_10);
441 spinBoxOutboundBackupQuantity =
new QSpinBox(groupBoxOutbound);
442 spinBoxOutboundBackupQuantity->setObjectName(QStringLiteral(
"spinBoxOutboundBackupQuantity"));
444 horizontalLayout_10->addWidget(spinBoxOutboundBackupQuantity);
447 verticalLayout_2->addLayout(horizontalLayout_10);
449 horizontalLayout_11 =
new QHBoxLayout();
450 horizontalLayout_11->setObjectName(QStringLiteral(
"horizontalLayout_11"));
451 labelAllowZeroHop =
new QLabel(groupBoxOutbound);
452 labelAllowZeroHop->setObjectName(QStringLiteral(
"labelAllowZeroHop"));
454 horizontalLayout_11->addWidget(labelAllowZeroHop);
456 horizontalSpacer_11 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
458 horizontalLayout_11->addItem(horizontalSpacer_11);
460 checkBoxAllowZeroHop =
new QCheckBox(groupBoxOutbound);
461 checkBoxAllowZeroHop->setObjectName(QStringLiteral(
"checkBoxAllowZeroHop"));
462 checkBoxAllowZeroHop->setChecked(
true);
464 horizontalLayout_11->addWidget(checkBoxAllowZeroHop);
467 verticalLayout_2->addLayout(horizontalLayout_11);
469 horizontalLayout_12 =
new QHBoxLayout();
470 horizontalLayout_12->setObjectName(QStringLiteral(
"horizontalLayout_12"));
471 labelOutboundIPRestriction =
new QLabel(groupBoxOutbound);
472 labelOutboundIPRestriction->setObjectName(QStringLiteral(
"labelOutboundIPRestriction"));
474 horizontalLayout_12->addWidget(labelOutboundIPRestriction);
476 horizontalSpacer_12 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
478 horizontalLayout_12->addItem(horizontalSpacer_12);
480 spinBoxOutboundIPRestriction =
new QSpinBox(groupBoxOutbound);
481 spinBoxOutboundIPRestriction->setObjectName(QStringLiteral(
"spinBoxOutboundIPRestriction"));
482 spinBoxOutboundIPRestriction->setMaximum(4);
483 spinBoxOutboundIPRestriction->setValue(2);
485 horizontalLayout_12->addWidget(spinBoxOutboundIPRestriction);
488 verticalLayout_2->addLayout(horizontalLayout_12);
490 horizontalLayout_13 =
new QHBoxLayout();
491 horizontalLayout_13->setObjectName(QStringLiteral(
"horizontalLayout_13"));
492 labelOutboundPriority =
new QLabel(groupBoxOutbound);
493 labelOutboundPriority->setObjectName(QStringLiteral(
"labelOutboundPriority"));
495 horizontalLayout_13->addWidget(labelOutboundPriority);
497 horizontalSpacer_13 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
499 horizontalLayout_13->addItem(horizontalSpacer_13);
501 spinBoxOutboundPriority =
new QSpinBox(groupBoxOutbound);
502 spinBoxOutboundPriority->setObjectName(QStringLiteral(
"spinBoxOutboundPriority"));
503 spinBoxOutboundPriority->setMinimum(-25);
504 spinBoxOutboundPriority->setMaximum(25);
506 horizontalLayout_13->addWidget(spinBoxOutboundPriority);
509 verticalLayout_2->addLayout(horizontalLayout_13);
512 verticalLayout_3->addWidget(groupBoxOutbound);
514 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
516 verticalLayout_3->addItem(verticalSpacer_2);
519 horizontalLayout_14->addLayout(verticalLayout_3);
522 verticalLayout_5->addLayout(horizontalLayout_14);
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);
545 QMetaObject::connectSlotsByName(I2POptionsWidget);
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));
590 #endif // UI_I2POPTIONSWIDGET_H