Anoncoin  0.9.4
P2P Digital Currency
ui_sendcoinsentry.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'sendcoinsentry.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.2.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SENDCOINSENTRY_H
10 #define UI_SENDCOINSENTRY_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QStackedWidget>
23 #include <QtWidgets/QToolButton>
24 #include "anoncoinamountfield.h"
25 #include "qvalidatedlineedit.h"
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QFrame *SendCoins;
33  QGridLayout *gridLayout;
34  QLabel *payToLabel;
35  QHBoxLayout *payToLayout;
37  QToolButton *addressBookButton;
38  QToolButton *pasteButton;
39  QToolButton *deleteButton;
40  QLabel *labellLabel;
41  QLineEdit *addAsLabel;
42  QLabel *amountLabel;
44  QLabel *messageLabel;
47  QGridLayout *gridLayout_is;
48  QLabel *payToLabel_is;
49  QHBoxLayout *payToLayout_is;
50  QLabel *payTo_is;
51  QToolButton *deleteButton_is;
52  QLabel *memoLabel_is;
54  QLabel *amountLabel_is;
57  QGridLayout *gridLayout_s;
58  QLabel *payToLabel_s;
59  QHBoxLayout *payToLayout_s;
60  QLabel *payTo_s;
61  QToolButton *deleteButton_s;
62  QLabel *memoLabel_s;
63  QLabel *memoTextLabel_s;
64  QLabel *amountLabel_s;
66 
67  void setupUi(QStackedWidget *SendCoinsEntry)
68  {
69  if (SendCoinsEntry->objectName().isEmpty())
70  SendCoinsEntry->setObjectName(QStringLiteral("SendCoinsEntry"));
71  SendCoinsEntry->resize(729, 150);
72  SendCoinsEntry->setFocusPolicy(Qt::TabFocus);
73  SendCoinsEntry->setAutoFillBackground(false);
74  SendCoins = new QFrame();
75  SendCoins->setObjectName(QStringLiteral("SendCoins"));
76  SendCoins->setFrameShape(QFrame::StyledPanel);
77  SendCoins->setFrameShadow(QFrame::Sunken);
78  gridLayout = new QGridLayout(SendCoins);
79  gridLayout->setSpacing(12);
80  gridLayout->setObjectName(QStringLiteral("gridLayout"));
81  payToLabel = new QLabel(SendCoins);
82  payToLabel->setObjectName(QStringLiteral("payToLabel"));
83  payToLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
84 
85  gridLayout->addWidget(payToLabel, 0, 0, 1, 1);
86 
87  payToLayout = new QHBoxLayout();
88  payToLayout->setSpacing(0);
89  payToLayout->setObjectName(QStringLiteral("payToLayout"));
90  payTo = new QValidatedLineEdit(SendCoins);
91  payTo->setObjectName(QStringLiteral("payTo"));
92 
93  payToLayout->addWidget(payTo);
94 
95  addressBookButton = new QToolButton(SendCoins);
96  addressBookButton->setObjectName(QStringLiteral("addressBookButton"));
97  QIcon icon;
98  icon.addFile(QStringLiteral(":/icons/address-book"), QSize(), QIcon::Normal, QIcon::Off);
99  addressBookButton->setIcon(icon);
100 
101  payToLayout->addWidget(addressBookButton);
102 
103  pasteButton = new QToolButton(SendCoins);
104  pasteButton->setObjectName(QStringLiteral("pasteButton"));
105  QIcon icon1;
106  icon1.addFile(QStringLiteral(":/icons/editpaste"), QSize(), QIcon::Normal, QIcon::Off);
107  pasteButton->setIcon(icon1);
108 
109  payToLayout->addWidget(pasteButton);
110 
111  deleteButton = new QToolButton(SendCoins);
112  deleteButton->setObjectName(QStringLiteral("deleteButton"));
113  QIcon icon2;
114  icon2.addFile(QStringLiteral(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
115  deleteButton->setIcon(icon2);
116 
117  payToLayout->addWidget(deleteButton);
118 
119 
120  gridLayout->addLayout(payToLayout, 0, 1, 1, 1);
121 
122  labellLabel = new QLabel(SendCoins);
123  labellLabel->setObjectName(QStringLiteral("labellLabel"));
124  labellLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
125 
126  gridLayout->addWidget(labellLabel, 1, 0, 1, 1);
127 
128  addAsLabel = new QLineEdit(SendCoins);
129  addAsLabel->setObjectName(QStringLiteral("addAsLabel"));
130 
131  gridLayout->addWidget(addAsLabel, 1, 1, 1, 1);
132 
133  amountLabel = new QLabel(SendCoins);
134  amountLabel->setObjectName(QStringLiteral("amountLabel"));
135  amountLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
136 
137  gridLayout->addWidget(amountLabel, 2, 0, 1, 1);
138 
139  payAmount = new AnoncoinAmountField(SendCoins);
140  payAmount->setObjectName(QStringLiteral("payAmount"));
141 
142  gridLayout->addWidget(payAmount, 2, 1, 1, 1);
143 
144  messageLabel = new QLabel(SendCoins);
145  messageLabel->setObjectName(QStringLiteral("messageLabel"));
146  messageLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
147 
148  gridLayout->addWidget(messageLabel, 3, 0, 1, 1);
149 
150  messageTextLabel = new QLabel(SendCoins);
151  messageTextLabel->setObjectName(QStringLiteral("messageTextLabel"));
152  messageTextLabel->setTextFormat(Qt::PlainText);
153 
154  gridLayout->addWidget(messageTextLabel, 3, 1, 1, 1);
155 
156  SendCoinsEntry->addWidget(SendCoins);
157  SendCoins_InsecurePaymentRequest = new QFrame();
158  SendCoins_InsecurePaymentRequest->setObjectName(QStringLiteral("SendCoins_InsecurePaymentRequest"));
159  QPalette palette;
160  QBrush brush(QColor(0, 0, 0, 255));
161  brush.setStyle(Qt::SolidPattern);
162  palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
163  QBrush brush1(QColor(255, 255, 127, 255));
164  brush1.setStyle(Qt::SolidPattern);
165  palette.setBrush(QPalette::Active, QPalette::Button, brush1);
166  QBrush brush2(QColor(255, 255, 255, 255));
167  brush2.setStyle(Qt::SolidPattern);
168  palette.setBrush(QPalette::Active, QPalette::Light, brush2);
169  QBrush brush3(QColor(255, 255, 191, 255));
170  brush3.setStyle(Qt::SolidPattern);
171  palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
172  QBrush brush4(QColor(127, 127, 63, 255));
173  brush4.setStyle(Qt::SolidPattern);
174  palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
175  QBrush brush5(QColor(170, 170, 84, 255));
176  brush5.setStyle(Qt::SolidPattern);
177  palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
178  palette.setBrush(QPalette::Active, QPalette::Text, brush);
179  palette.setBrush(QPalette::Active, QPalette::BrightText, brush2);
180  palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
181  palette.setBrush(QPalette::Active, QPalette::Base, brush2);
182  palette.setBrush(QPalette::Active, QPalette::Window, brush1);
183  palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
184  palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush3);
185  QBrush brush6(QColor(255, 255, 220, 255));
186  brush6.setStyle(Qt::SolidPattern);
187  palette.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
188  palette.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
189  palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
190  palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
191  palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
192  palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3);
193  palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4);
194  palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5);
195  palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
196  palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
197  palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
198  palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
199  palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
200  palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
201  palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush3);
202  palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
203  palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
204  palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4);
205  palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
206  palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
207  palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3);
208  palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4);
209  palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5);
210  palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
211  palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
212  palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4);
213  palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
214  palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
215  palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
216  palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush1);
217  palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
218  palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
219  SendCoins_InsecurePaymentRequest->setPalette(palette);
220  SendCoins_InsecurePaymentRequest->setAutoFillBackground(true);
221  SendCoins_InsecurePaymentRequest->setFrameShape(QFrame::StyledPanel);
222  SendCoins_InsecurePaymentRequest->setFrameShadow(QFrame::Sunken);
223  gridLayout_is = new QGridLayout(SendCoins_InsecurePaymentRequest);
224  gridLayout_is->setSpacing(12);
225  gridLayout_is->setObjectName(QStringLiteral("gridLayout_is"));
226  payToLabel_is = new QLabel(SendCoins_InsecurePaymentRequest);
227  payToLabel_is->setObjectName(QStringLiteral("payToLabel_is"));
228  payToLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
229 
230  gridLayout_is->addWidget(payToLabel_is, 0, 0, 1, 1);
231 
232  payToLayout_is = new QHBoxLayout();
233  payToLayout_is->setSpacing(0);
234  payToLayout_is->setObjectName(QStringLiteral("payToLayout_is"));
235  payTo_is = new QLabel(SendCoins_InsecurePaymentRequest);
236  payTo_is->setObjectName(QStringLiteral("payTo_is"));
237 
238  payToLayout_is->addWidget(payTo_is);
239 
240  deleteButton_is = new QToolButton(SendCoins_InsecurePaymentRequest);
241  deleteButton_is->setObjectName(QStringLiteral("deleteButton_is"));
242  deleteButton_is->setIcon(icon2);
243 
244  payToLayout_is->addWidget(deleteButton_is);
245 
246 
247  gridLayout_is->addLayout(payToLayout_is, 0, 1, 1, 1);
248 
249  memoLabel_is = new QLabel(SendCoins_InsecurePaymentRequest);
250  memoLabel_is->setObjectName(QStringLiteral("memoLabel_is"));
251  memoLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
252 
253  gridLayout_is->addWidget(memoLabel_is, 1, 0, 1, 1);
254 
255  memoTextLabel_is = new QLabel(SendCoins_InsecurePaymentRequest);
256  memoTextLabel_is->setObjectName(QStringLiteral("memoTextLabel_is"));
257  memoTextLabel_is->setTextFormat(Qt::PlainText);
258 
259  gridLayout_is->addWidget(memoTextLabel_is, 1, 1, 1, 1);
260 
261  amountLabel_is = new QLabel(SendCoins_InsecurePaymentRequest);
262  amountLabel_is->setObjectName(QStringLiteral("amountLabel_is"));
263  amountLabel_is->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
264 
265  gridLayout_is->addWidget(amountLabel_is, 2, 0, 1, 1);
266 
267  payAmount_is = new AnoncoinAmountField(SendCoins_InsecurePaymentRequest);
268  payAmount_is->setObjectName(QStringLiteral("payAmount_is"));
269  payAmount_is->setAcceptDrops(false);
270 
271  gridLayout_is->addWidget(payAmount_is, 2, 1, 1, 1);
272 
273  SendCoinsEntry->addWidget(SendCoins_InsecurePaymentRequest);
274  SendCoins_SecurePaymentRequest = new QFrame();
275  SendCoins_SecurePaymentRequest->setObjectName(QStringLiteral("SendCoins_SecurePaymentRequest"));
276  QPalette palette1;
277  palette1.setBrush(QPalette::Active, QPalette::WindowText, brush);
278  QBrush brush7(QColor(140, 232, 119, 255));
279  brush7.setStyle(Qt::SolidPattern);
280  palette1.setBrush(QPalette::Active, QPalette::Button, brush7);
281  QBrush brush8(QColor(230, 255, 224, 255));
282  brush8.setStyle(Qt::SolidPattern);
283  palette1.setBrush(QPalette::Active, QPalette::Light, brush8);
284  QBrush brush9(QColor(185, 243, 171, 255));
285  brush9.setStyle(Qt::SolidPattern);
286  palette1.setBrush(QPalette::Active, QPalette::Midlight, brush9);
287  QBrush brush10(QColor(70, 116, 59, 255));
288  brush10.setStyle(Qt::SolidPattern);
289  palette1.setBrush(QPalette::Active, QPalette::Dark, brush10);
290  QBrush brush11(QColor(93, 155, 79, 255));
291  brush11.setStyle(Qt::SolidPattern);
292  palette1.setBrush(QPalette::Active, QPalette::Mid, brush11);
293  palette1.setBrush(QPalette::Active, QPalette::Text, brush);
294  QBrush brush12(QColor(155, 255, 147, 255));
295  brush12.setStyle(Qt::SolidPattern);
296  palette1.setBrush(QPalette::Active, QPalette::BrightText, brush12);
297  palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush);
298  QBrush brush13(QColor(119, 255, 233, 255));
299  brush13.setStyle(Qt::SolidPattern);
300  palette1.setBrush(QPalette::Active, QPalette::Base, brush13);
301  palette1.setBrush(QPalette::Active, QPalette::Window, brush7);
302  palette1.setBrush(QPalette::Active, QPalette::Shadow, brush);
303  QBrush brush14(QColor(197, 243, 187, 255));
304  brush14.setStyle(Qt::SolidPattern);
305  palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush14);
306  QBrush brush15(QColor(125, 194, 122, 255));
307  brush15.setStyle(Qt::SolidPattern);
308  palette1.setBrush(QPalette::Active, QPalette::NoRole, brush15);
309  palette1.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
310  palette1.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
311  palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
312  palette1.setBrush(QPalette::Inactive, QPalette::Button, brush7);
313  palette1.setBrush(QPalette::Inactive, QPalette::Light, brush8);
314  palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush9);
315  palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush10);
316  palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush11);
317  palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
318  palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush12);
319  palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
320  palette1.setBrush(QPalette::Inactive, QPalette::Base, brush13);
321  palette1.setBrush(QPalette::Inactive, QPalette::Window, brush7);
322  palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
323  palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush14);
324  palette1.setBrush(QPalette::Inactive, QPalette::NoRole, brush15);
325  palette1.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
326  palette1.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
327  palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
328  palette1.setBrush(QPalette::Disabled, QPalette::Button, brush7);
329  palette1.setBrush(QPalette::Disabled, QPalette::Light, brush8);
330  palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush9);
331  palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush10);
332  palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush11);
333  palette1.setBrush(QPalette::Disabled, QPalette::Text, brush10);
334  palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush12);
335  palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
336  palette1.setBrush(QPalette::Disabled, QPalette::Base, brush7);
337  palette1.setBrush(QPalette::Disabled, QPalette::Window, brush7);
338  palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
339  palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush7);
340  palette1.setBrush(QPalette::Disabled, QPalette::NoRole, brush15);
341  palette1.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
342  palette1.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
343  SendCoins_SecurePaymentRequest->setPalette(palette1);
344  SendCoins_SecurePaymentRequest->setAutoFillBackground(true);
345  SendCoins_SecurePaymentRequest->setFrameShape(QFrame::StyledPanel);
346  SendCoins_SecurePaymentRequest->setFrameShadow(QFrame::Sunken);
347  gridLayout_s = new QGridLayout(SendCoins_SecurePaymentRequest);
348  gridLayout_s->setSpacing(12);
349  gridLayout_s->setObjectName(QStringLiteral("gridLayout_s"));
350  payToLabel_s = new QLabel(SendCoins_SecurePaymentRequest);
351  payToLabel_s->setObjectName(QStringLiteral("payToLabel_s"));
352  payToLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
353 
354  gridLayout_s->addWidget(payToLabel_s, 0, 0, 1, 1);
355 
356  payToLayout_s = new QHBoxLayout();
357  payToLayout_s->setSpacing(0);
358  payToLayout_s->setObjectName(QStringLiteral("payToLayout_s"));
359  payTo_s = new QLabel(SendCoins_SecurePaymentRequest);
360  payTo_s->setObjectName(QStringLiteral("payTo_s"));
361  payTo_s->setTextFormat(Qt::PlainText);
362 
363  payToLayout_s->addWidget(payTo_s);
364 
365  deleteButton_s = new QToolButton(SendCoins_SecurePaymentRequest);
366  deleteButton_s->setObjectName(QStringLiteral("deleteButton_s"));
367  deleteButton_s->setIcon(icon2);
368 
369  payToLayout_s->addWidget(deleteButton_s);
370 
371 
372  gridLayout_s->addLayout(payToLayout_s, 0, 1, 1, 1);
373 
374  memoLabel_s = new QLabel(SendCoins_SecurePaymentRequest);
375  memoLabel_s->setObjectName(QStringLiteral("memoLabel_s"));
376  memoLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
377 
378  gridLayout_s->addWidget(memoLabel_s, 1, 0, 1, 1);
379 
380  memoTextLabel_s = new QLabel(SendCoins_SecurePaymentRequest);
381  memoTextLabel_s->setObjectName(QStringLiteral("memoTextLabel_s"));
382  memoTextLabel_s->setTextFormat(Qt::PlainText);
383 
384  gridLayout_s->addWidget(memoTextLabel_s, 1, 1, 1, 1);
385 
386  amountLabel_s = new QLabel(SendCoins_SecurePaymentRequest);
387  amountLabel_s->setObjectName(QStringLiteral("amountLabel_s"));
388  amountLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
389 
390  gridLayout_s->addWidget(amountLabel_s, 2, 0, 1, 1);
391 
392  payAmount_s = new AnoncoinAmountField(SendCoins_SecurePaymentRequest);
393  payAmount_s->setObjectName(QStringLiteral("payAmount_s"));
394  payAmount_s->setAcceptDrops(false);
395 
396  gridLayout_s->addWidget(payAmount_s, 2, 1, 1, 1);
397 
398  SendCoinsEntry->addWidget(SendCoins_SecurePaymentRequest);
399 #ifndef QT_NO_SHORTCUT
400  payToLabel->setBuddy(payTo);
401  labellLabel->setBuddy(addAsLabel);
402  amountLabel->setBuddy(payAmount);
403  amountLabel_is->setBuddy(payAmount_is);
404  amountLabel_s->setBuddy(payAmount_s);
405 #endif // QT_NO_SHORTCUT
406  QWidget::setTabOrder(payTo, addressBookButton);
407  QWidget::setTabOrder(addressBookButton, pasteButton);
408  QWidget::setTabOrder(pasteButton, deleteButton);
409  QWidget::setTabOrder(deleteButton, addAsLabel);
410  QWidget::setTabOrder(addAsLabel, payAmount);
411  QWidget::setTabOrder(payAmount, payAmount_is);
412  QWidget::setTabOrder(payAmount_is, deleteButton_is);
413  QWidget::setTabOrder(deleteButton_is, payAmount_s);
414  QWidget::setTabOrder(payAmount_s, deleteButton_s);
415 
416  retranslateUi(SendCoinsEntry);
417 
418  QMetaObject::connectSlotsByName(SendCoinsEntry);
419  } // setupUi
420 
421  void retranslateUi(QStackedWidget *SendCoinsEntry)
422  {
423 #ifndef QT_NO_TOOLTIP
424  SendCoins->setToolTip(QApplication::translate("SendCoinsEntry", "This is a normal payment.", 0));
425 #endif // QT_NO_TOOLTIP
426  payToLabel->setText(QApplication::translate("SendCoinsEntry", "Pay &To:", 0));
427 #ifndef QT_NO_TOOLTIP
428  payTo->setToolTip(QApplication::translate("SendCoinsEntry", "The address to send the payment to (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)", 0));
429 #endif // QT_NO_TOOLTIP
430 #ifndef QT_NO_TOOLTIP
431  addressBookButton->setToolTip(QApplication::translate("SendCoinsEntry", "Choose previously used address", 0));
432 #endif // QT_NO_TOOLTIP
433  addressBookButton->setText(QString());
434  addressBookButton->setShortcut(QApplication::translate("SendCoinsEntry", "Alt+A", 0));
435 #ifndef QT_NO_TOOLTIP
436  pasteButton->setToolTip(QApplication::translate("SendCoinsEntry", "Paste address from clipboard", 0));
437 #endif // QT_NO_TOOLTIP
438  pasteButton->setText(QString());
439  pasteButton->setShortcut(QApplication::translate("SendCoinsEntry", "Alt+P", 0));
440 #ifndef QT_NO_TOOLTIP
441  deleteButton->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
442 #endif // QT_NO_TOOLTIP
443  deleteButton->setText(QString());
444  labellLabel->setText(QApplication::translate("SendCoinsEntry", "&Label:", 0));
445 #ifndef QT_NO_TOOLTIP
446  addAsLabel->setToolTip(QApplication::translate("SendCoinsEntry", "Enter a label for this address to add it to the list of used addresses", 0));
447 #endif // QT_NO_TOOLTIP
448  amountLabel->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
449  messageLabel->setText(QApplication::translate("SendCoinsEntry", "Message:", 0));
450 #ifndef QT_NO_TOOLTIP
451  messageTextLabel->setToolTip(QApplication::translate("SendCoinsEntry", "A message that was attached to the anoncoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Anoncoin network.", 0));
452 #endif // QT_NO_TOOLTIP
453 #ifndef QT_NO_TOOLTIP
454  SendCoins_InsecurePaymentRequest->setToolTip(QApplication::translate("SendCoinsEntry", "This is an unverified payment request.", 0));
455 #endif // QT_NO_TOOLTIP
456  payToLabel_is->setText(QApplication::translate("SendCoinsEntry", "Pay To:", 0));
457 #ifndef QT_NO_TOOLTIP
458  deleteButton_is->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
459 #endif // QT_NO_TOOLTIP
460  deleteButton_is->setText(QString());
461  memoLabel_is->setText(QApplication::translate("SendCoinsEntry", "Memo:", 0));
462  amountLabel_is->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
463 #ifndef QT_NO_TOOLTIP
464  SendCoins_SecurePaymentRequest->setToolTip(QApplication::translate("SendCoinsEntry", "This is a verified payment request.", 0));
465 #endif // QT_NO_TOOLTIP
466  payToLabel_s->setText(QApplication::translate("SendCoinsEntry", "Pay To:", 0));
467 #ifndef QT_NO_TOOLTIP
468  deleteButton_s->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
469 #endif // QT_NO_TOOLTIP
470  deleteButton_s->setText(QString());
471  memoLabel_s->setText(QApplication::translate("SendCoinsEntry", "Memo:", 0));
472  amountLabel_s->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
473  Q_UNUSED(SendCoinsEntry);
474  } // retranslateUi
475 
476 };
477 
478 namespace Ui {
480 } // namespace Ui
481 
482 QT_END_NAMESPACE
483 
484 #endif // UI_SENDCOINSENTRY_H
QHBoxLayout * payToLayout
QLineEdit * addAsLabel
QLabel * messageLabel
QToolButton * deleteButton
QLabel * memoTextLabel_is
QLabel * payTo_is
QLabel * messageTextLabel
QValidatedLineEdit * payTo
QGridLayout * gridLayout
QLabel * payToLabel_s
AnoncoinAmountField * payAmount_s
QToolButton * deleteButton_s
Line edit that can be marked as "invalid" to show input validation feedback.
A single entry in the dialog for sending anoncoins.
QLabel * memoTextLabel_s
QLabel * memoLabel_s
Widget for entering anoncoin amounts.
QLabel * memoLabel_is
QHBoxLayout * payToLayout_is
QToolButton * deleteButton_is
QLabel * amountLabel_s
void setupUi(QStackedWidget *SendCoinsEntry)
QLabel * payToLabel_is
QLabel * amountLabel_is
QFrame * SendCoins_SecurePaymentRequest
QHBoxLayout * payToLayout_s
QLabel * payTo_s
QToolButton * pasteButton
QFrame * SendCoins_InsecurePaymentRequest
QFrame * SendCoins
AnoncoinAmountField * payAmount_is
QToolButton * addressBookButton
QLabel * amountLabel
QLabel * payToLabel
QLabel * labellLabel
AnoncoinAmountField * payAmount
void retranslateUi(QStackedWidget *SendCoinsEntry)
QGridLayout * gridLayout_s
QGridLayout * gridLayout_is