Bitcoin Core 22.99.0
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.15.2
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>
26
27QT_BEGIN_NAMESPACE
28
30{
31public:
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;
47 QLabel *messageLabel;
49 QFrame *line;
51 QGridLayout *gridLayout_is;
53 QHBoxLayout *payToLayout_is;
54 QLabel *payTo_is;
55 QToolButton *deleteButton_is;
56 QLabel *memoLabel_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;
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
153
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
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 payToLabel->setText(QCoreApplication::translate("SendCoinsEntry", "Pay &To:", nullptr));
453#if QT_CONFIG(tooltip)
454 payTo->setToolTip(QCoreApplication::translate("SendCoinsEntry", "The Bitcoin address to send the payment to", nullptr));
455#endif // QT_CONFIG(tooltip)
456#if QT_CONFIG(tooltip)
457 addressBookButton->setToolTip(QCoreApplication::translate("SendCoinsEntry", "Choose previously used address", nullptr));
458#endif // QT_CONFIG(tooltip)
459 addressBookButton->setText(QString());
460#if QT_CONFIG(shortcut)
461 addressBookButton->setShortcut(QCoreApplication::translate("SendCoinsEntry", "Alt+A", nullptr));
462#endif // QT_CONFIG(shortcut)
463#if QT_CONFIG(tooltip)
464 pasteButton->setToolTip(QCoreApplication::translate("SendCoinsEntry", "Paste address from clipboard", nullptr));
465#endif // QT_CONFIG(tooltip)
466 pasteButton->setText(QString());
467#if QT_CONFIG(shortcut)
468 pasteButton->setShortcut(QCoreApplication::translate("SendCoinsEntry", "Alt+P", nullptr));
469#endif // QT_CONFIG(shortcut)
470#if QT_CONFIG(tooltip)
471 deleteButton->setToolTip(QCoreApplication::translate("SendCoinsEntry", "Remove this entry", nullptr));
472#endif // QT_CONFIG(tooltip)
473 deleteButton->setText(QString());
474 labellLabel->setText(QCoreApplication::translate("SendCoinsEntry", "&Label:", nullptr));
475#if QT_CONFIG(tooltip)
476 addAsLabel->setToolTip(QCoreApplication::translate("SendCoinsEntry", "Enter a label for this address to add it to the list of used addresses", nullptr));
477#endif // QT_CONFIG(tooltip)
478 addAsLabel->setPlaceholderText(QCoreApplication::translate("SendCoinsEntry", "Enter a label for this address to add it to the list of used addresses", nullptr));
479 amountLabel->setText(QCoreApplication::translate("SendCoinsEntry", "A&mount:", nullptr));
480#if QT_CONFIG(tooltip)
481 payAmount->setToolTip(QCoreApplication::translate("SendCoinsEntry", "The amount to send in the selected unit", nullptr));
482#endif // QT_CONFIG(tooltip)
483#if QT_CONFIG(tooltip)
484 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));
485#endif // QT_CONFIG(tooltip)
486 checkboxSubtractFeeFromAmount->setText(QCoreApplication::translate("SendCoinsEntry", "S&ubtract fee from amount", nullptr));
487 useAvailableBalanceButton->setText(QCoreApplication::translate("SendCoinsEntry", "Use available balance", nullptr));
488 messageLabel->setText(QCoreApplication::translate("SendCoinsEntry", "Message:", nullptr));
489#if QT_CONFIG(tooltip)
490 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));
491#endif // QT_CONFIG(tooltip)
492#if QT_CONFIG(tooltip)
493 SendCoins_UnauthenticatedPaymentRequest->setToolTip(QCoreApplication::translate("SendCoinsEntry", "This is an unauthenticated payment request.", nullptr));
494#endif // QT_CONFIG(tooltip)
495 payToLabel_is->setText(QCoreApplication::translate("SendCoinsEntry", "Pay To:", nullptr));
496#if QT_CONFIG(tooltip)
497 deleteButton_is->setToolTip(QCoreApplication::translate("SendCoinsEntry", "Remove this entry", nullptr));
498#endif // QT_CONFIG(tooltip)
499 deleteButton_is->setText(QString());
500 memoLabel_is->setText(QCoreApplication::translate("SendCoinsEntry", "Memo:", nullptr));
501 amountLabel_is->setText(QCoreApplication::translate("SendCoinsEntry", "A&mount:", nullptr));
502#if QT_CONFIG(tooltip)
503 SendCoins_AuthenticatedPaymentRequest->setToolTip(QCoreApplication::translate("SendCoinsEntry", "This is an authenticated payment request.", nullptr));
504#endif // QT_CONFIG(tooltip)
505 payToLabel_s->setText(QCoreApplication::translate("SendCoinsEntry", "Pay To:", nullptr));
506#if QT_CONFIG(tooltip)
507 deleteButton_s->setToolTip(QCoreApplication::translate("SendCoinsEntry", "Remove this entry", nullptr));
508#endif // QT_CONFIG(tooltip)
509 deleteButton_s->setText(QString());
510 memoLabel_s->setText(QCoreApplication::translate("SendCoinsEntry", "Memo:", nullptr));
511 amountLabel_s->setText(QCoreApplication::translate("SendCoinsEntry", "A&mount:", nullptr));
512 (void)SendCoinsEntry;
513 } // retranslateUi
514
515};
516
517namespace Ui {
519} // namespace Ui
520
521QT_END_NAMESPACE
522
523#endif // UI_SENDCOINSENTRY_H
Widget for entering bitcoin amounts.
Line edit that can be marked as "invalid" to show input validation feedback.
A single entry in the dialog for sending bitcoins.
QLabel * memoLabel_is
QGridLayout * gridLayout_s
QToolButton * deleteButton_is
QLabel * memoLabel_s
QHBoxLayout * payToLayout_s
QValidatedLineEdit * payTo
QLineEdit * addAsLabel
QLabel * memoTextLabel_s
BitcoinAmountField * payAmount_is
QGridLayout * gridLayout
QPushButton * useAvailableBalanceButton
QLabel * memoTextLabel_is
QToolButton * pasteButton
QLabel * labellLabel
QLabel * amountLabel_s
BitcoinAmountField * payAmount_s
QLabel * amountLabel_is
QLabel * messageTextLabel
QLabel * payToLabel_s
QLabel * payTo_s
QLabel * payToLabel_is
QFrame * SendCoins
QFrame * SendCoins_UnauthenticatedPaymentRequest
QCheckBox * checkboxSubtractFeeFromAmount
QFrame * line
QLabel * payTo_is
void setupUi(QStackedWidget *SendCoinsEntry)
QLabel * payToLabel
QGridLayout * gridLayout_is
QHBoxLayout * payToLayout
QFrame * SendCoins_AuthenticatedPaymentRequest
QLabel * amountLabel
QToolButton * deleteButton
QHBoxLayout * payToLayout_is
QToolButton * addressBookButton
QHBoxLayout * horizontalLayoutAmount
QToolButton * deleteButton_s
BitcoinAmountField * payAmount
QLabel * messageLabel
void retranslateUi(QStackedWidget *SendCoinsEntry)