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