Dash Core  0.12.2.1
P2P Digital Currency
ui_sendcoinsentry.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'sendcoinsentry.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_SENDCOINSENTRY_H
10 #define UI_SENDCOINSENTRY_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/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QStackedWidget>
24 #include <QtWidgets/QToolButton>
25 #include "bitcoinamountfield.h"
26 #include "qvalidatedlineedit.h"
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QFrame *SendCoins;
34  QGridLayout *gridLayout;
35  QLabel *payToLabel;
36  QHBoxLayout *payToLayout;
38  QToolButton *addressBookButton;
39  QToolButton *pasteButton;
40  QToolButton *deleteButton;
41  QLabel *labellLabel;
42  QLineEdit *addAsLabel;
43  QLabel *amountLabel;
44  QHBoxLayout *horizontalLayoutAmount;
47  QLabel *messageLabel;
49  QFrame *line;
51  QGridLayout *gridLayout_is;
52  QLabel *payToLabel_is;
53  QHBoxLayout *payToLayout_is;
54  QLabel *payTo_is;
55  QToolButton *deleteButton_is;
56  QLabel *memoLabel_is;
58  QLabel *amountLabel_is;
61  QGridLayout *gridLayout_s;
62  QLabel *payToLabel_s;
63  QHBoxLayout *payToLayout_s;
64  QLabel *payTo_s;
65  QToolButton *deleteButton_s;
66  QLabel *memoLabel_s;
67  QLabel *memoTextLabel_s;
68  QLabel *amountLabel_s;
70 
71  void setupUi(QStackedWidget *SendCoinsEntry)
72  {
73  if (SendCoinsEntry->objectName().isEmpty())
74  SendCoinsEntry->setObjectName(QStringLiteral("SendCoinsEntry"));
75  SendCoinsEntry->resize(729, 150);
76  SendCoinsEntry->setFocusPolicy(Qt::TabFocus);
77  SendCoinsEntry->setAutoFillBackground(false);
78  SendCoins = new QFrame();
79  SendCoins->setObjectName(QStringLiteral("SendCoins"));
80  SendCoins->setFrameShape(QFrame::NoFrame);
81  gridLayout = new QGridLayout(SendCoins);
82  gridLayout->setObjectName(QStringLiteral("gridLayout"));
83  gridLayout->setHorizontalSpacing(12);
84  gridLayout->setVerticalSpacing(8);
85  gridLayout->setContentsMargins(-1, 8, -1, 4);
86  payToLabel = new QLabel(SendCoins);
87  payToLabel->setObjectName(QStringLiteral("payToLabel"));
88  payToLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
89 
90  gridLayout->addWidget(payToLabel, 0, 0, 1, 1);
91 
92  payToLayout = new QHBoxLayout();
93  payToLayout->setSpacing(0);
94  payToLayout->setObjectName(QStringLiteral("payToLayout"));
96  payTo->setObjectName(QStringLiteral("payTo"));
97 
98  payToLayout->addWidget(payTo);
99 
100  addressBookButton = new QToolButton(SendCoins);
101  addressBookButton->setObjectName(QStringLiteral("addressBookButton"));
102  addressBookButton->setIconSize(QSize(22, 22));
103 
104  payToLayout->addWidget(addressBookButton);
105 
106  pasteButton = new QToolButton(SendCoins);
107  pasteButton->setObjectName(QStringLiteral("pasteButton"));
108  pasteButton->setIconSize(QSize(22, 22));
109 
110  payToLayout->addWidget(pasteButton);
111 
112  deleteButton = new QToolButton(SendCoins);
113  deleteButton->setObjectName(QStringLiteral("deleteButton"));
114  deleteButton->setIconSize(QSize(22, 22));
115 
116  payToLayout->addWidget(deleteButton);
117 
118 
119  gridLayout->addLayout(payToLayout, 0, 1, 1, 1);
120 
121  labellLabel = new QLabel(SendCoins);
122  labellLabel->setObjectName(QStringLiteral("labellLabel"));
123  labellLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
124 
125  gridLayout->addWidget(labellLabel, 1, 0, 1, 1);
126 
127  addAsLabel = new QLineEdit(SendCoins);
128  addAsLabel->setObjectName(QStringLiteral("addAsLabel"));
129 
130  gridLayout->addWidget(addAsLabel, 1, 1, 1, 1);
131 
132  amountLabel = new QLabel(SendCoins);
133  amountLabel->setObjectName(QStringLiteral("amountLabel"));
134  amountLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
135 
136  gridLayout->addWidget(amountLabel, 2, 0, 1, 1);
137 
138  horizontalLayoutAmount = new QHBoxLayout();
139  horizontalLayoutAmount->setObjectName(QStringLiteral("horizontalLayoutAmount"));
141  payAmount->setObjectName(QStringLiteral("payAmount"));
142 
143  horizontalLayoutAmount->addWidget(payAmount);
144 
145  checkboxSubtractFeeFromAmount = new QCheckBox(SendCoins);
146  checkboxSubtractFeeFromAmount->setObjectName(QStringLiteral("checkboxSubtractFeeFromAmount"));
147 
149 
150  horizontalLayoutAmount->setStretch(1, 1);
151 
152  gridLayout->addLayout(horizontalLayoutAmount, 2, 1, 1, 1);
153 
154  messageLabel = new QLabel(SendCoins);
155  messageLabel->setObjectName(QStringLiteral("messageLabel"));
156  messageLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
157 
158  gridLayout->addWidget(messageLabel, 3, 0, 1, 1);
159 
160  messageTextLabel = new QLabel(SendCoins);
161  messageTextLabel->setObjectName(QStringLiteral("messageTextLabel"));
162  messageTextLabel->setTextFormat(Qt::PlainText);
163 
164  gridLayout->addWidget(messageTextLabel, 3, 1, 1, 1);
165 
166  line = new QFrame(SendCoins);
167  line->setObjectName(QStringLiteral("line"));
168  line->setFrameShape(QFrame::HLine);
169  line->setFrameShadow(QFrame::Sunken);
170 
171  gridLayout->addWidget(line, 4, 0, 1, 2);
172 
173  SendCoinsEntry->addWidget(SendCoins);
175  SendCoins_UnauthenticatedPaymentRequest->setObjectName(QStringLiteral("SendCoins_UnauthenticatedPaymentRequest"));
176  QPalette palette;
177  QBrush brush(QColor(0, 0, 0, 255));
178  brush.setStyle(Qt::SolidPattern);
179  palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
180  QBrush brush1(QColor(255, 255, 127, 255));
181  brush1.setStyle(Qt::SolidPattern);
182  palette.setBrush(QPalette::Active, QPalette::Button, brush1);
183  QBrush brush2(QColor(255, 255, 255, 255));
184  brush2.setStyle(Qt::SolidPattern);
185  palette.setBrush(QPalette::Active, QPalette::Light, brush2);
186  QBrush brush3(QColor(255, 255, 191, 255));
187  brush3.setStyle(Qt::SolidPattern);
188  palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
189  QBrush brush4(QColor(127, 127, 63, 255));
190  brush4.setStyle(Qt::SolidPattern);
191  palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
192  QBrush brush5(QColor(170, 170, 84, 255));
193  brush5.setStyle(Qt::SolidPattern);
194  palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
195  palette.setBrush(QPalette::Active, QPalette::Text, brush);
196  palette.setBrush(QPalette::Active, QPalette::BrightText, brush2);
197  palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
198  palette.setBrush(QPalette::Active, QPalette::Base, brush2);
199  palette.setBrush(QPalette::Active, QPalette::Window, brush1);
200  palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
201  palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush3);
202  QBrush brush6(QColor(255, 255, 220, 255));
203  brush6.setStyle(Qt::SolidPattern);
204  palette.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
205  palette.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
206  palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
207  palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
208  palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
209  palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3);
210  palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4);
211  palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5);
212  palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
213  palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
214  palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
215  palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
216  palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
217  palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
218  palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush3);
219  palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
220  palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
221  palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4);
222  palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
223  palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
224  palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3);
225  palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4);
226  palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5);
227  palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
228  palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
229  palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4);
230  palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
231  palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
232  palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
233  palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush1);
234  palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
235  palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
236  SendCoins_UnauthenticatedPaymentRequest->setPalette(palette);
237  SendCoins_UnauthenticatedPaymentRequest->setAutoFillBackground(true);
238  SendCoins_UnauthenticatedPaymentRequest->setFrameShape(QFrame::NoFrame);
240  gridLayout_is->setSpacing(12);
241  gridLayout_is->setObjectName(QStringLiteral("gridLayout_is"));
243  payToLabel_is->setObjectName(QStringLiteral("payToLabel_is"));
244  payToLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
245 
246  gridLayout_is->addWidget(payToLabel_is, 0, 0, 1, 1);
247 
248  payToLayout_is = new QHBoxLayout();
249  payToLayout_is->setSpacing(0);
250  payToLayout_is->setObjectName(QStringLiteral("payToLayout_is"));
252  payTo_is->setObjectName(QStringLiteral("payTo_is"));
253 
254  payToLayout_is->addWidget(payTo_is);
255 
257  deleteButton_is->setObjectName(QStringLiteral("deleteButton_is"));
258 
259  payToLayout_is->addWidget(deleteButton_is);
260 
261 
262  gridLayout_is->addLayout(payToLayout_is, 0, 1, 1, 1);
263 
265  memoLabel_is->setObjectName(QStringLiteral("memoLabel_is"));
266  memoLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
267 
268  gridLayout_is->addWidget(memoLabel_is, 1, 0, 1, 1);
269 
271  memoTextLabel_is->setObjectName(QStringLiteral("memoTextLabel_is"));
272  memoTextLabel_is->setTextFormat(Qt::PlainText);
273 
274  gridLayout_is->addWidget(memoTextLabel_is, 1, 1, 1, 1);
275 
277  amountLabel_is->setObjectName(QStringLiteral("amountLabel_is"));
278  amountLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
279 
280  gridLayout_is->addWidget(amountLabel_is, 2, 0, 1, 1);
281 
283  payAmount_is->setObjectName(QStringLiteral("payAmount_is"));
284  payAmount_is->setAcceptDrops(false);
285 
286  gridLayout_is->addWidget(payAmount_is, 2, 1, 1, 1);
287 
290  SendCoins_AuthenticatedPaymentRequest->setObjectName(QStringLiteral("SendCoins_AuthenticatedPaymentRequest"));
291  QPalette palette1;
292  palette1.setBrush(QPalette::Active, QPalette::WindowText, brush);
293  QBrush brush7(QColor(140, 232, 119, 255));
294  brush7.setStyle(Qt::SolidPattern);
295  palette1.setBrush(QPalette::Active, QPalette::Button, brush7);
296  QBrush brush8(QColor(230, 255, 224, 255));
297  brush8.setStyle(Qt::SolidPattern);
298  palette1.setBrush(QPalette::Active, QPalette::Light, brush8);
299  QBrush brush9(QColor(185, 243, 171, 255));
300  brush9.setStyle(Qt::SolidPattern);
301  palette1.setBrush(QPalette::Active, QPalette::Midlight, brush9);
302  QBrush brush10(QColor(70, 116, 59, 255));
303  brush10.setStyle(Qt::SolidPattern);
304  palette1.setBrush(QPalette::Active, QPalette::Dark, brush10);
305  QBrush brush11(QColor(93, 155, 79, 255));
306  brush11.setStyle(Qt::SolidPattern);
307  palette1.setBrush(QPalette::Active, QPalette::Mid, brush11);
308  palette1.setBrush(QPalette::Active, QPalette::Text, brush);
309  QBrush brush12(QColor(155, 255, 147, 255));
310  brush12.setStyle(Qt::SolidPattern);
311  palette1.setBrush(QPalette::Active, QPalette::BrightText, brush12);
312  palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush);
313  QBrush brush13(QColor(119, 255, 233, 255));
314  brush13.setStyle(Qt::SolidPattern);
315  palette1.setBrush(QPalette::Active, QPalette::Base, brush13);
316  palette1.setBrush(QPalette::Active, QPalette::Window, brush7);
317  palette1.setBrush(QPalette::Active, QPalette::Shadow, brush);
318  QBrush brush14(QColor(197, 243, 187, 255));
319  brush14.setStyle(Qt::SolidPattern);
320  palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush14);
321  QBrush brush15(QColor(125, 194, 122, 255));
322  brush15.setStyle(Qt::SolidPattern);
323  palette1.setBrush(QPalette::Active, QPalette::NoRole, brush15);
324  palette1.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
325  palette1.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
326  palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
327  palette1.setBrush(QPalette::Inactive, QPalette::Button, brush7);
328  palette1.setBrush(QPalette::Inactive, QPalette::Light, brush8);
329  palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush9);
330  palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush10);
331  palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush11);
332  palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
333  palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush12);
334  palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
335  palette1.setBrush(QPalette::Inactive, QPalette::Base, brush13);
336  palette1.setBrush(QPalette::Inactive, QPalette::Window, brush7);
337  palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
338  palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush14);
339  palette1.setBrush(QPalette::Inactive, QPalette::NoRole, brush15);
340  palette1.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
341  palette1.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
342  palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
343  palette1.setBrush(QPalette::Disabled, QPalette::Button, brush7);
344  palette1.setBrush(QPalette::Disabled, QPalette::Light, brush8);
345  palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush9);
346  palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush10);
347  palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush11);
348  palette1.setBrush(QPalette::Disabled, QPalette::Text, brush10);
349  palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush12);
350  palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
351  palette1.setBrush(QPalette::Disabled, QPalette::Base, brush7);
352  palette1.setBrush(QPalette::Disabled, QPalette::Window, brush7);
353  palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
354  palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush7);
355  palette1.setBrush(QPalette::Disabled, QPalette::NoRole, brush15);
356  palette1.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
357  palette1.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
358  SendCoins_AuthenticatedPaymentRequest->setPalette(palette1);
359  SendCoins_AuthenticatedPaymentRequest->setAutoFillBackground(true);
360  SendCoins_AuthenticatedPaymentRequest->setFrameShape(QFrame::NoFrame);
362  gridLayout_s->setSpacing(12);
363  gridLayout_s->setObjectName(QStringLiteral("gridLayout_s"));
365  payToLabel_s->setObjectName(QStringLiteral("payToLabel_s"));
366  payToLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
367 
368  gridLayout_s->addWidget(payToLabel_s, 0, 0, 1, 1);
369 
370  payToLayout_s = new QHBoxLayout();
371  payToLayout_s->setSpacing(0);
372  payToLayout_s->setObjectName(QStringLiteral("payToLayout_s"));
374  payTo_s->setObjectName(QStringLiteral("payTo_s"));
375  payTo_s->setTextFormat(Qt::PlainText);
376 
377  payToLayout_s->addWidget(payTo_s);
378 
380  deleteButton_s->setObjectName(QStringLiteral("deleteButton_s"));
381 
382  payToLayout_s->addWidget(deleteButton_s);
383 
384 
385  gridLayout_s->addLayout(payToLayout_s, 0, 1, 1, 1);
386 
388  memoLabel_s->setObjectName(QStringLiteral("memoLabel_s"));
389  memoLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
390 
391  gridLayout_s->addWidget(memoLabel_s, 1, 0, 1, 1);
392 
394  memoTextLabel_s->setObjectName(QStringLiteral("memoTextLabel_s"));
395  memoTextLabel_s->setTextFormat(Qt::PlainText);
396 
397  gridLayout_s->addWidget(memoTextLabel_s, 1, 1, 1, 1);
398 
400  amountLabel_s->setObjectName(QStringLiteral("amountLabel_s"));
401  amountLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
402 
403  gridLayout_s->addWidget(amountLabel_s, 2, 0, 1, 1);
404 
406  payAmount_s->setObjectName(QStringLiteral("payAmount_s"));
407  payAmount_s->setAcceptDrops(false);
408 
409  gridLayout_s->addWidget(payAmount_s, 2, 1, 1, 1);
410 
412 #ifndef QT_NO_SHORTCUT
413  payToLabel->setBuddy(payTo);
414  labellLabel->setBuddy(addAsLabel);
415  amountLabel->setBuddy(payAmount);
416  amountLabel_is->setBuddy(payAmount_is);
417  amountLabel_s->setBuddy(payAmount_s);
418 #endif // QT_NO_SHORTCUT
419  QWidget::setTabOrder(payTo, addressBookButton);
420  QWidget::setTabOrder(addressBookButton, pasteButton);
421  QWidget::setTabOrder(pasteButton, deleteButton);
422  QWidget::setTabOrder(deleteButton, addAsLabel);
423  QWidget::setTabOrder(addAsLabel, payAmount);
424  QWidget::setTabOrder(payAmount, payAmount_is);
425  QWidget::setTabOrder(payAmount_is, deleteButton_is);
426  QWidget::setTabOrder(deleteButton_is, payAmount_s);
427  QWidget::setTabOrder(payAmount_s, deleteButton_s);
428 
430 
431  QMetaObject::connectSlotsByName(SendCoinsEntry);
432  } // setupUi
433 
434  void retranslateUi(QStackedWidget *SendCoinsEntry)
435  {
436 #ifndef QT_NO_TOOLTIP
437  SendCoins->setToolTip(QApplication::translate("SendCoinsEntry", "This is a normal payment.", 0));
438 #endif // QT_NO_TOOLTIP
439  payToLabel->setText(QApplication::translate("SendCoinsEntry", "Pay &To:", 0));
440 #ifndef QT_NO_TOOLTIP
441  payTo->setToolTip(QApplication::translate("SendCoinsEntry", "The Dash address to send the payment to", 0));
442 #endif // QT_NO_TOOLTIP
443 #ifndef QT_NO_TOOLTIP
444  addressBookButton->setToolTip(QApplication::translate("SendCoinsEntry", "Choose previously used address", 0));
445 #endif // QT_NO_TOOLTIP
446  addressBookButton->setText(QString());
447  addressBookButton->setShortcut(QApplication::translate("SendCoinsEntry", "Alt+A", 0));
448 #ifndef QT_NO_TOOLTIP
449  pasteButton->setToolTip(QApplication::translate("SendCoinsEntry", "Paste address from clipboard", 0));
450 #endif // QT_NO_TOOLTIP
451  pasteButton->setText(QString());
452  pasteButton->setShortcut(QApplication::translate("SendCoinsEntry", "Alt+P", 0));
453 #ifndef QT_NO_TOOLTIP
454  deleteButton->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
455 #endif // QT_NO_TOOLTIP
456  deleteButton->setText(QString());
457  labellLabel->setText(QApplication::translate("SendCoinsEntry", "&Label:", 0));
458 #ifndef QT_NO_TOOLTIP
459  addAsLabel->setToolTip(QApplication::translate("SendCoinsEntry", "Enter a label for this address to add it to the list of used addresses", 0));
460 #endif // QT_NO_TOOLTIP
461  amountLabel->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
462 #ifndef QT_NO_TOOLTIP
463  checkboxSubtractFeeFromAmount->setToolTip(QApplication::translate("SendCoinsEntry", "The fee will be deducted from the amount being sent. The recipient will receive a lower amount of Dash than you enter in the amount field. If multiple recipients are selected, the fee is split equally.", 0));
464 #endif // QT_NO_TOOLTIP
465  checkboxSubtractFeeFromAmount->setText(QApplication::translate("SendCoinsEntry", "S&ubtract fee from amount", 0));
466  messageLabel->setText(QApplication::translate("SendCoinsEntry", "Message:", 0));
467 #ifndef QT_NO_TOOLTIP
468  messageTextLabel->setToolTip(QApplication::translate("SendCoinsEntry", "A message that was attached to the dash: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dash network.", 0));
469 #endif // QT_NO_TOOLTIP
470 #ifndef QT_NO_TOOLTIP
471  SendCoins_UnauthenticatedPaymentRequest->setToolTip(QApplication::translate("SendCoinsEntry", "This is an unauthenticated payment request.", 0));
472 #endif // QT_NO_TOOLTIP
473  payToLabel_is->setText(QApplication::translate("SendCoinsEntry", "Pay To:", 0));
474 #ifndef QT_NO_TOOLTIP
475  deleteButton_is->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
476 #endif // QT_NO_TOOLTIP
477  deleteButton_is->setText(QString());
478  memoLabel_is->setText(QApplication::translate("SendCoinsEntry", "Memo:", 0));
479  amountLabel_is->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
480 #ifndef QT_NO_TOOLTIP
481  SendCoins_AuthenticatedPaymentRequest->setToolTip(QApplication::translate("SendCoinsEntry", "This is an authenticated payment request.", 0));
482 #endif // QT_NO_TOOLTIP
483  payToLabel_s->setText(QApplication::translate("SendCoinsEntry", "Pay To:", 0));
484 #ifndef QT_NO_TOOLTIP
485  deleteButton_s->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
486 #endif // QT_NO_TOOLTIP
487  deleteButton_s->setText(QString());
488  memoLabel_s->setText(QApplication::translate("SendCoinsEntry", "Memo:", 0));
489  amountLabel_s->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
490  Q_UNUSED(SendCoinsEntry);
491  } // retranslateUi
492 
493 };
494 
495 namespace Ui {
497 } // namespace Ui
498 
499 QT_END_NAMESPACE
500 
501 #endif // UI_SENDCOINSENTRY_H
QValidatedLineEdit * payTo
QHBoxLayout * payToLayout_is
QToolButton * addressBookButton
QToolButton * deleteButton
void setupUi(QStackedWidget *SendCoinsEntry)
QHBoxLayout * payToLayout
BitcoinAmountField * payAmount_is
BitcoinAmountField * payAmount_s
QHBoxLayout * horizontalLayoutAmount
QCheckBox * checkboxSubtractFeeFromAmount
QToolButton * deleteButton_s
QFrame * SendCoins_AuthenticatedPaymentRequest
QFrame * SendCoins_UnauthenticatedPaymentRequest
QGridLayout * gridLayout_s
QToolButton * deleteButton_is
QLineEdit * addAsLabel
QToolButton * pasteButton
QGridLayout * gridLayout
QHBoxLayout * payToLayout_s
QGridLayout * gridLayout_is
BitcoinAmountField * payAmount
void retranslateUi(QStackedWidget *SendCoinsEntry)