8 #ifndef UI_OVERVIEWPAGE_H
9 #define UI_OVERVIEWPAGE_H
11 #include <QtCore/QVariant>
12 #include <QtGui/QAction>
13 #include <QtGui/QApplication>
14 #include <QtGui/QButtonGroup>
15 #include <QtGui/QFormLayout>
16 #include <QtGui/QFrame>
17 #include <QtGui/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QListView>
21 #include <QtGui/QSpacerItem>
22 #include <QtGui/QVBoxLayout>
23 #include <QtGui/QWidget>
102 if (OverviewPage->objectName().isEmpty())
103 OverviewPage->setObjectName(QString::fromUtf8(
"OverviewPage"));
104 OverviewPage->resize(664, 440);
105 topLayout =
new QVBoxLayout(OverviewPage);
106 topLayout->setObjectName(QString::fromUtf8(
"topLayout"));
107 labelAlerts =
new QLabel(OverviewPage);
108 labelAlerts->setObjectName(QString::fromUtf8(
"labelAlerts"));
109 labelAlerts->setVisible(
false);
110 labelAlerts->setStyleSheet(QString::fromUtf8(
"background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;"));
111 labelAlerts->setWordWrap(
true);
112 labelAlerts->setMargin(3);
114 topLayout->addWidget(labelAlerts);
116 horizontalLayout =
new QHBoxLayout();
117 horizontalLayout->setObjectName(QString::fromUtf8(
"horizontalLayout"));
118 verticalLayout_2 =
new QVBoxLayout();
119 verticalLayout_2->setObjectName(QString::fromUtf8(
"verticalLayout_2"));
120 frame =
new QFrame(OverviewPage);
121 frame->setObjectName(QString::fromUtf8(
"frame"));
122 frame->setFrameShape(QFrame::StyledPanel);
123 frame->setFrameShadow(QFrame::Raised);
124 verticalLayout_4 =
new QVBoxLayout(frame);
125 verticalLayout_4->setObjectName(QString::fromUtf8(
"verticalLayout_4"));
126 horizontalLayout_5 =
new QHBoxLayout();
127 horizontalLayout_5->setObjectName(QString::fromUtf8(
"horizontalLayout_5"));
128 horizontalLayout_8 =
new QHBoxLayout();
129 horizontalLayout_8->setObjectName(QString::fromUtf8(
"horizontalLayout_8"));
130 label_5 =
new QLabel(frame);
131 label_5->setObjectName(QString::fromUtf8(
"label_5"));
135 label_5->setFont(font);
137 horizontalLayout_8->addWidget(label_5);
139 labelWalletStatus =
new QLabel(frame);
140 labelWalletStatus->setObjectName(QString::fromUtf8(
"labelWalletStatus"));
141 labelWalletStatus->setStyleSheet(QString::fromUtf8(
"QLabel { color: red; }"));
142 labelWalletStatus->setText(QString::fromUtf8(
"(out of sync)"));
143 labelWalletStatus->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
145 horizontalLayout_8->addWidget(labelWalletStatus);
148 horizontalLayout_5->addLayout(horizontalLayout_8);
150 horizontalSpacer_5 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
152 horizontalLayout_5->addItem(horizontalSpacer_5);
154 horizontalLayout_6 =
new QHBoxLayout();
155 horizontalLayout_6->setObjectName(QString::fromUtf8(
"horizontalLayout_6"));
156 proclabel =
new QLabel(frame);
157 proclabel->setObjectName(QString::fromUtf8(
"proclabel"));
158 proclabel->setStyleSheet(QString::fromUtf8(
"QLabel { color: red; }"));
160 horizontalLayout_6->addWidget(proclabel);
162 label_6 =
new QLabel(frame);
163 label_6->setObjectName(QString::fromUtf8(
"label_6"));
164 label_6->setFont(font);
166 horizontalLayout_6->addWidget(label_6);
169 horizontalLayout_5->addLayout(horizontalLayout_6);
172 verticalLayout_4->addLayout(horizontalLayout_5);
174 horizontalLayout_4 =
new QHBoxLayout();
175 horizontalLayout_4->setObjectName(QString::fromUtf8(
"horizontalLayout_4"));
177 verticalLayout_4->addLayout(horizontalLayout_4);
179 horizontalLayout_3 =
new QHBoxLayout();
180 horizontalLayout_3->setObjectName(QString::fromUtf8(
"horizontalLayout_3"));
181 formLayout_2 =
new QFormLayout();
182 formLayout_2->setObjectName(QString::fromUtf8(
"formLayout_2"));
183 formLayout_2->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
184 formLayout_2->setHorizontalSpacing(12);
185 formLayout_2->setVerticalSpacing(12);
186 label =
new QLabel(frame);
187 label->setObjectName(QString::fromUtf8(
"label"));
189 formLayout_2->setWidget(0, QFormLayout::LabelRole, label);
191 labelBalance =
new QLabel(frame);
192 labelBalance->setObjectName(QString::fromUtf8(
"labelBalance"));
193 labelBalance->setFont(font);
194 labelBalance->setCursor(QCursor(Qt::IBeamCursor));
195 labelBalance->setText(QString::fromUtf8(
"0 BTC"));
196 labelBalance->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
197 labelBalance->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
199 formLayout_2->setWidget(0, QFormLayout::FieldRole, labelBalance);
201 label_3 =
new QLabel(frame);
202 label_3->setObjectName(QString::fromUtf8(
"label_3"));
204 formLayout_2->setWidget(1, QFormLayout::LabelRole, label_3);
206 labelUnconfirmed =
new QLabel(frame);
207 labelUnconfirmed->setObjectName(QString::fromUtf8(
"labelUnconfirmed"));
208 labelUnconfirmed->setFont(font);
209 labelUnconfirmed->setCursor(QCursor(Qt::IBeamCursor));
210 labelUnconfirmed->setText(QString::fromUtf8(
"0 BTC"));
211 labelUnconfirmed->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
212 labelUnconfirmed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
214 formLayout_2->setWidget(1, QFormLayout::FieldRole, labelUnconfirmed);
216 labelImmatureText =
new QLabel(frame);
217 labelImmatureText->setObjectName(QString::fromUtf8(
"labelImmatureText"));
219 formLayout_2->setWidget(2, QFormLayout::LabelRole, labelImmatureText);
221 labelImmature =
new QLabel(frame);
222 labelImmature->setObjectName(QString::fromUtf8(
"labelImmature"));
223 labelImmature->setFont(font);
224 labelImmature->setText(QString::fromUtf8(
"0 BTC"));
225 labelImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
226 labelImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
228 formLayout_2->setWidget(2, QFormLayout::FieldRole, labelImmature);
231 line->setObjectName(QString::fromUtf8(
"line"));
232 line->setFrameShape(QFrame::HLine);
233 line->setFrameShadow(QFrame::Sunken);
235 formLayout_2->setWidget(4, QFormLayout::SpanningRole, line);
237 labelTotalText =
new QLabel(frame);
238 labelTotalText->setObjectName(QString::fromUtf8(
"labelTotalText"));
240 formLayout_2->setWidget(5, QFormLayout::LabelRole, labelTotalText);
242 labelTotal =
new QLabel(frame);
243 labelTotal->setObjectName(QString::fromUtf8(
"labelTotal"));
244 labelTotal->setFont(font);
245 labelTotal->setCursor(QCursor(Qt::IBeamCursor));
246 labelTotal->setText(QString::fromUtf8(
"0 BTC"));
247 labelTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
248 labelTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
250 formLayout_2->setWidget(5, QFormLayout::FieldRole, labelTotal);
252 verticalSpacer_3 =
new QSpacerItem(20, 3, QSizePolicy::Minimum, QSizePolicy::Fixed);
254 formLayout_2->setItem(3, QFormLayout::LabelRole, verticalSpacer_3);
257 horizontalLayout_3->addLayout(formLayout_2);
259 horizontalSpacer_3 =
new QSpacerItem(35, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
261 horizontalLayout_3->addItem(horizontalSpacer_3);
263 MSCformLayout_1 =
new QFormLayout();
264 MSCformLayout_1->setObjectName(QString::fromUtf8(
"MSCformLayout_1"));
265 MSCformLayout_1->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
266 MSCformLayout_1->setHorizontalSpacing(12);
267 MSCformLayout_1->setVerticalSpacing(12);
268 MSClabel1 =
new QLabel(frame);
269 MSClabel1->setObjectName(QString::fromUtf8(
"MSClabel1"));
271 MSCformLayout_1->setWidget(0, QFormLayout::LabelRole, MSClabel1);
273 MSClabelavailable =
new QLabel(frame);
274 MSClabelavailable->setObjectName(QString::fromUtf8(
"MSClabelavailable"));
275 MSClabelavailable->setFont(font);
276 MSClabelavailable->setCursor(QCursor(Qt::IBeamCursor));
277 MSClabelavailable->setText(QString::fromUtf8(
"0.00 MSC"));
278 MSClabelavailable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
279 MSClabelavailable->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
281 MSCformLayout_1->setWidget(0, QFormLayout::FieldRole, MSClabelavailable);
283 MSClabel_2 =
new QLabel(frame);
284 MSClabel_2->setObjectName(QString::fromUtf8(
"MSClabel_2"));
286 MSCformLayout_1->setWidget(1, QFormLayout::LabelRole, MSClabel_2);
288 MSClabelpending =
new QLabel(frame);
289 MSClabelpending->setObjectName(QString::fromUtf8(
"MSClabelpending"));
290 MSClabelpending->setFont(font);
291 MSClabelpending->setCursor(QCursor(Qt::IBeamCursor));
292 MSClabelpending->setText(QString::fromUtf8(
"0.00 MSC"));
293 MSClabelpending->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
294 MSClabelpending->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
296 MSCformLayout_1->setWidget(1, QFormLayout::FieldRole, MSClabelpending);
298 MSClabel_3 =
new QLabel(frame);
299 MSClabel_3->setObjectName(QString::fromUtf8(
"MSClabel_3"));
301 MSCformLayout_1->setWidget(2, QFormLayout::LabelRole, MSClabel_3);
303 MSClabelreserved =
new QLabel(frame);
304 MSClabelreserved->setObjectName(QString::fromUtf8(
"MSClabelreserved"));
305 MSClabelreserved->setFont(font);
306 MSClabelreserved->setText(QString::fromUtf8(
"0.00 MSC"));
307 MSClabelreserved->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
308 MSClabelreserved->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
310 MSCformLayout_1->setWidget(2, QFormLayout::FieldRole, MSClabelreserved);
312 line1 =
new QFrame(frame);
313 line1->setObjectName(QString::fromUtf8(
"line1"));
314 line1->setFrameShape(QFrame::HLine);
315 line1->setFrameShadow(QFrame::Sunken);
317 MSCformLayout_1->setWidget(3, QFormLayout::SpanningRole, line1);
319 MSClabel_4 =
new QLabel(frame);
320 MSClabel_4->setObjectName(QString::fromUtf8(
"MSClabel_4"));
322 MSCformLayout_1->setWidget(4, QFormLayout::LabelRole, MSClabel_4);
324 MSClabeltotal =
new QLabel(frame);
325 MSClabeltotal->setObjectName(QString::fromUtf8(
"MSClabeltotal"));
326 MSClabeltotal->setFont(font);
327 MSClabeltotal->setCursor(QCursor(Qt::IBeamCursor));
328 MSClabeltotal->setText(QString::fromUtf8(
"0.00 MSC"));
329 MSClabeltotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
330 MSClabeltotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
332 MSCformLayout_1->setWidget(4, QFormLayout::FieldRole, MSClabeltotal);
335 horizontalLayout_3->addLayout(MSCformLayout_1);
338 verticalLayout_4->addLayout(horizontalLayout_3);
340 verticalSpacer_4 =
new QSpacerItem(0, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
342 verticalLayout_4->addItem(verticalSpacer_4);
344 horizontalLayout_7 =
new QHBoxLayout();
345 horizontalLayout_7->setObjectName(QString::fromUtf8(
"horizontalLayout_7"));
346 horizontalLayout_9 =
new QHBoxLayout();
347 horizontalLayout_9->setObjectName(QString::fromUtf8(
"horizontalLayout_9"));
348 label_7 =
new QLabel(frame);
349 label_7->setObjectName(QString::fromUtf8(
"label_7"));
350 label_7->setFont(font);
352 horizontalLayout_9->addWidget(label_7);
355 horizontalLayout_7->addLayout(horizontalLayout_9);
357 proclabel_2 =
new QLabel(frame);
358 proclabel_2->setObjectName(QString::fromUtf8(
"proclabel_2"));
359 proclabel_2->setStyleSheet(QString::fromUtf8(
"QLabel { color: red; }"));
361 horizontalLayout_7->addWidget(proclabel_2);
363 horizontalSpacer_6 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
365 horizontalLayout_7->addItem(horizontalSpacer_6);
367 horizontalLayout_10 =
new QHBoxLayout();
368 horizontalLayout_10->setObjectName(QString::fromUtf8(
"horizontalLayout_10"));
370 horizontalLayout_7->addLayout(horizontalLayout_10);
373 verticalLayout_4->addLayout(horizontalLayout_7);
375 horizontalLayout_11 =
new QHBoxLayout();
376 horizontalLayout_11->setObjectName(QString::fromUtf8(
"horizontalLayout_11"));
377 formLayout =
new QFormLayout();
378 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
379 formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
380 formLayout->setVerticalSpacing(12);
381 SPname1 =
new QLabel(frame);
382 SPname1->setObjectName(QString::fromUtf8(
"SPname1"));
384 formLayout->setWidget(0, QFormLayout::LabelRole, SPname1);
386 SPbal1 =
new QLabel(frame);
387 SPbal1->setObjectName(QString::fromUtf8(
"SPbal1"));
388 SPbal1->setFont(font);
389 SPbal1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
391 formLayout->setWidget(0, QFormLayout::FieldRole, SPbal1);
393 SPname2 =
new QLabel(frame);
394 SPname2->setObjectName(QString::fromUtf8(
"SPname2"));
396 formLayout->setWidget(1, QFormLayout::LabelRole, SPname2);
398 SPbal2 =
new QLabel(frame);
399 SPbal2->setObjectName(QString::fromUtf8(
"SPbal2"));
400 SPbal2->setFont(font);
401 SPbal2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
403 formLayout->setWidget(1, QFormLayout::FieldRole, SPbal2);
405 SPname3 =
new QLabel(frame);
406 SPname3->setObjectName(QString::fromUtf8(
"SPname3"));
408 formLayout->setWidget(2, QFormLayout::LabelRole, SPname3);
410 SPbal3 =
new QLabel(frame);
411 SPbal3->setObjectName(QString::fromUtf8(
"SPbal3"));
412 SPbal3->setFont(font);
413 SPbal3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
415 formLayout->setWidget(2, QFormLayout::FieldRole, SPbal3);
417 SPname4 =
new QLabel(frame);
418 SPname4->setObjectName(QString::fromUtf8(
"SPname4"));
420 formLayout->setWidget(3, QFormLayout::LabelRole, SPname4);
422 SPbal4 =
new QLabel(frame);
423 SPbal4->setObjectName(QString::fromUtf8(
"SPbal4"));
424 SPbal4->setFont(font);
425 SPbal4->setLayoutDirection(Qt::LeftToRight);
426 SPbal4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
428 formLayout->setWidget(3, QFormLayout::FieldRole, SPbal4);
430 SPname5 =
new QLabel(frame);
431 SPname5->setObjectName(QString::fromUtf8(
"SPname5"));
433 formLayout->setWidget(4, QFormLayout::LabelRole, SPname5);
435 SPbal5 =
new QLabel(frame);
436 SPbal5->setObjectName(QString::fromUtf8(
"SPbal5"));
437 SPbal5->setFont(font);
438 SPbal5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
440 formLayout->setWidget(4, QFormLayout::FieldRole, SPbal5);
443 horizontalLayout_11->addLayout(formLayout);
446 verticalLayout_4->addLayout(horizontalLayout_11);
448 horizontalLayout_14 =
new QHBoxLayout();
449 horizontalLayout_14->setObjectName(QString::fromUtf8(
"horizontalLayout_14"));
450 horizontalLayout_14->setContentsMargins(-1, -1, -1, 0);
451 notifyMoreSPLabel =
new QLabel(frame);
452 notifyMoreSPLabel->setObjectName(QString::fromUtf8(
"notifyMoreSPLabel"));
454 font1.setPointSize(7);
455 notifyMoreSPLabel->setFont(font1);
456 notifyMoreSPLabel->setStyleSheet(QString::fromUtf8(
""));
457 notifyMoreSPLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
459 horizontalLayout_14->addWidget(notifyMoreSPLabel);
462 verticalLayout_4->addLayout(horizontalLayout_14);
465 verticalLayout_2->addWidget(frame);
467 verticalSpacer =
new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
469 verticalLayout_2->addItem(verticalSpacer);
472 horizontalLayout->addLayout(verticalLayout_2);
474 verticalLayout_3 =
new QVBoxLayout();
475 verticalLayout_3->setObjectName(QString::fromUtf8(
"verticalLayout_3"));
476 frame_2 =
new QFrame(OverviewPage);
477 frame_2->setObjectName(QString::fromUtf8(
"frame_2"));
478 frame_2->setFrameShape(QFrame::StyledPanel);
479 frame_2->setFrameShadow(QFrame::Raised);
480 verticalLayout =
new QVBoxLayout(frame_2);
481 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
482 horizontalLayout_2 =
new QHBoxLayout();
483 horizontalLayout_2->setObjectName(QString::fromUtf8(
"horizontalLayout_2"));
484 label_4 =
new QLabel(frame_2);
485 label_4->setObjectName(QString::fromUtf8(
"label_4"));
487 horizontalLayout_2->addWidget(label_4);
489 labelTransactionsStatus =
new QLabel(frame_2);
490 labelTransactionsStatus->setObjectName(QString::fromUtf8(
"labelTransactionsStatus"));
491 labelTransactionsStatus->setStyleSheet(QString::fromUtf8(
"QLabel { color: red; }"));
492 labelTransactionsStatus->setText(QString::fromUtf8(
"(out of sync)"));
493 labelTransactionsStatus->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
495 horizontalLayout_2->addWidget(labelTransactionsStatus);
497 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
499 horizontalLayout_2->addItem(horizontalSpacer);
502 verticalLayout->addLayout(horizontalLayout_2);
504 listTransactions =
new QListView(frame_2);
505 listTransactions->setObjectName(QString::fromUtf8(
"listTransactions"));
506 listTransactions->setStyleSheet(QString::fromUtf8(
"QListView { background: transparent; }"));
507 listTransactions->setFrameShape(QFrame::NoFrame);
508 listTransactions->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
509 listTransactions->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
510 listTransactions->setSelectionMode(QAbstractItemView::NoSelection);
512 verticalLayout->addWidget(listTransactions);
515 verticalLayout_3->addWidget(frame_2);
517 verticalSpacer_2 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
519 verticalLayout_3->addItem(verticalSpacer_2);
522 horizontalLayout->addLayout(verticalLayout_3);
524 horizontalLayout->setStretch(0, 1);
525 horizontalLayout->setStretch(1, 1);
527 topLayout->addLayout(horizontalLayout);
532 QMetaObject::connectSlotsByName(OverviewPage);
537 OverviewPage->setWindowTitle(QApplication::translate(
"OverviewPage",
"Form", 0, QApplication::UnicodeUTF8));
538 label_5->setText(QApplication::translate(
"OverviewPage",
"Bitcoin", 0, QApplication::UnicodeUTF8));
539 #ifndef QT_NO_TOOLTIP
540 labelWalletStatus->setToolTip(QApplication::translate(
"OverviewPage",
"The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.", 0, QApplication::UnicodeUTF8));
541 #endif // QT_NO_TOOLTIP
542 proclabel->setText(QApplication::translate(
"OverviewPage",
"(processing)", 0, QApplication::UnicodeUTF8));
543 label_6->setText(QApplication::translate(
"OverviewPage",
"Mastercoin", 0, QApplication::UnicodeUTF8));
544 label->setText(QApplication::translate(
"OverviewPage",
"Available:", 0, QApplication::UnicodeUTF8));
545 #ifndef QT_NO_TOOLTIP
546 labelBalance->setToolTip(QApplication::translate(
"OverviewPage",
"Your current spendable balance", 0, QApplication::UnicodeUTF8));
547 #endif // QT_NO_TOOLTIP
548 label_3->setText(QApplication::translate(
"OverviewPage",
"Pending:", 0, QApplication::UnicodeUTF8));
549 #ifndef QT_NO_TOOLTIP
550 labelUnconfirmed->setToolTip(QApplication::translate(
"OverviewPage",
"Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance", 0, QApplication::UnicodeUTF8));
551 #endif // QT_NO_TOOLTIP
552 labelImmatureText->setText(QApplication::translate(
"OverviewPage",
"Immature:", 0, QApplication::UnicodeUTF8));
553 #ifndef QT_NO_TOOLTIP
554 labelImmature->setToolTip(QApplication::translate(
"OverviewPage",
"Mined balance that has not yet matured", 0, QApplication::UnicodeUTF8));
555 #endif // QT_NO_TOOLTIP
556 labelTotalText->setText(QApplication::translate(
"OverviewPage",
"Total:", 0, QApplication::UnicodeUTF8));
557 #ifndef QT_NO_TOOLTIP
558 labelTotal->setToolTip(QApplication::translate(
"OverviewPage",
"Your current total balance", 0, QApplication::UnicodeUTF8));
559 #endif // QT_NO_TOOLTIP
560 MSClabel1->setText(QApplication::translate(
"OverviewPage",
"Available:", 0, QApplication::UnicodeUTF8));
561 #ifndef QT_NO_TOOLTIP
562 MSClabelavailable->setToolTip(QApplication::translate(
"OverviewPage",
"Your current spendable balance", 0, QApplication::UnicodeUTF8));
563 #endif // QT_NO_TOOLTIP
564 MSClabel_2->setText(QApplication::translate(
"OverviewPage",
"Pending:", 0, QApplication::UnicodeUTF8));
565 #ifndef QT_NO_TOOLTIP
566 MSClabelpending->setToolTip(QApplication::translate(
"OverviewPage",
"Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance", 0, QApplication::UnicodeUTF8));
567 #endif // QT_NO_TOOLTIP
568 MSClabel_3->setText(QApplication::translate(
"OverviewPage",
"Reserved:", 0, QApplication::UnicodeUTF8));
569 #ifndef QT_NO_TOOLTIP
570 MSClabelreserved->setToolTip(QApplication::translate(
"OverviewPage",
"Reserved balance (distributed exchange)", 0, QApplication::UnicodeUTF8));
571 #endif // QT_NO_TOOLTIP
572 MSClabel_4->setText(QApplication::translate(
"OverviewPage",
"Total:", 0, QApplication::UnicodeUTF8));
573 #ifndef QT_NO_TOOLTIP
574 MSClabeltotal->setToolTip(QApplication::translate(
"OverviewPage",
"Your current total balance", 0, QApplication::UnicodeUTF8));
575 #endif // QT_NO_TOOLTIP
576 label_7->setText(QApplication::translate(
"OverviewPage",
"Smart Property", 0, QApplication::UnicodeUTF8));
577 proclabel_2->setText(QApplication::translate(
"OverviewPage",
"(processing)", 0, QApplication::UnicodeUTF8));
578 SPname1->setText(QApplication::translate(
"OverviewPage",
"Unknown Property", 0, QApplication::UnicodeUTF8));
579 SPbal1->setText(QApplication::translate(
"OverviewPage",
"0 SPT", 0, QApplication::UnicodeUTF8));
580 SPname2->setText(QApplication::translate(
"OverviewPage",
"Unknown Property", 0, QApplication::UnicodeUTF8));
581 SPbal2->setText(QApplication::translate(
"OverviewPage",
"0 SPT", 0, QApplication::UnicodeUTF8));
582 SPname3->setText(QApplication::translate(
"OverviewPage",
"Unknown Property", 0, QApplication::UnicodeUTF8));
583 SPbal3->setText(QApplication::translate(
"OverviewPage",
"0 SPT", 0, QApplication::UnicodeUTF8));
584 SPname4->setText(QApplication::translate(
"OverviewPage",
"Unknown Property", 0, QApplication::UnicodeUTF8));
585 SPbal4->setText(QApplication::translate(
"OverviewPage",
"0 SPT", 0, QApplication::UnicodeUTF8));
586 SPname5->setText(QApplication::translate(
"OverviewPage",
"Unknown Property", 0, QApplication::UnicodeUTF8));
587 SPbal5->setText(QApplication::translate(
"OverviewPage",
"0 SPT", 0, QApplication::UnicodeUTF8));
588 notifyMoreSPLabel->setText(QApplication::translate(
"OverviewPage",
"*Not all properties displayed (see balances page)", 0, QApplication::UnicodeUTF8));
589 label_4->setText(QApplication::translate(
"OverviewPage",
"<b>Recent transactions</b>", 0, QApplication::UnicodeUTF8));
590 #ifndef QT_NO_TOOLTIP
591 labelTransactionsStatus->setToolTip(QApplication::translate(
"OverviewPage",
"The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.", 0, QApplication::UnicodeUTF8));
592 #endif // QT_NO_TOOLTIP
603 #endif // UI_OVERVIEWPAGE_H
QSpacerItem * horizontalSpacer_6
QHBoxLayout * horizontalLayout_7
QVBoxLayout * verticalLayout_4
QLabel * labelUnconfirmed
QFormLayout * formLayout_2
QSpacerItem * verticalSpacer_3
QLabel * labelTransactionsStatus
QSpacerItem * verticalSpacer_2
void retranslateUi(QWidget *OverviewPage)
QVBoxLayout * verticalLayout_3
QHBoxLayout * horizontalLayout_14
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer_3
QLabel * notifyMoreSPLabel
QLabel * MSClabelavailable
QVBoxLayout * verticalLayout_2
QHBoxLayout * horizontalLayout_11
QHBoxLayout * horizontalLayout_6
QHBoxLayout * horizontalLayout_4
QSpacerItem * verticalSpacer
QSpacerItem * horizontalSpacer_5
QVBoxLayout * verticalLayout
QLabel * labelImmatureText
QHBoxLayout * horizontalLayout_5
QHBoxLayout * horizontalLayout_9
QLabel * labelWalletStatus
QHBoxLayout * horizontalLayout_8
QHBoxLayout * horizontalLayout_2
QFormLayout * MSCformLayout_1
QHBoxLayout * horizontalLayout_10
QListView * listTransactions
QLabel * MSClabelreserved
QSpacerItem * horizontalSpacer
QSpacerItem * verticalSpacer_4
Overview ("home") page widget.
void setupUi(QWidget *OverviewPage)
QHBoxLayout * horizontalLayout_3