Fabcoin Core  0.16.2
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.5.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/QCheckBox>
17 #include <QtWidgets/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QStackedWidget>
25 #include <QtWidgets/QToolButton>
26 #include "fabcoinamountfield.h"
27 #include "qvalidatedlineedit.h"
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QFrame *SendCoins;
35  QGridLayout *gridLayout;
37  QLabel *payToLabel;
38  QHBoxLayout *horizontalLayoutAmount;
40  QSpacerItem *horizontalSpacer;
42  QLineEdit *addAsLabel;
43  QLabel *labellLabel;
44  QLabel *messageLabel;
45  QLabel *amountLabel;
46  QHBoxLayout *payToLayout;
48  QFrame *hLine;
49  QHBoxLayout *horizontalLayout_3;
50  QToolButton *deleteButton;
51  QFrame *vLine;
52  QToolButton *addressBookButton;
53  QFrame *vLine2;
54  QToolButton *pasteButton;
56  QGridLayout *gridLayout_is;
57  QLabel *payToLabel_is;
58  QHBoxLayout *payToLayout_is;
59  QLabel *payTo_is;
60  QToolButton *deleteButton_is;
61  QLabel *memoLabel_is;
63  QLabel *amountLabel_is;
66  QGridLayout *gridLayout_s;
67  QLabel *payToLabel_s;
68  QHBoxLayout *payToLayout_s;
69  QLabel *payTo_s;
70  QToolButton *deleteButton_s;
71  QLabel *memoLabel_s;
72  QLabel *memoTextLabel_s;
73  QLabel *amountLabel_s;
75 
76  void setupUi(QStackedWidget *SendCoinsEntry)
77  {
78  if (SendCoinsEntry->objectName().isEmpty())
79  SendCoinsEntry->setObjectName(QStringLiteral("SendCoinsEntry"));
80  SendCoinsEntry->resize(729, 152);
81  SendCoinsEntry->setFocusPolicy(Qt::TabFocus);
82  SendCoinsEntry->setAutoFillBackground(false);
83  SendCoins = new QFrame();
84  SendCoins->setObjectName(QStringLiteral("SendCoins"));
85  SendCoins->setFrameShape(QFrame::NoFrame);
86  gridLayout = new QGridLayout(SendCoins);
87  gridLayout->setObjectName(QStringLiteral("gridLayout"));
88  gridLayout->setHorizontalSpacing(12);
89  gridLayout->setVerticalSpacing(8);
90  gridLayout->setContentsMargins(-1, 8, -1, 4);
91  messageTextLabel = new QLabel(SendCoins);
92  messageTextLabel->setObjectName(QStringLiteral("messageTextLabel"));
93  messageTextLabel->setTextFormat(Qt::PlainText);
94 
95  gridLayout->addWidget(messageTextLabel, 3, 1, 1, 1);
96 
97  payToLabel = new QLabel(SendCoins);
98  payToLabel->setObjectName(QStringLiteral("payToLabel"));
99 
100  gridLayout->addWidget(payToLabel, 0, 0, 1, 1);
101 
102  horizontalLayoutAmount = new QHBoxLayout();
103  horizontalLayoutAmount->setObjectName(QStringLiteral("horizontalLayoutAmount"));
104  payAmount = new FabcoinAmountField(SendCoins);
105  payAmount->setObjectName(QStringLiteral("payAmount"));
106 
107  horizontalLayoutAmount->addWidget(payAmount);
108 
109  horizontalSpacer = new QSpacerItem(30, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
110 
111  horizontalLayoutAmount->addItem(horizontalSpacer);
112 
113  checkboxSubtractFeeFromAmount = new QCheckBox(SendCoins);
114  checkboxSubtractFeeFromAmount->setObjectName(QStringLiteral("checkboxSubtractFeeFromAmount"));
115 
116  horizontalLayoutAmount->addWidget(checkboxSubtractFeeFromAmount);
117 
118  horizontalLayoutAmount->setStretch(2, 1);
119 
120  gridLayout->addLayout(horizontalLayoutAmount, 2, 1, 1, 1);
121 
122  addAsLabel = new QLineEdit(SendCoins);
123  addAsLabel->setObjectName(QStringLiteral("addAsLabel"));
124 
125  gridLayout->addWidget(addAsLabel, 1, 1, 1, 1);
126 
127  labellLabel = new QLabel(SendCoins);
128  labellLabel->setObjectName(QStringLiteral("labellLabel"));
129 
130  gridLayout->addWidget(labellLabel, 1, 0, 1, 1);
131 
132  messageLabel = new QLabel(SendCoins);
133  messageLabel->setObjectName(QStringLiteral("messageLabel"));
134 
135  gridLayout->addWidget(messageLabel, 3, 0, 1, 1);
136 
137  amountLabel = new QLabel(SendCoins);
138  amountLabel->setObjectName(QStringLiteral("amountLabel"));
139 
140  gridLayout->addWidget(amountLabel, 2, 0, 1, 1);
141 
142  payToLayout = new QHBoxLayout();
143  payToLayout->setSpacing(6);
144  payToLayout->setObjectName(QStringLiteral("payToLayout"));
145  payTo = new QValidatedLineEdit(SendCoins);
146  payTo->setObjectName(QStringLiteral("payTo"));
147 
148  payToLayout->addWidget(payTo);
149 
150 
151  gridLayout->addLayout(payToLayout, 0, 1, 1, 1);
152 
153  hLine = new QFrame(SendCoins);
154  hLine->setObjectName(QStringLiteral("hLine"));
155  hLine->setFrameShape(QFrame::HLine);
156  hLine->setFrameShadow(QFrame::Sunken);
157 
158  gridLayout->addWidget(hLine, 5, 0, 1, 5);
159 
160  horizontalLayout_3 = new QHBoxLayout();
161  horizontalLayout_3->setSpacing(5);
162  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
163  deleteButton = new QToolButton(SendCoins);
164  deleteButton->setObjectName(QStringLiteral("deleteButton"));
165  QIcon icon;
166  icon.addFile(QStringLiteral(":/icons/remove_entry"), QSize(), QIcon::Normal, QIcon::Off);
167  deleteButton->setIcon(icon);
168  deleteButton->setIconSize(QSize(22, 22));
169 
170  horizontalLayout_3->addWidget(deleteButton);
171 
172  vLine = new QFrame(SendCoins);
173  vLine->setObjectName(QStringLiteral("vLine"));
174  vLine->setMaximumSize(QSize(1, 22));
175  vLine->setFrameShape(QFrame::VLine);
176  vLine->setFrameShadow(QFrame::Sunken);
177 
178  horizontalLayout_3->addWidget(vLine);
179 
180  addressBookButton = new QToolButton(SendCoins);
181  addressBookButton->setObjectName(QStringLiteral("addressBookButton"));
182  QIcon icon1;
183  icon1.addFile(QStringLiteral(":/icons/address-book"), QSize(), QIcon::Normal, QIcon::Off);
184  addressBookButton->setIcon(icon1);
185  addressBookButton->setIconSize(QSize(22, 22));
186 
187  horizontalLayout_3->addWidget(addressBookButton);
188 
189  vLine2 = new QFrame(SendCoins);
190  vLine2->setObjectName(QStringLiteral("vLine2"));
191  vLine2->setMaximumSize(QSize(1, 22));
192  vLine2->setFrameShape(QFrame::VLine);
193  vLine2->setFrameShadow(QFrame::Sunken);
194 
195  horizontalLayout_3->addWidget(vLine2);
196 
197  pasteButton = new QToolButton(SendCoins);
198  pasteButton->setObjectName(QStringLiteral("pasteButton"));
199  QIcon icon2;
200  icon2.addFile(QStringLiteral(":/icons/editpaste"), QSize(), QIcon::Normal, QIcon::Off);
201  pasteButton->setIcon(icon2);
202  pasteButton->setIconSize(QSize(22, 22));
203 
204  horizontalLayout_3->addWidget(pasteButton);
205 
206 
207  gridLayout->addLayout(horizontalLayout_3, 0, 2, 1, 3);
208 
209  SendCoinsEntry->addWidget(SendCoins);
210  SendCoins_UnauthenticatedPaymentRequest = new QFrame();
211  SendCoins_UnauthenticatedPaymentRequest->setObjectName(QStringLiteral("SendCoins_UnauthenticatedPaymentRequest"));
212  QPalette palette;
213  QBrush brush(QColor(0, 0, 0, 255));
214  brush.setStyle(Qt::SolidPattern);
215  palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
216  QBrush brush1(QColor(255, 255, 127, 255));
217  brush1.setStyle(Qt::SolidPattern);
218  palette.setBrush(QPalette::Active, QPalette::Button, brush1);
219  QBrush brush2(QColor(255, 255, 255, 255));
220  brush2.setStyle(Qt::SolidPattern);
221  palette.setBrush(QPalette::Active, QPalette::Light, brush2);
222  QBrush brush3(QColor(255, 255, 191, 255));
223  brush3.setStyle(Qt::SolidPattern);
224  palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
225  QBrush brush4(QColor(127, 127, 63, 255));
226  brush4.setStyle(Qt::SolidPattern);
227  palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
228  QBrush brush5(QColor(170, 170, 84, 255));
229  brush5.setStyle(Qt::SolidPattern);
230  palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
231  palette.setBrush(QPalette::Active, QPalette::Text, brush);
232  palette.setBrush(QPalette::Active, QPalette::BrightText, brush2);
233  palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
234  palette.setBrush(QPalette::Active, QPalette::Base, brush2);
235  palette.setBrush(QPalette::Active, QPalette::Window, brush1);
236  palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
237  palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush3);
238  QBrush brush6(QColor(255, 255, 220, 255));
239  brush6.setStyle(Qt::SolidPattern);
240  palette.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
241  palette.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
242  palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
243  palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
244  palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
245  palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush3);
246  palette.setBrush(QPalette::Inactive, QPalette::Dark, brush4);
247  palette.setBrush(QPalette::Inactive, QPalette::Mid, brush5);
248  palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
249  palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
250  palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
251  palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
252  palette.setBrush(QPalette::Inactive, QPalette::Window, brush1);
253  palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
254  palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush3);
255  palette.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
256  palette.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
257  palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush4);
258  palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
259  palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
260  palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush3);
261  palette.setBrush(QPalette::Disabled, QPalette::Dark, brush4);
262  palette.setBrush(QPalette::Disabled, QPalette::Mid, brush5);
263  palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
264  palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
265  palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush4);
266  palette.setBrush(QPalette::Disabled, QPalette::Base, brush1);
267  palette.setBrush(QPalette::Disabled, QPalette::Window, brush1);
268  palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
269  palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush1);
270  palette.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
271  palette.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
272  SendCoins_UnauthenticatedPaymentRequest->setPalette(palette);
273  SendCoins_UnauthenticatedPaymentRequest->setAutoFillBackground(true);
274  SendCoins_UnauthenticatedPaymentRequest->setFrameShape(QFrame::NoFrame);
275  gridLayout_is = new QGridLayout(SendCoins_UnauthenticatedPaymentRequest);
276  gridLayout_is->setSpacing(12);
277  gridLayout_is->setObjectName(QStringLiteral("gridLayout_is"));
278  payToLabel_is = new QLabel(SendCoins_UnauthenticatedPaymentRequest);
279  payToLabel_is->setObjectName(QStringLiteral("payToLabel_is"));
280 
281  gridLayout_is->addWidget(payToLabel_is, 0, 0, 1, 1);
282 
283  payToLayout_is = new QHBoxLayout();
284  payToLayout_is->setSpacing(0);
285  payToLayout_is->setObjectName(QStringLiteral("payToLayout_is"));
286  payTo_is = new QLabel(SendCoins_UnauthenticatedPaymentRequest);
287  payTo_is->setObjectName(QStringLiteral("payTo_is"));
288 
289  payToLayout_is->addWidget(payTo_is);
290 
291  deleteButton_is = new QToolButton(SendCoins_UnauthenticatedPaymentRequest);
292  deleteButton_is->setObjectName(QStringLiteral("deleteButton_is"));
293  QIcon icon3;
294  icon3.addFile(QStringLiteral(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
295  deleteButton_is->setIcon(icon3);
296 
297  payToLayout_is->addWidget(deleteButton_is);
298 
299 
300  gridLayout_is->addLayout(payToLayout_is, 0, 1, 1, 1);
301 
302  memoLabel_is = new QLabel(SendCoins_UnauthenticatedPaymentRequest);
303  memoLabel_is->setObjectName(QStringLiteral("memoLabel_is"));
304 
305  gridLayout_is->addWidget(memoLabel_is, 1, 0, 1, 1);
306 
307  memoTextLabel_is = new QLabel(SendCoins_UnauthenticatedPaymentRequest);
308  memoTextLabel_is->setObjectName(QStringLiteral("memoTextLabel_is"));
309  memoTextLabel_is->setTextFormat(Qt::PlainText);
310 
311  gridLayout_is->addWidget(memoTextLabel_is, 1, 1, 1, 1);
312 
313  amountLabel_is = new QLabel(SendCoins_UnauthenticatedPaymentRequest);
314  amountLabel_is->setObjectName(QStringLiteral("amountLabel_is"));
315 
316  gridLayout_is->addWidget(amountLabel_is, 2, 0, 1, 1);
317 
318  payAmount_is = new FabcoinAmountField(SendCoins_UnauthenticatedPaymentRequest);
319  payAmount_is->setObjectName(QStringLiteral("payAmount_is"));
320  payAmount_is->setAcceptDrops(false);
321 
322  gridLayout_is->addWidget(payAmount_is, 2, 1, 1, 1);
323 
324  SendCoinsEntry->addWidget(SendCoins_UnauthenticatedPaymentRequest);
325  SendCoins_AuthenticatedPaymentRequest = new QFrame();
326  SendCoins_AuthenticatedPaymentRequest->setObjectName(QStringLiteral("SendCoins_AuthenticatedPaymentRequest"));
327  QPalette palette1;
328  palette1.setBrush(QPalette::Active, QPalette::WindowText, brush);
329  QBrush brush7(QColor(140, 232, 119, 255));
330  brush7.setStyle(Qt::SolidPattern);
331  palette1.setBrush(QPalette::Active, QPalette::Button, brush7);
332  QBrush brush8(QColor(230, 255, 224, 255));
333  brush8.setStyle(Qt::SolidPattern);
334  palette1.setBrush(QPalette::Active, QPalette::Light, brush8);
335  QBrush brush9(QColor(185, 243, 171, 255));
336  brush9.setStyle(Qt::SolidPattern);
337  palette1.setBrush(QPalette::Active, QPalette::Midlight, brush9);
338  QBrush brush10(QColor(70, 116, 59, 255));
339  brush10.setStyle(Qt::SolidPattern);
340  palette1.setBrush(QPalette::Active, QPalette::Dark, brush10);
341  QBrush brush11(QColor(93, 155, 79, 255));
342  brush11.setStyle(Qt::SolidPattern);
343  palette1.setBrush(QPalette::Active, QPalette::Mid, brush11);
344  palette1.setBrush(QPalette::Active, QPalette::Text, brush);
345  QBrush brush12(QColor(155, 255, 147, 255));
346  brush12.setStyle(Qt::SolidPattern);
347  palette1.setBrush(QPalette::Active, QPalette::BrightText, brush12);
348  palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush);
349  QBrush brush13(QColor(119, 255, 233, 255));
350  brush13.setStyle(Qt::SolidPattern);
351  palette1.setBrush(QPalette::Active, QPalette::Base, brush13);
352  palette1.setBrush(QPalette::Active, QPalette::Window, brush7);
353  palette1.setBrush(QPalette::Active, QPalette::Shadow, brush);
354  QBrush brush14(QColor(197, 243, 187, 255));
355  brush14.setStyle(Qt::SolidPattern);
356  palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush14);
357  QBrush brush15(QColor(125, 194, 122, 255));
358  brush15.setStyle(Qt::SolidPattern);
359  palette1.setBrush(QPalette::Active, QPalette::NoRole, brush15);
360  palette1.setBrush(QPalette::Active, QPalette::ToolTipBase, brush6);
361  palette1.setBrush(QPalette::Active, QPalette::ToolTipText, brush);
362  palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
363  palette1.setBrush(QPalette::Inactive, QPalette::Button, brush7);
364  palette1.setBrush(QPalette::Inactive, QPalette::Light, brush8);
365  palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush9);
366  palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush10);
367  palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush11);
368  palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
369  palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush12);
370  palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
371  palette1.setBrush(QPalette::Inactive, QPalette::Base, brush13);
372  palette1.setBrush(QPalette::Inactive, QPalette::Window, brush7);
373  palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
374  palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush14);
375  palette1.setBrush(QPalette::Inactive, QPalette::NoRole, brush15);
376  palette1.setBrush(QPalette::Inactive, QPalette::ToolTipBase, brush6);
377  palette1.setBrush(QPalette::Inactive, QPalette::ToolTipText, brush);
378  palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
379  palette1.setBrush(QPalette::Disabled, QPalette::Button, brush7);
380  palette1.setBrush(QPalette::Disabled, QPalette::Light, brush8);
381  palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush9);
382  palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush10);
383  palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush11);
384  palette1.setBrush(QPalette::Disabled, QPalette::Text, brush10);
385  palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush12);
386  palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
387  palette1.setBrush(QPalette::Disabled, QPalette::Base, brush7);
388  palette1.setBrush(QPalette::Disabled, QPalette::Window, brush7);
389  palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
390  palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush7);
391  palette1.setBrush(QPalette::Disabled, QPalette::NoRole, brush15);
392  palette1.setBrush(QPalette::Disabled, QPalette::ToolTipBase, brush6);
393  palette1.setBrush(QPalette::Disabled, QPalette::ToolTipText, brush);
394  SendCoins_AuthenticatedPaymentRequest->setPalette(palette1);
395  SendCoins_AuthenticatedPaymentRequest->setAutoFillBackground(true);
396  SendCoins_AuthenticatedPaymentRequest->setFrameShape(QFrame::NoFrame);
397  gridLayout_s = new QGridLayout(SendCoins_AuthenticatedPaymentRequest);
398  gridLayout_s->setSpacing(12);
399  gridLayout_s->setObjectName(QStringLiteral("gridLayout_s"));
400  payToLabel_s = new QLabel(SendCoins_AuthenticatedPaymentRequest);
401  payToLabel_s->setObjectName(QStringLiteral("payToLabel_s"));
402  payToLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
403 
404  gridLayout_s->addWidget(payToLabel_s, 0, 0, 1, 1);
405 
406  payToLayout_s = new QHBoxLayout();
407  payToLayout_s->setSpacing(0);
408  payToLayout_s->setObjectName(QStringLiteral("payToLayout_s"));
409  payTo_s = new QLabel(SendCoins_AuthenticatedPaymentRequest);
410  payTo_s->setObjectName(QStringLiteral("payTo_s"));
411  payTo_s->setTextFormat(Qt::PlainText);
412 
413  payToLayout_s->addWidget(payTo_s);
414 
415  deleteButton_s = new QToolButton(SendCoins_AuthenticatedPaymentRequest);
416  deleteButton_s->setObjectName(QStringLiteral("deleteButton_s"));
417  deleteButton_s->setIcon(icon3);
418 
419  payToLayout_s->addWidget(deleteButton_s);
420 
421 
422  gridLayout_s->addLayout(payToLayout_s, 0, 1, 1, 1);
423 
424  memoLabel_s = new QLabel(SendCoins_AuthenticatedPaymentRequest);
425  memoLabel_s->setObjectName(QStringLiteral("memoLabel_s"));
426  memoLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
427 
428  gridLayout_s->addWidget(memoLabel_s, 1, 0, 1, 1);
429 
430  memoTextLabel_s = new QLabel(SendCoins_AuthenticatedPaymentRequest);
431  memoTextLabel_s->setObjectName(QStringLiteral("memoTextLabel_s"));
432  memoTextLabel_s->setTextFormat(Qt::PlainText);
433 
434  gridLayout_s->addWidget(memoTextLabel_s, 1, 1, 1, 1);
435 
436  amountLabel_s = new QLabel(SendCoins_AuthenticatedPaymentRequest);
437  amountLabel_s->setObjectName(QStringLiteral("amountLabel_s"));
438  amountLabel_s->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
439 
440  gridLayout_s->addWidget(amountLabel_s, 2, 0, 1, 1);
441 
442  payAmount_s = new FabcoinAmountField(SendCoins_AuthenticatedPaymentRequest);
443  payAmount_s->setObjectName(QStringLiteral("payAmount_s"));
444  payAmount_s->setAcceptDrops(false);
445 
446  gridLayout_s->addWidget(payAmount_s, 2, 1, 1, 1);
447 
448  SendCoinsEntry->addWidget(SendCoins_AuthenticatedPaymentRequest);
449 #ifndef QT_NO_SHORTCUT
450  payToLabel->setBuddy(payTo);
451  labellLabel->setBuddy(addAsLabel);
452  amountLabel->setBuddy(payAmount);
453  amountLabel_is->setBuddy(payAmount_is);
454  amountLabel_s->setBuddy(payAmount_s);
455 #endif // QT_NO_SHORTCUT
456  QWidget::setTabOrder(payTo, addAsLabel);
457  QWidget::setTabOrder(addAsLabel, payAmount);
458  QWidget::setTabOrder(payAmount, payAmount_is);
459  QWidget::setTabOrder(payAmount_is, deleteButton_is);
460  QWidget::setTabOrder(deleteButton_is, payAmount_s);
461  QWidget::setTabOrder(payAmount_s, deleteButton_s);
462 
463  retranslateUi(SendCoinsEntry);
464 
465  SendCoinsEntry->setCurrentIndex(0);
466 
467 
468  QMetaObject::connectSlotsByName(SendCoinsEntry);
469  } // setupUi
470 
471  void retranslateUi(QStackedWidget *SendCoinsEntry)
472  {
473 #ifndef QT_NO_TOOLTIP
474  SendCoins->setToolTip(QApplication::translate("SendCoinsEntry", "This is a normal payment.", 0));
475 #endif // QT_NO_TOOLTIP
476 #ifndef QT_NO_TOOLTIP
477  messageTextLabel->setToolTip(QApplication::translate("SendCoinsEntry", "A message that was attached to the fabcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Fabcoin network.", 0));
478 #endif // QT_NO_TOOLTIP
479  payToLabel->setText(QApplication::translate("SendCoinsEntry", "Pay &To:", 0));
480 #ifndef QT_NO_TOOLTIP
481  checkboxSubtractFeeFromAmount->setToolTip(QApplication::translate("SendCoinsEntry", "The fee will be deducted from the amount being sent. The recipient will receive less fabcoins than you enter in the amount field. If multiple recipients are selected, the fee is split equally.", 0));
482 #endif // QT_NO_TOOLTIP
483  checkboxSubtractFeeFromAmount->setText(QApplication::translate("SendCoinsEntry", "S&ubtract fee from amount", 0));
484 #ifndef QT_NO_TOOLTIP
485  addAsLabel->setToolTip(QApplication::translate("SendCoinsEntry", "Enter a label for this address to add it to the list of used addresses", 0));
486 #endif // QT_NO_TOOLTIP
487  labellLabel->setText(QApplication::translate("SendCoinsEntry", "&Label:", 0));
488  messageLabel->setText(QApplication::translate("SendCoinsEntry", "Message:", 0));
489  amountLabel->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
490 #ifndef QT_NO_TOOLTIP
491  payTo->setToolTip(QApplication::translate("SendCoinsEntry", "The Fabcoin address to send the payment to", 0));
492 #endif // QT_NO_TOOLTIP
493 #ifndef QT_NO_TOOLTIP
494  deleteButton->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
495 #endif // QT_NO_TOOLTIP
496  deleteButton->setText(QString());
497 #ifndef QT_NO_TOOLTIP
498  addressBookButton->setToolTip(QApplication::translate("SendCoinsEntry", "Choose previously used address", 0));
499 #endif // QT_NO_TOOLTIP
500  addressBookButton->setText(QString());
501  addressBookButton->setShortcut(QApplication::translate("SendCoinsEntry", "Alt+A", 0));
502 #ifndef QT_NO_TOOLTIP
503  pasteButton->setToolTip(QApplication::translate("SendCoinsEntry", "Paste address from clipboard", 0));
504 #endif // QT_NO_TOOLTIP
505  pasteButton->setText(QString());
506  pasteButton->setShortcut(QApplication::translate("SendCoinsEntry", "Alt+P", 0));
507 #ifndef QT_NO_TOOLTIP
508  SendCoins_UnauthenticatedPaymentRequest->setToolTip(QApplication::translate("SendCoinsEntry", "This is an unauthenticated payment request.", 0));
509 #endif // QT_NO_TOOLTIP
510  payToLabel_is->setText(QApplication::translate("SendCoinsEntry", "Pay To:", 0));
511 #ifndef QT_NO_TOOLTIP
512  deleteButton_is->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
513 #endif // QT_NO_TOOLTIP
514  deleteButton_is->setText(QString());
515  memoLabel_is->setText(QApplication::translate("SendCoinsEntry", "Memo:", 0));
516  amountLabel_is->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
517 #ifndef QT_NO_TOOLTIP
518  SendCoins_AuthenticatedPaymentRequest->setToolTip(QApplication::translate("SendCoinsEntry", "This is an authenticated payment request.", 0));
519 #endif // QT_NO_TOOLTIP
520  payToLabel_s->setText(QApplication::translate("SendCoinsEntry", "Pay To:", 0));
521 #ifndef QT_NO_TOOLTIP
522  deleteButton_s->setToolTip(QApplication::translate("SendCoinsEntry", "Remove this entry", 0));
523 #endif // QT_NO_TOOLTIP
524  deleteButton_s->setText(QString());
525  memoLabel_s->setText(QApplication::translate("SendCoinsEntry", "Memo:", 0));
526  amountLabel_s->setText(QApplication::translate("SendCoinsEntry", "A&mount:", 0));
527  Q_UNUSED(SendCoinsEntry);
528  } // retranslateUi
529 
530 };
531 
532 namespace Ui {
534 } // namespace Ui
535 
536 QT_END_NAMESPACE
537 
538 #endif // UI_SENDCOINSENTRY_H
FabcoinAmountField * payAmount_s
Widget for entering fabcoin amounts.
QHBoxLayout * payToLayout
QLineEdit * addAsLabel
QLabel * messageLabel
QToolButton * deleteButton
QLabel * memoTextLabel_is
QLabel * payTo_is
QLabel * messageTextLabel
QFrame * vLine
QValidatedLineEdit * payTo
QGridLayout * gridLayout
QSpacerItem * horizontalSpacer
QLabel * payToLabel_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 fabcoins.
QFrame * SendCoins_UnauthenticatedPaymentRequest
QLabel * memoTextLabel_s
QLabel * memoLabel_s
QFrame * hLine
QLabel * memoLabel_is
QHBoxLayout * payToLayout_is
QHBoxLayout * horizontalLayoutAmount
QToolButton * deleteButton_is
QLabel * amountLabel_s
void setupUi(QStackedWidget *SendCoinsEntry)
FabcoinAmountField * payAmount_is
QLabel * payToLabel_is
QLabel * amountLabel_is
QHBoxLayout * payToLayout_s
QLabel * payTo_s
QToolButton * pasteButton
QFrame * vLine2
QFrame * SendCoins_AuthenticatedPaymentRequest
QFrame * SendCoins
FabcoinAmountField * payAmount
QCheckBox * checkboxSubtractFeeFromAmount
QHBoxLayout * horizontalLayout_3
QToolButton * addressBookButton
QLabel * amountLabel
QLabel * payToLabel
QLabel * labellLabel
void retranslateUi(QStackedWidget *SendCoinsEntry)
QGridLayout * gridLayout_s
QGridLayout * gridLayout_is