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);