9 #ifndef UI_DARKSENDCONFIG_H 10 #define UI_DARKSENDCONFIG_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QDialog> 17 #include <QtWidgets/QFrame> 18 #include <QtWidgets/QHeaderView> 19 #include <QtWidgets/QLabel> 20 #include <QtWidgets/QPushButton> 47 buttonBasic->setObjectName(QStringLiteral(
"buttonBasic"));
50 buttonHigh->setObjectName(QStringLiteral(
"buttonHigh"));
51 buttonHigh->setGeometry(QRect(20, 140, 151, 27));
53 buttonMax->setObjectName(QStringLiteral(
"buttonMax"));
54 buttonMax->setGeometry(QRect(20, 210, 151, 27));
56 label->setObjectName(QStringLiteral(
"label"));
57 label->setGeometry(QRect(30, 20, 571, 31));
59 label_2->setObjectName(QStringLiteral(
"label_2"));
60 label_2->setGeometry(QRect(190, 70, 421, 21));
62 label_3->setObjectName(QStringLiteral(
"label_3"));
63 label_3->setGeometry(QRect(190, 140, 411, 21));
65 label_4->setObjectName(QStringLiteral(
"label_4"));
66 label_4->setGeometry(QRect(190, 210, 421, 21));
68 label_6->setObjectName(QStringLiteral(
"label_6"));
69 label_6->setGeometry(QRect(40, 100, 561, 21));
71 label_7->setObjectName(QStringLiteral(
"label_7"));
72 label_7->setGeometry(QRect(40, 170, 561, 21));
74 label_8->setObjectName(QStringLiteral(
"label_8"));
75 label_8->setGeometry(QRect(40, 240, 561, 21));
77 label_9->setObjectName(QStringLiteral(
"label_9"));
78 label_9->setGeometry(QRect(40, 260, 561, 21));
80 line->setObjectName(QStringLiteral(
"line"));
81 line->setGeometry(QRect(10, 120, 601, 16));
82 line->setFrameShape(QFrame::HLine);
83 line->setFrameShadow(QFrame::Sunken);
85 line_2->setObjectName(QStringLiteral(
"line_2"));
86 line_2->setGeometry(QRect(10, 190, 601, 16));
87 line_2->setFrameShape(QFrame::HLine);
88 line_2->setFrameShadow(QFrame::Sunken);
97 DarksendConfig->setWindowTitle(QApplication::translate(
"DarksendConfig",
"Configure PrivateSend", 0));
98 buttonBasic->setText(QApplication::translate(
"DarksendConfig",
"Basic Privacy", 0));
99 buttonHigh->setText(QApplication::translate(
"DarksendConfig",
"High Privacy", 0));
100 buttonMax->setText(QApplication::translate(
"DarksendConfig",
"Maximum Privacy", 0));
101 label->setText(QApplication::translate(
"DarksendConfig",
"Please select a privacy level.", 0));
102 label_2->setText(QApplication::translate(
"DarksendConfig",
"Use 2 separate masternodes to mix funds up to 1000 DASH", 0));
103 label_3->setText(QApplication::translate(
"DarksendConfig",
"Use 8 separate masternodes to mix funds up to 1000 DASH", 0));
104 label_4->setText(QApplication::translate(
"DarksendConfig",
"Use 16 separate masternodes", 0));
105 label_6->setText(QApplication::translate(
"DarksendConfig",
"This option is the quickest and will cost about ~0.025 DASH to anonymize 1000 DASH", 0));
106 label_7->setText(QApplication::translate(
"DarksendConfig",
"This option is moderately fast and will cost about 0.05 DASH to anonymize 1000 DASH", 0));
107 label_8->setText(QApplication::translate(
"DarksendConfig",
"This is the slowest and most secure option. Using maximum anonymity will cost", 0));
108 label_9->setText(QApplication::translate(
"DarksendConfig",
"0.1 DASH per 1000 DASH you anonymize.", 0));
119 #endif // UI_DARKSENDCONFIG_H
void retranslateUi(QDialog *DarksendConfig)
QPushButton * buttonBasic
void setupUi(QDialog *DarksendConfig)