8 #ifndef UI_SENDCOINSENTRY_H
9 #define UI_SENDCOINSENTRY_H
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QFrame>
16 #include <QtGui/QGridLayout>
17 #include <QtGui/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QLineEdit>
21 #include <QtGui/QStackedWidget>
22 #include <QtGui/QToolButton>
68 if (SendCoinsEntry->objectName().isEmpty())
69 SendCoinsEntry->setObjectName(QString::fromUtf8(
"SendCoinsEntry"));
70 SendCoinsEntry->resize(729, 150);
71 SendCoinsEntry->setFocusPolicy(Qt::TabFocus);
72 SendCoinsEntry->setAutoFillBackground(
false);
74 SendCoins->setObjectName(QString::fromUtf8(
"SendCoins"));
75 SendCoins->setFrameShape(QFrame::StyledPanel);
76 SendCoins->setFrameShadow(QFrame::Sunken);
77 gridLayout =
new QGridLayout(SendCoins);
78 gridLayout->setSpacing(12);
79 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
80 payToLabel =
new QLabel(SendCoins);
81 payToLabel->setObjectName(QString::fromUtf8(
"payToLabel"));
82 payToLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
84 gridLayout->addWidget(payToLabel, 0, 0, 1, 1);
86 payToLayout =
new QHBoxLayout();
87 payToLayout->setSpacing(0);
88 payToLayout->setObjectName(QString::fromUtf8(
"payToLayout"));
90 payTo->setObjectName(QString::fromUtf8(
"payTo"));
92 payToLayout->addWidget(payTo);
94 addressBookButton =
new QToolButton(SendCoins);
95 addressBookButton->setObjectName(QString::fromUtf8(
"addressBookButton"));
97 icon.addFile(QString::fromUtf8(
":/icons/address-book"), QSize(), QIcon::Normal, QIcon::Off);
98 addressBookButton->setIcon(icon);
100 payToLayout->addWidget(addressBookButton);
102 pasteButton =
new QToolButton(SendCoins);
103 pasteButton->setObjectName(QString::fromUtf8(
"pasteButton"));
105 icon1.addFile(QString::fromUtf8(
":/icons/editpaste"), QSize(), QIcon::Normal, QIcon::Off);
106 pasteButton->setIcon(icon1);
108 payToLayout->addWidget(pasteButton);
110 deleteButton =
new QToolButton(SendCoins);
111 deleteButton->setObjectName(QString::fromUtf8(
"deleteButton"));
113 icon2.addFile(QString::fromUtf8(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
114 deleteButton->setIcon(icon2);
116 payToLayout->addWidget(deleteButton);
119 gridLayout->addLayout(payToLayout, 0, 1, 1, 1);
121 labellLabel =
new QLabel(SendCoins);
122 labellLabel->setObjectName(QString::fromUtf8(
"labellLabel"));
123 labellLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
125 gridLayout->addWidget(labellLabel, 1, 0, 1, 1);
128 addAsLabel->setObjectName(QString::fromUtf8(
"addAsLabel"));
130 gridLayout->addWidget(addAsLabel, 1, 1, 1, 1);
132 amountLabel =
new QLabel(SendCoins);
133 amountLabel->setObjectName(QString::fromUtf8(
"amountLabel"));
134 amountLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
136 gridLayout->addWidget(amountLabel, 2, 0, 1, 1);
139 payAmount->setObjectName(QString::fromUtf8(
"payAmount"));
141 gridLayout->addWidget(payAmount, 2, 1, 1, 1);
143 messageLabel =
new QLabel(SendCoins);
144 messageLabel->setObjectName(QString::fromUtf8(
"messageLabel"));
145 messageLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
147 gridLayout->addWidget(messageLabel, 3, 0, 1, 1);
149 messageTextLabel =
new QLabel(SendCoins);
150 messageTextLabel->setObjectName(QString::fromUtf8(
"messageTextLabel"));
151 messageTextLabel->setTextFormat(Qt::PlainText);
153 gridLayout->addWidget(messageTextLabel, 3, 1, 1, 1);
155 SendCoinsEntry->addWidget(SendCoins);
156 SendCoins_InsecurePaymentRequest =
new QFrame();
157 SendCoins_InsecurePaymentRequest->setObjectName(QString::fromUtf8(
"SendCoins_InsecurePaymentRequest"));
159 QBrush brush(QColor(0, 0, 0, 255));
160 brush.setStyle(Qt::SolidPattern);
161 palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
162 QBrush brush1(QColor(255, 255, 127, 255));
163 brush1.setStyle(Qt::SolidPattern);
164 palette.setBrush(QPalette::Active, QPalette::Button, brush1);
165 QBrush brush2(QColor(255, 255, 255, 255));
166 brush2.setStyle(Qt::SolidPattern);
167 palette.setBrush(QPalette::Active, QPalette::Light, brush2);
168 QBrush brush3(QColor(255, 255, 191, 255));
169 brush3.setStyle(Qt::SolidPattern);
170 palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
171 QBrush brush4(QColor(127, 127, 63, 255));
172 brush4.setStyle(Qt::SolidPattern);
173 palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
174 QBrush brush5(QColor(170, 170, 84, 255));
175 brush5.setStyle(Qt::SolidPattern);
176 palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
177 palette.setBrush(QPalette::Active, QPalette::Text, brush);
178 palette.setBrush(QPalette::Active, QPalette::BrightText, brush2);
179 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
180 palette.setBrush(QPalette::Active, QPalette::Base, brush2);
181 palette.setBrush(QPalette::Active, QPalette::Window, brush1);
182 palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
183 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush3);
184 QBrush brush6(QColor(255, 255, 220, 255));
185 brush6.setStyle(Qt::SolidPattern);
186 palette.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
187 palette.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
188 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
189 palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
190 palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
191 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3);
192 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4);
193 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5);
194 palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
195 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
196 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
197 palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
198 palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
199 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
200 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush3);
201 palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
202 palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
203 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4);
204 palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
205 palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
206 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3);
207 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4);
208 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5);
209 palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
210 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
211 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4);
212 palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
213 palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
214 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
215 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush1);
216 palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
217 palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
218 SendCoins_InsecurePaymentRequest->setPalette(palette);
219 SendCoins_InsecurePaymentRequest->setAutoFillBackground(
true);
220 SendCoins_InsecurePaymentRequest->setFrameShape(QFrame::StyledPanel);
221 SendCoins_InsecurePaymentRequest->setFrameShadow(QFrame::Sunken);
222 gridLayout_is =
new QGridLayout(SendCoins_InsecurePaymentRequest);
223 gridLayout_is->setSpacing(12);
224 gridLayout_is->setObjectName(QString::fromUtf8(
"gridLayout_is"));
225 payToLabel_is =
new QLabel(SendCoins_InsecurePaymentRequest);
226 payToLabel_is->setObjectName(QString::fromUtf8(
"payToLabel_is"));
227 payToLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
229 gridLayout_is->addWidget(payToLabel_is, 0, 0, 1, 1);
231 payToLayout_is =
new QHBoxLayout();
232 payToLayout_is->setSpacing(0);
233 payToLayout_is->setObjectName(QString::fromUtf8(
"payToLayout_is"));
234 payTo_is =
new QLabel(SendCoins_InsecurePaymentRequest);
235 payTo_is->setObjectName(QString::fromUtf8(
"payTo_is"));
237 payToLayout_is->addWidget(payTo_is);
239 deleteButton_is =
new QToolButton(SendCoins_InsecurePaymentRequest);
240 deleteButton_is->setObjectName(QString::fromUtf8(
"deleteButton_is"));
241 deleteButton_is->setIcon(icon2);
243 payToLayout_is->addWidget(deleteButton_is);
246 gridLayout_is->addLayout(payToLayout_is, 0, 1, 1, 1);
248 memoLabel_is =
new QLabel(SendCoins_InsecurePaymentRequest);
249 memoLabel_is->setObjectName(QString::fromUtf8(
"memoLabel_is"));
250 memoLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
252 gridLayout_is->addWidget(memoLabel_is, 1, 0, 1, 1);
254 memoTextLabel_is =
new QLabel(SendCoins_InsecurePaymentRequest);
255 memoTextLabel_is->setObjectName(QString::fromUtf8(
"memoTextLabel_is"));
256 memoTextLabel_is->setTextFormat(Qt::PlainText);
258 gridLayout_is->addWidget(memoTextLabel_is, 1, 1, 1, 1);
260 amountLabel_is =
new QLabel(SendCoins_InsecurePaymentRequest);
261 amountLabel_is->setObjectName(QString::fromUtf8(
"amountLabel_is"));
262 amountLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
264 gridLayout_is->addWidget(amountLabel_is, 2, 0, 1, 1);
267 payAmount_is->setObjectName(QString::fromUtf8(
"payAmount_is"));
268 payAmount_is->setAcceptDrops(
false);
270 gridLayout_is->addWidget(payAmount_is, 2, 1, 1, 1);
272 SendCoinsEntry->addWidget(SendCoins_InsecurePaymentRequest);
273 SendCoins_SecurePaymentRequest =
new QFrame();
274 SendCoins_SecurePaymentRequest->setObjectName(QString::fromUtf8(
"SendCoins_SecurePaymentRequest"));
276 palette1.setBrush(QPalette::Active, QPalette::WindowText, brush);
277 QBrush brush7(QColor(140, 232, 119, 255));
278 brush7.setStyle(Qt::SolidPattern);
279 palette1.setBrush(QPalette::Active, QPalette::Button, brush7);
280 QBrush brush8(QColor(230, 255, 224, 255));
281 brush8.setStyle(Qt::SolidPattern);
282 palette1.setBrush(QPalette::Active, QPalette::Light, brush8);
283 QBrush brush9(QColor(185, 243, 171, 255));
284 brush9.setStyle(Qt::SolidPattern);
285 palette1.setBrush(QPalette::Active, QPalette::Midlight, brush9);
286 QBrush brush10(QColor(70, 116, 59, 255));
287 brush10.setStyle(Qt::SolidPattern);
288 palette1.setBrush(QPalette::Active, QPalette::Dark, brush10);
289 QBrush brush11(QColor(93, 155, 79, 255));
290 brush11.setStyle(Qt::SolidPattern);
291 palette1.setBrush(QPalette::Active, QPalette::Mid, brush11);
292 palette1.setBrush(QPalette::Active, QPalette::Text, brush);
293 QBrush brush12(QColor(155, 255, 147, 255));
294 brush12.setStyle(Qt::SolidPattern);
295 palette1.setBrush(QPalette::Active, QPalette::BrightText, brush12);
296 palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush);
297 QBrush brush13(QColor(119, 255, 233, 255));
298 brush13.setStyle(Qt::SolidPattern);
299 palette1.setBrush(QPalette::Active, QPalette::Base, brush13);
300 palette1.setBrush(QPalette::Active, QPalette::Window, brush7);
301 palette1.setBrush(QPalette::Active, QPalette::Shadow, brush);
302 QBrush brush14(QColor(197, 243, 187, 255));
303 brush14.setStyle(Qt::SolidPattern);
304 palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush14);
305 QBrush brush15(QColor(125, 194, 122, 255));
306 brush15.setStyle(Qt::SolidPattern);
307 palette1.setBrush(QPalette::Active, QPalette::NoRole, brush15);
308 palette1.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
309 palette1.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
310 palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
311 palette1.setBrush(QPalette::Inactive, QPalette::Button, brush7);
312 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush8);
313 palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush9);
314 palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush10);
315 palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush11);
316 palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
317 palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush12);
318 palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
319 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush13);
320 palette1.setBrush(QPalette::Inactive, QPalette::Window, brush7);
321 palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
322 palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush14);
323 palette1.setBrush(QPalette::Inactive, QPalette::NoRole, brush15);
324 palette1.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
325 palette1.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
326 palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
327 palette1.setBrush(QPalette::Disabled, QPalette::Button, brush7);
328 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush8);
329 palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush9);
330 palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush10);
331 palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush11);
332 palette1.setBrush(QPalette::Disabled, QPalette::Text, brush10);
333 palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush12);
334 palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
335 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush7);
336 palette1.setBrush(QPalette::Disabled, QPalette::Window, brush7);
337 palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
338 palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush7);
339 palette1.setBrush(QPalette::Disabled, QPalette::NoRole, brush15);
340 palette1.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
341 palette1.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
342 SendCoins_SecurePaymentRequest->setPalette(palette1);
343 SendCoins_SecurePaymentRequest->setAutoFillBackground(
true);
344 SendCoins_SecurePaymentRequest->setFrameShape(QFrame::StyledPanel);
345 SendCoins_SecurePaymentRequest->setFrameShadow(QFrame::Sunken);
346 gridLayout_s =
new QGridLayout(SendCoins_SecurePaymentRequest);
347 gridLayout_s->setSpacing(12);
348 gridLayout_s->setObjectName(QString::fromUtf8(
"gridLayout_s"));
349 payToLabel_s =
new QLabel(SendCoins_SecurePaymentRequest);
350 payToLabel_s->setObjectName(QString::fromUtf8(
"payToLabel_s"));
351 payToLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
353 gridLayout_s->addWidget(payToLabel_s, 0, 0, 1, 1);
355 payToLayout_s =
new QHBoxLayout();
356 payToLayout_s->setSpacing(0);
357 payToLayout_s->setObjectName(QString::fromUtf8(
"payToLayout_s"));
358 payTo_s =
new QLabel(SendCoins_SecurePaymentRequest);
359 payTo_s->setObjectName(QString::fromUtf8(
"payTo_s"));
360 payTo_s->setTextFormat(Qt::PlainText);
362 payToLayout_s->addWidget(payTo_s);
364 deleteButton_s =
new QToolButton(SendCoins_SecurePaymentRequest);
365 deleteButton_s->setObjectName(QString::fromUtf8(
"deleteButton_s"));
366 deleteButton_s->setIcon(icon2);
368 payToLayout_s->addWidget(deleteButton_s);
371 gridLayout_s->addLayout(payToLayout_s, 0, 1, 1, 1);
373 memoLabel_s =
new QLabel(SendCoins_SecurePaymentRequest);
374 memoLabel_s->setObjectName(QString::fromUtf8(
"memoLabel_s"));
375 memoLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
377 gridLayout_s->addWidget(memoLabel_s, 1, 0, 1, 1);
379 memoTextLabel_s =
new QLabel(SendCoins_SecurePaymentRequest);
380 memoTextLabel_s->setObjectName(QString::fromUtf8(
"memoTextLabel_s"));
381 memoTextLabel_s->setTextFormat(Qt::PlainText);
383 gridLayout_s->addWidget(memoTextLabel_s, 1, 1, 1, 1);
385 amountLabel_s =
new QLabel(SendCoins_SecurePaymentRequest);
386 amountLabel_s->setObjectName(QString::fromUtf8(
"amountLabel_s"));
387 amountLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
389 gridLayout_s->addWidget(amountLabel_s, 2, 0, 1, 1);
392 payAmount_s->setObjectName(QString::fromUtf8(
"payAmount_s"));
393 payAmount_s->setAcceptDrops(
false);
395 gridLayout_s->addWidget(payAmount_s, 2, 1, 1, 1);
397 SendCoinsEntry->addWidget(SendCoins_SecurePaymentRequest);
398 #ifndef QT_NO_SHORTCUT
399 payToLabel->setBuddy(payTo);
400 labellLabel->setBuddy(addAsLabel);
401 amountLabel->setBuddy(payAmount);
402 amountLabel_is->setBuddy(payAmount_is);
403 amountLabel_s->setBuddy(payAmount_s);
404 #endif // QT_NO_SHORTCUT
405 QWidget::setTabOrder(payTo, addressBookButton);
406 QWidget::setTabOrder(addressBookButton, pasteButton);
407 QWidget::setTabOrder(pasteButton, deleteButton);
408 QWidget::setTabOrder(deleteButton, addAsLabel);
409 QWidget::setTabOrder(addAsLabel, payAmount);
410 QWidget::setTabOrder(payAmount, payAmount_is);
411 QWidget::setTabOrder(payAmount_is, deleteButton_is);
412 QWidget::setTabOrder(deleteButton_is, payAmount_s);
413 QWidget::setTabOrder(payAmount_s, deleteButton_s);
417 QMetaObject::connectSlotsByName(SendCoinsEntry);
422 #ifndef QT_NO_TOOLTIP
423 SendCoins->setToolTip(QApplication::translate(
"SendCoinsEntry",
"This is a normal payment.", 0, QApplication::UnicodeUTF8));
424 #endif // QT_NO_TOOLTIP
425 payToLabel->setText(QApplication::translate(
"SendCoinsEntry",
"Pay &To:", 0, QApplication::UnicodeUTF8));
426 #ifndef QT_NO_TOOLTIP
427 payTo->setToolTip(QApplication::translate(
"SendCoinsEntry",
"The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)", 0, QApplication::UnicodeUTF8));
428 #endif // QT_NO_TOOLTIP
429 #ifndef QT_NO_TOOLTIP
430 addressBookButton->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Choose previously used address", 0, QApplication::UnicodeUTF8));
431 #endif // QT_NO_TOOLTIP
432 addressBookButton->setText(QString());
433 addressBookButton->setShortcut(QApplication::translate(
"SendCoinsEntry",
"Alt+A", 0, QApplication::UnicodeUTF8));
434 #ifndef QT_NO_TOOLTIP
435 pasteButton->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Paste address from clipboard", 0, QApplication::UnicodeUTF8));
436 #endif // QT_NO_TOOLTIP
437 pasteButton->setText(QString());
438 pasteButton->setShortcut(QApplication::translate(
"SendCoinsEntry",
"Alt+P", 0, QApplication::UnicodeUTF8));
439 #ifndef QT_NO_TOOLTIP
440 deleteButton->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Remove this entry", 0, QApplication::UnicodeUTF8));
441 #endif // QT_NO_TOOLTIP
442 deleteButton->setText(QString());
443 labellLabel->setText(QApplication::translate(
"SendCoinsEntry",
"&Label:", 0, QApplication::UnicodeUTF8));
444 #ifndef QT_NO_TOOLTIP
445 addAsLabel->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Enter a label for this address to add it to the list of used addresses", 0, QApplication::UnicodeUTF8));
446 #endif // QT_NO_TOOLTIP
447 amountLabel->setText(QApplication::translate(
"SendCoinsEntry",
"A&mount:", 0, QApplication::UnicodeUTF8));
448 messageLabel->setText(QApplication::translate(
"SendCoinsEntry",
"Message:", 0, QApplication::UnicodeUTF8));
449 #ifndef QT_NO_TOOLTIP
450 messageTextLabel->setToolTip(QApplication::translate(
"SendCoinsEntry",
"A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.", 0, QApplication::UnicodeUTF8));
451 #endif // QT_NO_TOOLTIP
452 #ifndef QT_NO_TOOLTIP
453 SendCoins_InsecurePaymentRequest->setToolTip(QApplication::translate(
"SendCoinsEntry",
"This is an unverified payment request.", 0, QApplication::UnicodeUTF8));
454 #endif // QT_NO_TOOLTIP
455 payToLabel_is->setText(QApplication::translate(
"SendCoinsEntry",
"Pay To:", 0, QApplication::UnicodeUTF8));
456 #ifndef QT_NO_TOOLTIP
457 deleteButton_is->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Remove this entry", 0, QApplication::UnicodeUTF8));
458 #endif // QT_NO_TOOLTIP
459 deleteButton_is->setText(QString());
460 memoLabel_is->setText(QApplication::translate(
"SendCoinsEntry",
"Memo:", 0, QApplication::UnicodeUTF8));
461 amountLabel_is->setText(QApplication::translate(
"SendCoinsEntry",
"A&mount:", 0, QApplication::UnicodeUTF8));
462 #ifndef QT_NO_TOOLTIP
463 SendCoins_SecurePaymentRequest->setToolTip(QApplication::translate(
"SendCoinsEntry",
"This is a verified payment request.", 0, QApplication::UnicodeUTF8));
464 #endif // QT_NO_TOOLTIP
465 payToLabel_s->setText(QApplication::translate(
"SendCoinsEntry",
"Pay To:", 0, QApplication::UnicodeUTF8));
466 #ifndef QT_NO_TOOLTIP
467 deleteButton_s->setToolTip(QApplication::translate(
"SendCoinsEntry",
"Remove this entry", 0, QApplication::UnicodeUTF8));
468 #endif // QT_NO_TOOLTIP
469 deleteButton_s->setText(QString());
470 memoLabel_s->setText(QApplication::translate(
"SendCoinsEntry",
"Memo:", 0, QApplication::UnicodeUTF8));
471 amountLabel_s->setText(QApplication::translate(
"SendCoinsEntry",
"A&mount:", 0, QApplication::UnicodeUTF8));
472 Q_UNUSED(SendCoinsEntry);
483 #endif // UI_SENDCOINSENTRY_H
Widget for entering bitcoin amounts.
BitcoinAmountField * payAmount_s
QHBoxLayout * payToLayout
QToolButton * deleteButton
QLabel * memoTextLabel_is
QLabel * messageTextLabel
QValidatedLineEdit * payTo
BitcoinAmountField * payAmount_is
QToolButton * deleteButton_s
Line edit that can be marked as "invalid" to show input validation feedback.
A single entry in the dialog for sending bitcoins.
QHBoxLayout * payToLayout_is
QToolButton * deleteButton_is
void setupUi(QStackedWidget *SendCoinsEntry)
QFrame * SendCoins_SecurePaymentRequest
QHBoxLayout * payToLayout_s
QToolButton * pasteButton
QFrame * SendCoins_InsecurePaymentRequest
QToolButton * addressBookButton
void retranslateUi(QStackedWidget *SendCoinsEntry)
QGridLayout * gridLayout_s
BitcoinAmountField * payAmount
QGridLayout * gridLayout_is