Dash Core  0.12.2.1
P2P Digital Currency
ui_darksendconfig.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'darksendconfig.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_DARKSENDCONFIG_H
10 #define UI_DARKSENDCONFIG_H
11 
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>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QPushButton *buttonBasic;
28  QPushButton *buttonHigh;
29  QPushButton *buttonMax;
30  QLabel *label;
31  QLabel *label_2;
32  QLabel *label_3;
33  QLabel *label_4;
34  QLabel *label_6;
35  QLabel *label_7;
36  QLabel *label_8;
37  QLabel *label_9;
38  QFrame *line;
39  QFrame *line_2;
40 
41  void setupUi(QDialog *DarksendConfig)
42  {
43  if (DarksendConfig->objectName().isEmpty())
44  DarksendConfig->setObjectName(QStringLiteral("DarksendConfig"));
45  DarksendConfig->resize(630, 307);
46  buttonBasic = new QPushButton(DarksendConfig);
47  buttonBasic->setObjectName(QStringLiteral("buttonBasic"));
48  buttonBasic->setGeometry(QRect(20, 70, 151, 27));
49  buttonHigh = new QPushButton(DarksendConfig);
50  buttonHigh->setObjectName(QStringLiteral("buttonHigh"));
51  buttonHigh->setGeometry(QRect(20, 140, 151, 27));
52  buttonMax = new QPushButton(DarksendConfig);
53  buttonMax->setObjectName(QStringLiteral("buttonMax"));
54  buttonMax->setGeometry(QRect(20, 210, 151, 27));
55  label = new QLabel(DarksendConfig);
56  label->setObjectName(QStringLiteral("label"));
57  label->setGeometry(QRect(30, 20, 571, 31));
58  label_2 = new QLabel(DarksendConfig);
59  label_2->setObjectName(QStringLiteral("label_2"));
60  label_2->setGeometry(QRect(190, 70, 421, 21));
61  label_3 = new QLabel(DarksendConfig);
62  label_3->setObjectName(QStringLiteral("label_3"));
63  label_3->setGeometry(QRect(190, 140, 411, 21));
64  label_4 = new QLabel(DarksendConfig);
65  label_4->setObjectName(QStringLiteral("label_4"));
66  label_4->setGeometry(QRect(190, 210, 421, 21));
67  label_6 = new QLabel(DarksendConfig);
68  label_6->setObjectName(QStringLiteral("label_6"));
69  label_6->setGeometry(QRect(40, 100, 561, 21));
70  label_7 = new QLabel(DarksendConfig);
71  label_7->setObjectName(QStringLiteral("label_7"));
72  label_7->setGeometry(QRect(40, 170, 561, 21));
73  label_8 = new QLabel(DarksendConfig);
74  label_8->setObjectName(QStringLiteral("label_8"));
75  label_8->setGeometry(QRect(40, 240, 561, 21));
76  label_9 = new QLabel(DarksendConfig);
77  label_9->setObjectName(QStringLiteral("label_9"));
78  label_9->setGeometry(QRect(40, 260, 561, 21));
79  line = new QFrame(DarksendConfig);
80  line->setObjectName(QStringLiteral("line"));
81  line->setGeometry(QRect(10, 120, 601, 16));
82  line->setFrameShape(QFrame::HLine);
83  line->setFrameShadow(QFrame::Sunken);
84  line_2 = new QFrame(DarksendConfig);
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);
89 
91 
92  QMetaObject::connectSlotsByName(DarksendConfig);
93  } // setupUi
94 
96  {
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));
109  } // retranslateUi
110 
111 };
112 
113 namespace Ui {
115 } // namespace Ui
116 
117 QT_END_NAMESPACE
118 
119 #endif // UI_DARKSENDCONFIG_H
QPushButton * buttonHigh
void retranslateUi(QDialog *DarksendConfig)
QPushButton * buttonBasic
QPushButton * buttonMax
void setupUi(QDialog *DarksendConfig)