9 #ifndef UI_SENDCOINSENTRY_H 10 #define UI_SENDCOINSENTRY_H 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/QSpacerItem> 24 #include <QtWidgets/QStackedWidget> 25 #include <QtWidgets/QToolButton> 78 if (SendCoinsEntry->objectName().isEmpty())
79 SendCoinsEntry->setObjectName(QStringLiteral(
"SendCoinsEntry"));
80 SendCoinsEntry->resize(729, 152);
81 SendCoinsEntry->setFocusPolicy(Qt::TabFocus);
82 SendCoinsEntry->setAutoFillBackground(
false);
83 SendCoins =
new QFrame();
84 SendCoins->setObjectName(QStringLiteral(
"SendCoins"));
85 SendCoins->setFrameShape(QFrame::NoFrame);
86 gridLayout =
new QGridLayout(SendCoins);
87 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
88 gridLayout->setHorizontalSpacing(12);
89 gridLayout->setVerticalSpacing(8);
90 gridLayout->setContentsMargins(-1, 8, -1, 4);
91 messageTextLabel =
new QLabel(SendCoins);
92 messageTextLabel->setObjectName(QStringLiteral(
"messageTextLabel"));
93 messageTextLabel->setTextFormat(Qt::PlainText);
95 gridLayout->addWidget(messageTextLabel, 3, 1, 1, 1);
97 payToLabel =
new QLabel(SendCoins);
98 payToLabel->setObjectName(QStringLiteral(
"payToLabel"));
100 gridLayout->addWidget(payToLabel, 0, 0, 1, 1);
102 horizontalLayoutAmount =
new QHBoxLayout();
103 horizontalLayoutAmount->setObjectName(QStringLiteral(
"horizontalLayoutAmount"));
105 payAmount->setObjectName(QStringLiteral(
"payAmount"));
107 horizontalLayoutAmount->addWidget(payAmount);
109 horizontalSpacer =
new QSpacerItem(30, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
111 horizontalLayoutAmount->addItem(horizontalSpacer);
113 checkboxSubtractFeeFromAmount =
new QCheckBox(SendCoins);
114 checkboxSubtractFeeFromAmount->setObjectName(QStringLiteral(
"checkboxSubtractFeeFromAmount"));
116 horizontalLayoutAmount->addWidget(checkboxSubtractFeeFromAmount);
118 horizontalLayoutAmount->setStretch(2, 1);
120 gridLayout->addLayout(horizontalLayoutAmount, 2, 1, 1, 1);
122 addAsLabel =
new QLineEdit(SendCoins);
123 addAsLabel->setObjectName(QStringLiteral(
"addAsLabel"));
125 gridLayout->addWidget(addAsLabel, 1, 1, 1, 1);
127 labellLabel =
new QLabel(SendCoins);
128 labellLabel->setObjectName(QStringLiteral(
"labellLabel"));
130 gridLayout->addWidget(labellLabel, 1, 0, 1, 1);
132 messageLabel =
new QLabel(SendCoins);
133 messageLabel->setObjectName(QStringLiteral(
"messageLabel"));
135 gridLayout->addWidget(messageLabel, 3, 0, 1, 1);
137 amountLabel =
new QLabel(SendCoins);
138 amountLabel->setObjectName(QStringLiteral(
"amountLabel"));
140 gridLayout->addWidget(amountLabel, 2, 0, 1, 1);
142 payToLayout =
new QHBoxLayout();
143 payToLayout->setSpacing(6);
144 payToLayout->setObjectName(QStringLiteral(
"payToLayout"));
146 payTo->setObjectName(QStringLiteral(
"payTo"));
148 payToLayout->addWidget(payTo);
151 gridLayout->addLayout(payToLayout, 0, 1, 1, 1);
153 hLine =
new QFrame(SendCoins);
154 hLine->setObjectName(QStringLiteral(
"hLine"));
155 hLine->setFrameShape(QFrame::HLine);
156 hLine->setFrameShadow(QFrame::Sunken);
158 gridLayout->addWidget(hLine, 5, 0, 1, 5);
160 horizontalLayout_3 =
new QHBoxLayout();
161 horizontalLayout_3->setSpacing(5);
162 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
163 deleteButton =
new QToolButton(SendCoins);
164 deleteButton->setObjectName(QStringLiteral(
"deleteButton"));
166 icon.addFile(QStringLiteral(
":/icons/remove_entry"), QSize(), QIcon::Normal, QIcon::Off);
167 deleteButton->setIcon(icon);
168 deleteButton->setIconSize(QSize(22, 22));
170 horizontalLayout_3->addWidget(deleteButton);
172 vLine =
new QFrame(SendCoins);
173 vLine->setObjectName(QStringLiteral(
"vLine"));
174 vLine->setMaximumSize(QSize(1, 22));
175 vLine->setFrameShape(QFrame::VLine);
176 vLine->setFrameShadow(QFrame::Sunken);
178 horizontalLayout_3->addWidget(vLine);
180 addressBookButton =
new QToolButton(SendCoins);
181 addressBookButton->setObjectName(QStringLiteral(
"addressBookButton"));
183 icon1.addFile(QStringLiteral(
":/icons/address-book"), QSize(), QIcon::Normal, QIcon::Off);
184 addressBookButton->setIcon(icon1);
185 addressBookButton->setIconSize(QSize(22, 22));
187 horizontalLayout_3->addWidget(addressBookButton);
189 vLine2 =
new QFrame(SendCoins);
190 vLine2->setObjectName(QStringLiteral(
"vLine2"));
191 vLine2->setMaximumSize(QSize(1, 22));
192 vLine2->setFrameShape(QFrame::VLine);
193 vLine2->setFrameShadow(QFrame::Sunken);
195 horizontalLayout_3->addWidget(vLine2);
197 pasteButton =
new QToolButton(SendCoins);
198 pasteButton->setObjectName(QStringLiteral(
"pasteButton"));
200 icon2.addFile(QStringLiteral(
":/icons/editpaste"), QSize(), QIcon::Normal, QIcon::Off);
201 pasteButton->setIcon(icon2);
202 pasteButton->setIconSize(QSize(22, 22));
204 horizontalLayout_3->addWidget(pasteButton);
207 gridLayout->addLayout(horizontalLayout_3, 0, 2, 1, 3);
209 SendCoinsEntry->addWidget(SendCoins);
210 SendCoins_UnauthenticatedPaymentRequest =
new QFrame();
211 SendCoins_UnauthenticatedPaymentRequest->setObjectName(QStringLiteral(
"SendCoins_UnauthenticatedPaymentRequest"));
213 QBrush brush(QColor(0, 0, 0, 255));
214 brush.setStyle(Qt::SolidPattern);
216 QBrush brush1(QColor(255, 255, 127, 255));
217 brush1.setStyle(Qt::SolidPattern);
219 QBrush brush2(QColor(255, 255, 255, 255));
220 brush2.setStyle(Qt::SolidPattern);
222 QBrush brush3(QColor(255, 255, 191, 255));
223 brush3.setStyle(Qt::SolidPattern);
225 QBrush brush4(QColor(127, 127, 63, 255));
226 brush4.setStyle(Qt::SolidPattern);
228 QBrush brush5(QColor(170, 170, 84, 255));
229 brush5.setStyle(Qt::SolidPattern);
238 QBrush brush6(QColor(255, 255, 220, 255));
239 brush6.setStyle(Qt::SolidPattern);
242 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
243 palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
244 palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
245 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3);
246 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4);
247 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5);
248 palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
249 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
250 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
251 palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
252 palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
253 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
254 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush3);
255 palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
256 palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
257 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4);
258 palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
259 palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
260 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3);
261 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4);
262 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5);
263 palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
264 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
265 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4);
266 palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
267 palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
268 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
269 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush1);
270 palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
271 palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
272 SendCoins_UnauthenticatedPaymentRequest->setPalette(palette);
273 SendCoins_UnauthenticatedPaymentRequest->setAutoFillBackground(
true);
274 SendCoins_UnauthenticatedPaymentRequest->setFrameShape(QFrame::NoFrame);
275 gridLayout_is =
new QGridLayout(SendCoins_UnauthenticatedPaymentRequest);
276 gridLayout_is->setSpacing(12);
277 gridLayout_is->setObjectName(QStringLiteral(
"gridLayout_is"));
278 payToLabel_is =
new QLabel(SendCoins_UnauthenticatedPaymentRequest);
279 payToLabel_is->setObjectName(QStringLiteral(
"payToLabel_is"));
281 gridLayout_is->addWidget(payToLabel_is, 0, 0, 1, 1);
283 payToLayout_is =
new QHBoxLayout();
284 payToLayout_is->setSpacing(0);
285 payToLayout_is->setObjectName(QStringLiteral(
"payToLayout_is"));
286 payTo_is =
new QLabel(SendCoins_UnauthenticatedPaymentRequest);
287 payTo_is->setObjectName(QStringLiteral(
"payTo_is"));
289 payToLayout_is->addWidget(payTo_is);
291 deleteButton_is =
new QToolButton(SendCoins_UnauthenticatedPaymentRequest);
292 deleteButton_is->setObjectName(QStringLiteral(
"deleteButton_is"));
294 icon3.addFile(QStringLiteral(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
295 deleteButton_is->setIcon(icon3);
297 payToLayout_is->addWidget(deleteButton_is);
300 gridLayout_is->addLayout(payToLayout_is, 0, 1, 1, 1);
302 memoLabel_is =
new QLabel(SendCoins_UnauthenticatedPaymentRequest);
303 memoLabel_is->setObjectName(QStringLiteral(
"memoLabel_is"));
305 gridLayout_is->addWidget(memoLabel_is, 1, 0, 1, 1);
307 memoTextLabel_is =
new QLabel(SendCoins_UnauthenticatedPaymentRequest);
308 memoTextLabel_is->setObjectName(QStringLiteral(
"memoTextLabel_is"));
309 memoTextLabel_is->setTextFormat(Qt::PlainText);
311 gridLayout_is->addWidget(memoTextLabel_is, 1, 1, 1, 1);
313 amountLabel_is =
new QLabel(SendCoins_UnauthenticatedPaymentRequest);
314 amountLabel_is->setObjectName(QStringLiteral(
"amountLabel_is"));
316 gridLayout_is->addWidget(amountLabel_is, 2, 0, 1, 1);
319 payAmount_is->setObjectName(QStringLiteral(
"payAmount_is"));
320 payAmount_is->setAcceptDrops(
false);
322 gridLayout_is->addWidget(payAmount_is, 2, 1, 1, 1);
324 SendCoinsEntry->addWidget(SendCoins_UnauthenticatedPaymentRequest);
325 SendCoins_AuthenticatedPaymentRequest =
new QFrame();
326 SendCoins_AuthenticatedPaymentRequest->setObjectName(QStringLiteral(
"SendCoins_AuthenticatedPaymentRequest"));
329 QBrush brush7(QColor(140, 232, 119, 255));
330 brush7.setStyle(Qt::SolidPattern);
332 QBrush brush8(QColor(230, 255, 224, 255));
333 brush8.setStyle(Qt::SolidPattern);
335 QBrush brush9(QColor(185, 243, 171, 255));
336 brush9.setStyle(Qt::SolidPattern);
338 QBrush brush10(QColor(70, 116, 59, 255));
339 brush10.setStyle(Qt::SolidPattern);
341 QBrush brush11(QColor(93, 155, 79, 255));
342 brush11.setStyle(Qt::SolidPattern);
345 QBrush brush12(QColor(155, 255, 147, 255));
346 brush12.setStyle(Qt::SolidPattern);
349 QBrush brush13(QColor(119, 255, 233, 255));
350 brush13.setStyle(Qt::SolidPattern);
354 QBrush brush14(QColor(197, 243, 187, 255));
355 brush14.setStyle(Qt::SolidPattern);
357 QBrush brush15(QColor(125, 194, 122, 255));
358 brush15.setStyle(Qt::SolidPattern);
362 palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
363 palette1.setBrush(QPalette::Inactive, QPalette::Button, brush7);
364 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush8);
365 palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush9);
366 palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush10);
367 palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush11);
368 palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
369 palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush12);
370 palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
371 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush13);
372 palette1.setBrush(QPalette::Inactive, QPalette::Window, brush7);
373 palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
374 palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush14);
375 palette1.setBrush(QPalette::Inactive, QPalette::NoRole, brush15);
376 palette1.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
377 palette1.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
378 palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
379 palette1.setBrush(QPalette::Disabled, QPalette::Button, brush7);
380 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush8);
381 palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush9);
382 palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush10);
383 palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush11);
384 palette1.setBrush(QPalette::Disabled, QPalette::Text, brush10);
385 palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush12);
386 palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
387 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush7);
388 palette1.setBrush(QPalette::Disabled, QPalette::Window, brush7);
389 palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
390 palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush7);
391 palette1.setBrush(QPalette::Disabled, QPalette::NoRole, brush15);
392 palette1.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
393 palette1.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
394 SendCoins_AuthenticatedPaymentRequest->setPalette(palette1);
395 SendCoins_AuthenticatedPaymentRequest->setAutoFillBackground(
true);
396 SendCoins_AuthenticatedPaymentRequest->setFrameShape(QFrame::NoFrame);
397 gridLayout_s =
new QGridLayout(SendCoins_AuthenticatedPaymentRequest);
398 gridLayout_s->setSpacing(12);
399 gridLayout_s->setObjectName(QStringLiteral(
"gridLayout_s"));
400 payToLabel_s =
new QLabel(SendCoins_AuthenticatedPaymentRequest);
401 payToLabel_s->setObjectName(QStringLiteral(
"payToLabel_s"));
402 payToLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
404 gridLayout_s->addWidget(payToLabel_s, 0, 0, 1, 1);
406 payToLayout_s =
new QHBoxLayout();
407 payToLayout_s->setSpacing(0);
408 payToLayout_s->setObjectName(QStringLiteral(
"payToLayout_s"));
409 payTo_s =
new QLabel(SendCoins_AuthenticatedPaymentRequest);
410 payTo_s->setObjectName(QStringLiteral(
"payTo_s"));
411 payTo_s->setTextFormat(Qt::PlainText);
413 payToLayout_s->addWidget(payTo_s);
415 deleteButton_s =
new QToolButton(SendCoins_AuthenticatedPaymentRequest);
416 deleteButton_s->setObjectName(QStringLiteral(
"deleteButton_s"));
417 deleteButton_s->setIcon(icon3);
419 payToLayout_s->addWidget(deleteButton_s);
422 gridLayout_s->addLayout(payToLayout_s, 0, 1, 1, 1);
424 memoLabel_s =
new QLabel(SendCoins_AuthenticatedPaymentRequest);
425 memoLabel_s->setObjectName(QStringLiteral(
"memoLabel_s"));
426 memoLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
428 gridLayout_s->addWidget(memoLabel_s, 1, 0, 1, 1);
430 memoTextLabel_s =
new QLabel(SendCoins_AuthenticatedPaymentRequest);
431 memoTextLabel_s->setObjectName(QStringLiteral(
"memoTextLabel_s"));
432 memoTextLabel_s->setTextFormat(Qt::PlainText);
434 gridLayout_s->addWidget(memoTextLabel_s, 1, 1, 1, 1);
436 amountLabel_s =
new QLabel(SendCoins_AuthenticatedPaymentRequest);
437 amountLabel_s->setObjectName(QStringLiteral(
"amountLabel_s"));
438 amountLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
440 gridLayout_s->addWidget(amountLabel_s, 2, 0, 1, 1);
443 payAmount_s->setObjectName(QStringLiteral(
"payAmount_s"));
444 payAmount_s->setAcceptDrops(
false);
446 gridLayout_s->addWidget(payAmount_s, 2, 1, 1, 1);
448 SendCoinsEntry->addWidget(SendCoins_AuthenticatedPaymentRequest);
449 #ifndef QT_NO_SHORTCUT 450 payToLabel->setBuddy(payTo);
451 labellLabel->setBuddy(addAsLabel);
452 amountLabel->setBuddy(payAmount);
453 amountLabel_is->setBuddy(payAmount_is);
454 amountLabel_s->setBuddy(payAmount_s);
455 #endif // QT_NO_SHORTCUT 456 QWidget::setTabOrder(payTo, addAsLabel);
457 QWidget::setTabOrder(addAsLabel, payAmount);
458 QWidget::setTabOrder(payAmount, payAmount_is);
459 QWidget::setTabOrder(payAmount_is, deleteButton_is);
460 QWidget::setTabOrder(deleteButton_is, payAmount_s);
461 QWidget::setTabOrder(payAmount_s, deleteButton_s);
465 SendCoinsEntry->setCurrentIndex(0);
468 QMetaObject::connectSlotsByName(SendCoinsEntry);
473 #ifndef QT_NO_TOOLTIP 474 SendCoins->setToolTip(QApplication::translate(
"SendCoinsEntry",
"This is a normal payment.", 0));
475 #endif // QT_NO_TOOLTIP 476 #ifndef QT_NO_TOOLTIP 477 messageTextLabel->setToolTip(QApplication::translate(
"SendCoinsEntry",
"A message that was attached to the fabcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Fabcoin network.", 0));
478 #endif // QT_NO_TOOLTIP 479 payToLabel->setText(QApplication::translate(
"SendCoinsEntry",
"Pay &To:", 0));
480 #ifndef QT_NO_TOOLTIP 481 checkboxSubtractFeeFromAmount->setToolTip(QApplication::translate(
"SendCoinsEntry",
"The fee will be deducted from the amount being sent. The recipient will receive less fabcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.", 0));
482 #endif // QT_NO_TOOLTIP 483 checkboxSubtractFeeFromAmount->setText(QApplication::translate(
"SendCoinsEntry",
"S&ubtract fee from amount", 0));
484 #ifndef QT_NO_TOOLTIP 485 addAsLabel->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Enter a label for this address to add it to the list of used addresses", 0));
486 #endif // QT_NO_TOOLTIP 487 labellLabel->setText(QApplication::translate(
"SendCoinsEntry",
"&Label:", 0));
488 messageLabel->setText(QApplication::translate(
"SendCoinsEntry",
"Message:", 0));
489 amountLabel->setText(QApplication::translate(
"SendCoinsEntry",
"A&mount:", 0));
490 #ifndef QT_NO_TOOLTIP 491 payTo->setToolTip(QApplication::translate(
"SendCoinsEntry",
"The Fabcoin address to send the payment to", 0));
492 #endif // QT_NO_TOOLTIP 493 #ifndef QT_NO_TOOLTIP 494 deleteButton->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Remove this entry", 0));
495 #endif // QT_NO_TOOLTIP 496 deleteButton->setText(QString());
497 #ifndef QT_NO_TOOLTIP 498 addressBookButton->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Choose previously used address", 0));
499 #endif // QT_NO_TOOLTIP 500 addressBookButton->setText(QString());
501 addressBookButton->setShortcut(QApplication::translate(
"SendCoinsEntry",
"Alt+A", 0));
502 #ifndef QT_NO_TOOLTIP 503 pasteButton->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Paste address from clipboard", 0));
504 #endif // QT_NO_TOOLTIP 505 pasteButton->setText(QString());
506 pasteButton->setShortcut(QApplication::translate(
"SendCoinsEntry",
"Alt+P", 0));
507 #ifndef QT_NO_TOOLTIP 508 SendCoins_UnauthenticatedPaymentRequest->setToolTip(QApplication::translate(
"SendCoinsEntry",
"This is an unauthenticated payment request.", 0));
509 #endif // QT_NO_TOOLTIP 510 payToLabel_is->setText(QApplication::translate(
"SendCoinsEntry",
"Pay To:", 0));
511 #ifndef QT_NO_TOOLTIP 512 deleteButton_is->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Remove this entry", 0));
513 #endif // QT_NO_TOOLTIP 514 deleteButton_is->setText(QString());
515 memoLabel_is->setText(QApplication::translate(
"SendCoinsEntry",
"Memo:", 0));
516 amountLabel_is->setText(QApplication::translate(
"SendCoinsEntry",
"A&mount:", 0));
517 #ifndef QT_NO_TOOLTIP 518 SendCoins_AuthenticatedPaymentRequest->setToolTip(QApplication::translate(
"SendCoinsEntry",
"This is an authenticated payment request.", 0));
519 #endif // QT_NO_TOOLTIP 520 payToLabel_s->setText(QApplication::translate(
"SendCoinsEntry",
"Pay To:", 0));
521 #ifndef QT_NO_TOOLTIP 522 deleteButton_s->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Remove this entry", 0));
523 #endif // QT_NO_TOOLTIP 524 deleteButton_s->setText(QString());
525 memoLabel_s->setText(QApplication::translate(
"SendCoinsEntry",
"Memo:", 0));
526 amountLabel_s->setText(QApplication::translate(
"SendCoinsEntry",
"A&mount:", 0));
527 Q_UNUSED(SendCoinsEntry);
538 #endif // UI_SENDCOINSENTRY_H FabcoinAmountField * payAmount_s
Widget for entering fabcoin amounts.
QHBoxLayout * payToLayout
QToolButton * deleteButton
QLabel * memoTextLabel_is
QLabel * messageTextLabel
QValidatedLineEdit * payTo
QSpacerItem * horizontalSpacer
QToolButton * deleteButton_s
Line edit that can be marked as "invalid" to show input validation feedback.
A single entry in the dialog for sending fabcoins.
QFrame * SendCoins_UnauthenticatedPaymentRequest
QHBoxLayout * payToLayout_is
QHBoxLayout * horizontalLayoutAmount
QToolButton * deleteButton_is
void setupUi(QStackedWidget *SendCoinsEntry)
FabcoinAmountField * payAmount_is
QHBoxLayout * payToLayout_s
QToolButton * pasteButton
QFrame * SendCoins_AuthenticatedPaymentRequest
FabcoinAmountField * payAmount
QCheckBox * checkboxSubtractFeeFromAmount
QHBoxLayout * horizontalLayout_3
QToolButton * addressBookButton
void retranslateUi(QStackedWidget *SendCoinsEntry)
QGridLayout * gridLayout_s
QGridLayout * gridLayout_is