9 #ifndef UI_RECEIVEREQUESTDIALOG_H 10 #define UI_RECEIVEREQUESTDIALOG_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QDialog> 17 #include <QtWidgets/QDialogButtonBox> 18 #include <QtWidgets/QGridLayout> 19 #include <QtWidgets/QHBoxLayout> 20 #include <QtWidgets/QHeaderView> 21 #include <QtWidgets/QLabel> 22 #include <QtWidgets/QPushButton> 23 #include <QtWidgets/QSpacerItem> 59 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
60 gridLayout->setSizeConstraint(QLayout::SetFixedSize);
62 qr_code->setObjectName(QStringLiteral(
"qr_code"));
63 qr_code->setText(QStringLiteral(
"QR image"));
64 qr_code->setTextInteractionFlags(Qt::NoTextInteraction);
79 uri_tag->setObjectName(QStringLiteral(
"uri_tag"));
81 uri_tag->setText(QStringLiteral(
"URI:"));
82 uri_tag->setTextFormat(Qt::PlainText);
83 uri_tag->setTextInteractionFlags(Qt::NoTextInteraction);
88 uri_content->setObjectName(QStringLiteral(
"uri_content"));
89 uri_content->setText(QStringLiteral(
"bitcoin:BC1..."));
92 uri_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
97 address_tag->setObjectName(QStringLiteral(
"address_tag"));
99 address_tag->setTextInteractionFlags(Qt::NoTextInteraction);
112 amount_tag->setObjectName(QStringLiteral(
"amount_tag"));
114 amount_tag->setTextInteractionFlags(Qt::NoTextInteraction);
122 amount_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
127 label_tag->setObjectName(QStringLiteral(
"label_tag"));
129 label_tag->setTextInteractionFlags(Qt::NoTextInteraction);
134 label_content->setObjectName(QStringLiteral(
"label_content"));
138 label_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
143 message_tag->setObjectName(QStringLiteral(
"message_tag"));
145 message_tag->setTextInteractionFlags(Qt::NoTextInteraction);
159 wallet_tag->setObjectName(QStringLiteral(
"wallet_tag"));
161 wallet_tag->setTextInteractionFlags(Qt::NoTextInteraction);
170 wallet_content->setTextInteractionFlags(Qt::TextSelectableByMouse);
177 btnCopyURI->setObjectName(QStringLiteral(
"btnCopyURI"));
189 btnSaveAs->setObjectName(QStringLiteral(
"btnSaveAs"));
194 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
199 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
200 buttonBox->setFocusPolicy(Qt::StrongFocus);
201 buttonBox->setStandardButtons(QDialogButtonBox::Ok);
221 ReceiveRequestDialog->setWindowTitle(QApplication::translate(
"ReceiveRequestDialog",
"Request payment to ...", Q_NULLPTR));
222 payment_header->setText(QApplication::translate(
"ReceiveRequestDialog",
"Payment information", Q_NULLPTR));
223 address_tag->setText(QApplication::translate(
"ReceiveRequestDialog",
"Address:", Q_NULLPTR));
224 amount_tag->setText(QApplication::translate(
"ReceiveRequestDialog",
"Amount:", Q_NULLPTR));
225 label_tag->setText(QApplication::translate(
"ReceiveRequestDialog",
"Label:", Q_NULLPTR));
226 message_tag->setText(QApplication::translate(
"ReceiveRequestDialog",
"Message:", Q_NULLPTR));
227 wallet_tag->setText(QApplication::translate(
"ReceiveRequestDialog",
"Wallet:", Q_NULLPTR));
228 btnCopyURI->setText(QApplication::translate(
"ReceiveRequestDialog",
"Copy &URI", Q_NULLPTR));
229 btnCopyAddress->setText(QApplication::translate(
"ReceiveRequestDialog",
"Copy &Address", Q_NULLPTR));
230 btnSaveAs->setText(QApplication::translate(
"ReceiveRequestDialog",
"&Save Image...", Q_NULLPTR));
241 #endif // UI_RECEIVEREQUESTDIALOG_H QPushButton * btnCopyAddress
void retranslateUi(QDialog *ReceiveRequestDialog)
QHBoxLayout * horizontalLayout
void setupUi(QDialog *ReceiveRequestDialog)
QSpacerItem * horizontalSpacer_2
QDialogButtonBox * buttonBox