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>
56 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
57 gridLayout->setSizeConstraint(QLayout::SetFixedSize);
59 qr_code->setObjectName(QString::fromUtf8(
"qr_code"));
60 qr_code->setText(QString::fromUtf8(
"QR image"));
61 qr_code->setTextInteractionFlags(Qt::NoTextInteraction);
66 payment_header->setObjectName(QString::fromUtf8(
"payment_header"));
76 uri_tag->setObjectName(QString::fromUtf8(
"uri_tag"));
78 uri_tag->setText(QString::fromUtf8(
"URI:"));
79 uri_tag->setTextFormat(Qt::PlainText);
80 uri_tag->setTextInteractionFlags(Qt::NoTextInteraction);
85 uri_content->setObjectName(QString::fromUtf8(
"uri_content"));
86 uri_content->setText(QString::fromUtf8(
"bitcoin:BC1..."));
89 uri_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
94 address_tag->setObjectName(QString::fromUtf8(
"address_tag"));
96 address_tag->setTextInteractionFlags(Qt::NoTextInteraction);
109 amount_tag->setObjectName(QString::fromUtf8(
"amount_tag"));
111 amount_tag->setTextInteractionFlags(Qt::NoTextInteraction);
116 amount_content->setObjectName(QString::fromUtf8(
"amount_content"));
119 amount_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
124 label_tag->setObjectName(QString::fromUtf8(
"label_tag"));
126 label_tag->setTextInteractionFlags(Qt::NoTextInteraction);
131 label_content->setObjectName(QString::fromUtf8(
"label_content"));
135 label_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
140 message_tag->setObjectName(QString::fromUtf8(
"message_tag"));
142 message_tag->setTextInteractionFlags(Qt::NoTextInteraction);
156 wallet_tag->setObjectName(QString::fromUtf8(
"wallet_tag"));
158 wallet_tag->setTextInteractionFlags(Qt::NoTextInteraction);
163 wallet_content->setObjectName(QString::fromUtf8(
"wallet_content"));
167 wallet_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
174 btnCopyURI->setObjectName(QString::fromUtf8(
"btnCopyURI"));
180 btnCopyAddress->setObjectName(QString::fromUtf8(
"btnCopyAddress"));
186 btnSaveAs->setObjectName(QString::fromUtf8(
"btnSaveAs"));
191 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
196 buttonBox->setObjectName(QString::fromUtf8(
"buttonBox"));
197 buttonBox->setFocusPolicy(Qt::StrongFocus);
198 buttonBox->setStandardButtons(QDialogButtonBox::Ok);
218 ReceiveRequestDialog->setWindowTitle(QCoreApplication::translate(
"ReceiveRequestDialog",
"Request payment to ...",
nullptr));
219 payment_header->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Payment information",
nullptr));
220 address_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Address:",
nullptr));
221 amount_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Amount:",
nullptr));
222 label_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Label:",
nullptr));
223 message_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Message:",
nullptr));
224 wallet_tag->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Wallet:",
nullptr));
225 btnCopyURI->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Copy &URI",
nullptr));
226 btnCopyAddress->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"Copy &Address",
nullptr));
227 btnSaveAs->setText(QCoreApplication::translate(
"ReceiveRequestDialog",
"&Save Image...",
nullptr));
QPushButton * btnCopyAddress
QDialogButtonBox * buttonBox
void setupUi(QDialog *ReceiveRequestDialog)
QHBoxLayout * horizontalLayout
void retranslateUi(QDialog *ReceiveRequestDialog)
QSpacerItem * horizontalSpacer_2