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