9#ifndef UI_RECEIVEREQUESTDIALOG_H
10#define UI_RECEIVEREQUESTDIALOG_H
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QDialogButtonBox>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QHBoxLayout>
18#include <QtWidgets/QLabel>
19#include <QtWidgets/QPushButton>
20#include <QtWidgets/QSpacerItem>
57 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
58 gridLayout->setSizeConstraint(QLayout::SetFixedSize);
60 qr_code->setObjectName(QString::fromUtf8(
"qr_code"));
61 qr_code->setText(QString::fromUtf8(
"QR image"));
62 qr_code->setTextInteractionFlags(Qt::NoTextInteraction);
67 payment_header->setObjectName(QString::fromUtf8(
"payment_header"));
77 uri_tag->setObjectName(QString::fromUtf8(
"uri_tag"));
79 uri_tag->setText(QString::fromUtf8(
"URI:"));
80 uri_tag->setTextFormat(Qt::PlainText);
81 uri_tag->setTextInteractionFlags(Qt::NoTextInteraction);
86 uri_content->setObjectName(QString::fromUtf8(
"uri_content"));
87 uri_content->setText(QString::fromUtf8(
"bitcoin:BC1\342\200\246"));
90 uri_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
95 address_tag->setObjectName(QString::fromUtf8(
"address_tag"));
97 address_tag->setTextInteractionFlags(Qt::NoTextInteraction);
110 amount_tag->setObjectName(QString::fromUtf8(
"amount_tag"));
112 amount_tag->setTextInteractionFlags(Qt::NoTextInteraction);
117 amount_content->setObjectName(QString::fromUtf8(
"amount_content"));
120 amount_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
125 label_tag->setObjectName(QString::fromUtf8(
"label_tag"));
127 label_tag->setTextInteractionFlags(Qt::NoTextInteraction);
132 label_content->setObjectName(QString::fromUtf8(
"label_content"));
136 label_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
141 message_tag->setObjectName(QString::fromUtf8(
"message_tag"));
143 message_tag->setTextInteractionFlags(Qt::NoTextInteraction);
157 wallet_tag->setObjectName(QString::fromUtf8(
"wallet_tag"));
159 wallet_tag->setTextInteractionFlags(Qt::NoTextInteraction);
164 wallet_content->setObjectName(QString::fromUtf8(
"wallet_content"));
168 wallet_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
175 btnCopyURI->setObjectName(QString::fromUtf8(
"btnCopyURI"));
181 btnCopyAddress->setObjectName(QString::fromUtf8(
"btnCopyAddress"));
187 btnVerify->setObjectName(QString::fromUtf8(
"btnVerify"));
193 btnSaveAs->setObjectName(QString::fromUtf8(
"btnSaveAs"));
198 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
203 buttonBox->setObjectName(QString::fromUtf8(
"buttonBox"));
204 buttonBox->setFocusPolicy(Qt::StrongFocus);
205 buttonBox->setStandardButtons(QDialogButtonBox::Ok);
225 ReceiveRequestDialog->setWindowTitle(QCoreApplication::translate(
"ReceiveRequestDialog",
"Request payment to \342\200\246",
nullptr));
226 payment_header->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Payment information",
nullptr));
227 address_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Address:",
nullptr));
228 amount_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Amount:",
nullptr));
229 label_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Label:",
nullptr));
230 message_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Message:",
nullptr));
231 wallet_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Wallet:",
nullptr));
232 btnCopyURI->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Copy &URI",
nullptr));
233 btnCopyAddress->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Copy &Address",
nullptr));
234 btnVerify->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"&Verify",
nullptr));
235#if QT_CONFIG(tooltip)
236 btnVerify->setToolTip(QCoreApplication::translate(
"ReceiveRequestDialog",
"Verify this address on e.g. a hardware wallet screen",
nullptr));
238 btnSaveAs->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"&Save Image\342\200\246",
nullptr));
QPushButton * btnCopyAddress
QDialogButtonBox * buttonBox
void setupUi(QDialog *ReceiveRequestDialog)
QHBoxLayout * horizontalLayout
void retranslateUi(QDialog *ReceiveRequestDialog)
QSpacerItem * horizontalSpacer_2