Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ui_overviewpage.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'overviewpage.ui'
3 **
4 **
5 ** WARNING! All changes made in this file will be lost when recompiling UI file!
6 ********************************************************************************/
7 
8 #ifndef UI_OVERVIEWPAGE_H
9 #define UI_OVERVIEWPAGE_H
10 
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>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *topLayout;
32  QHBoxLayout *horizontalLayout;
33  QVBoxLayout *verticalLayout_2;
35  QVBoxLayout *verticalLayout_4;
36  QHBoxLayout *horizontalLayout_5;
37  QHBoxLayout *horizontalLayout_8;
40  QSpacerItem *horizontalSpacer_5;
41  QHBoxLayout *horizontalLayout_6;
44  QHBoxLayout *horizontalLayout_4;
45  QHBoxLayout *horizontalLayout_3;
46  QFormLayout *formLayout_2;
56  QSpacerItem *verticalSpacer_3;
57  QSpacerItem *horizontalSpacer_3;
58  QFormLayout *MSCformLayout_1;
68  QSpacerItem *verticalSpacer_4;
69  QHBoxLayout *horizontalLayout_7;
70  QHBoxLayout *horizontalLayout_9;
73  QSpacerItem *horizontalSpacer_6;
74  QHBoxLayout *horizontalLayout_10;
75  QHBoxLayout *horizontalLayout_11;
76  QFormLayout *formLayout;
87  QHBoxLayout *horizontalLayout_14;
89  QSpacerItem *verticalSpacer;
90  QVBoxLayout *verticalLayout_3;
92  QVBoxLayout *verticalLayout;
93  QHBoxLayout *horizontalLayout_2;
96  QSpacerItem *horizontalSpacer;
97  QListView *listTransactions;
98  QSpacerItem *verticalSpacer_2;
99 
101  {
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);
113 
114  topLayout->addWidget(labelAlerts);
115 
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"));
132  QFont font;
133  font.setBold(true);
134  font.setWeight(75);
135  label_5->setFont(font);
136 
137  horizontalLayout_8->addWidget(label_5);
138 
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);
144 
145  horizontalLayout_8->addWidget(labelWalletStatus);
146 
147 
148  horizontalLayout_5->addLayout(horizontalLayout_8);
149 
150  horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
151 
152  horizontalLayout_5->addItem(horizontalSpacer_5);
153 
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; }"));
159 
160  horizontalLayout_6->addWidget(proclabel);
161 
162  label_6 = new QLabel(frame);
163  label_6->setObjectName(QString::fromUtf8("label_6"));
164  label_6->setFont(font);
165 
166  horizontalLayout_6->addWidget(label_6);
167 
168 
169  horizontalLayout_5->addLayout(horizontalLayout_6);
170 
171 
172  verticalLayout_4->addLayout(horizontalLayout_5);
173 
174  horizontalLayout_4 = new QHBoxLayout();
175  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
176 
177  verticalLayout_4->addLayout(horizontalLayout_4);
178 
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"));
188 
189  formLayout_2->setWidget(0, QFormLayout::LabelRole, label);
190 
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);
198 
199  formLayout_2->setWidget(0, QFormLayout::FieldRole, labelBalance);
200 
201  label_3 = new QLabel(frame);
202  label_3->setObjectName(QString::fromUtf8("label_3"));
203 
204  formLayout_2->setWidget(1, QFormLayout::LabelRole, label_3);
205 
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);
213 
214  formLayout_2->setWidget(1, QFormLayout::FieldRole, labelUnconfirmed);
215 
216  labelImmatureText = new QLabel(frame);
217  labelImmatureText->setObjectName(QString::fromUtf8("labelImmatureText"));
218 
219  formLayout_2->setWidget(2, QFormLayout::LabelRole, labelImmatureText);
220 
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);
227 
228  formLayout_2->setWidget(2, QFormLayout::FieldRole, labelImmature);
229 
230  line = new QFrame(frame);
231  line->setObjectName(QString::fromUtf8("line"));
232  line->setFrameShape(QFrame::HLine);
233  line->setFrameShadow(QFrame::Sunken);
234 
235  formLayout_2->setWidget(4, QFormLayout::SpanningRole, line);
236 
237  labelTotalText = new QLabel(frame);
238  labelTotalText->setObjectName(QString::fromUtf8("labelTotalText"));
239 
240  formLayout_2->setWidget(5, QFormLayout::LabelRole, labelTotalText);
241 
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);
249 
250  formLayout_2->setWidget(5, QFormLayout::FieldRole, labelTotal);
251 
252  verticalSpacer_3 = new QSpacerItem(20, 3, QSizePolicy::Minimum, QSizePolicy::Fixed);
253 
254  formLayout_2->setItem(3, QFormLayout::LabelRole, verticalSpacer_3);
255 
256 
257  horizontalLayout_3->addLayout(formLayout_2);
258 
259  horizontalSpacer_3 = new QSpacerItem(35, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
260 
261  horizontalLayout_3->addItem(horizontalSpacer_3);
262 
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"));
270 
271  MSCformLayout_1->setWidget(0, QFormLayout::LabelRole, MSClabel1);
272 
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);
280 
281  MSCformLayout_1->setWidget(0, QFormLayout::FieldRole, MSClabelavailable);
282 
283  MSClabel_2 = new QLabel(frame);
284  MSClabel_2->setObjectName(QString::fromUtf8("MSClabel_2"));
285 
286  MSCformLayout_1->setWidget(1, QFormLayout::LabelRole, MSClabel_2);
287 
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);
295 
296  MSCformLayout_1->setWidget(1, QFormLayout::FieldRole, MSClabelpending);
297 
298  MSClabel_3 = new QLabel(frame);
299  MSClabel_3->setObjectName(QString::fromUtf8("MSClabel_3"));
300 
301  MSCformLayout_1->setWidget(2, QFormLayout::LabelRole, MSClabel_3);
302 
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);
309 
310  MSCformLayout_1->setWidget(2, QFormLayout::FieldRole, MSClabelreserved);
311 
312  line1 = new QFrame(frame);
313  line1->setObjectName(QString::fromUtf8("line1"));
314  line1->setFrameShape(QFrame::HLine);
315  line1->setFrameShadow(QFrame::Sunken);
316 
317  MSCformLayout_1->setWidget(3, QFormLayout::SpanningRole, line1);
318 
319  MSClabel_4 = new QLabel(frame);
320  MSClabel_4->setObjectName(QString::fromUtf8("MSClabel_4"));
321 
322  MSCformLayout_1->setWidget(4, QFormLayout::LabelRole, MSClabel_4);
323 
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);
331 
332  MSCformLayout_1->setWidget(4, QFormLayout::FieldRole, MSClabeltotal);
333 
334 
335  horizontalLayout_3->addLayout(MSCformLayout_1);
336 
337 
338  verticalLayout_4->addLayout(horizontalLayout_3);
339 
340  verticalSpacer_4 = new QSpacerItem(0, 20, QSizePolicy::Minimum, QSizePolicy::Fixed);
341 
342  verticalLayout_4->addItem(verticalSpacer_4);
343 
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);
351 
352  horizontalLayout_9->addWidget(label_7);
353 
354 
355  horizontalLayout_7->addLayout(horizontalLayout_9);
356 
357  proclabel_2 = new QLabel(frame);
358  proclabel_2->setObjectName(QString::fromUtf8("proclabel_2"));
359  proclabel_2->setStyleSheet(QString::fromUtf8("QLabel { color: red; }"));
360 
361  horizontalLayout_7->addWidget(proclabel_2);
362 
363  horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
364 
365  horizontalLayout_7->addItem(horizontalSpacer_6);
366 
367  horizontalLayout_10 = new QHBoxLayout();
368  horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
369 
370  horizontalLayout_7->addLayout(horizontalLayout_10);
371 
372 
373  verticalLayout_4->addLayout(horizontalLayout_7);
374 
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"));
383 
384  formLayout->setWidget(0, QFormLayout::LabelRole, SPname1);
385 
386  SPbal1 = new QLabel(frame);
387  SPbal1->setObjectName(QString::fromUtf8("SPbal1"));
388  SPbal1->setFont(font);
389  SPbal1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
390 
391  formLayout->setWidget(0, QFormLayout::FieldRole, SPbal1);
392 
393  SPname2 = new QLabel(frame);
394  SPname2->setObjectName(QString::fromUtf8("SPname2"));
395 
396  formLayout->setWidget(1, QFormLayout::LabelRole, SPname2);
397 
398  SPbal2 = new QLabel(frame);
399  SPbal2->setObjectName(QString::fromUtf8("SPbal2"));
400  SPbal2->setFont(font);
401  SPbal2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
402 
403  formLayout->setWidget(1, QFormLayout::FieldRole, SPbal2);
404 
405  SPname3 = new QLabel(frame);
406  SPname3->setObjectName(QString::fromUtf8("SPname3"));
407 
408  formLayout->setWidget(2, QFormLayout::LabelRole, SPname3);
409 
410  SPbal3 = new QLabel(frame);
411  SPbal3->setObjectName(QString::fromUtf8("SPbal3"));
412  SPbal3->setFont(font);
413  SPbal3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
414 
415  formLayout->setWidget(2, QFormLayout::FieldRole, SPbal3);
416 
417  SPname4 = new QLabel(frame);
418  SPname4->setObjectName(QString::fromUtf8("SPname4"));
419 
420  formLayout->setWidget(3, QFormLayout::LabelRole, SPname4);
421 
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);
427 
428  formLayout->setWidget(3, QFormLayout::FieldRole, SPbal4);
429 
430  SPname5 = new QLabel(frame);
431  SPname5->setObjectName(QString::fromUtf8("SPname5"));
432 
433  formLayout->setWidget(4, QFormLayout::LabelRole, SPname5);
434 
435  SPbal5 = new QLabel(frame);
436  SPbal5->setObjectName(QString::fromUtf8("SPbal5"));
437  SPbal5->setFont(font);
438  SPbal5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
439 
440  formLayout->setWidget(4, QFormLayout::FieldRole, SPbal5);
441 
442 
443  horizontalLayout_11->addLayout(formLayout);
444 
445 
446  verticalLayout_4->addLayout(horizontalLayout_11);
447 
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"));
453  QFont font1;
454  font1.setPointSize(7);
455  notifyMoreSPLabel->setFont(font1);
456  notifyMoreSPLabel->setStyleSheet(QString::fromUtf8(""));
457  notifyMoreSPLabel->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
458 
459  horizontalLayout_14->addWidget(notifyMoreSPLabel);
460 
461 
462  verticalLayout_4->addLayout(horizontalLayout_14);
463 
464 
465  verticalLayout_2->addWidget(frame);
466 
467  verticalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
468 
469  verticalLayout_2->addItem(verticalSpacer);
470 
471 
472  horizontalLayout->addLayout(verticalLayout_2);
473 
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"));
486 
487  horizontalLayout_2->addWidget(label_4);
488 
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);
494 
495  horizontalLayout_2->addWidget(labelTransactionsStatus);
496 
497  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
498 
499  horizontalLayout_2->addItem(horizontalSpacer);
500 
501 
502  verticalLayout->addLayout(horizontalLayout_2);
503 
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);
511 
512  verticalLayout->addWidget(listTransactions);
513 
514 
515  verticalLayout_3->addWidget(frame_2);
516 
517  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
518 
519  verticalLayout_3->addItem(verticalSpacer_2);
520 
521 
522  horizontalLayout->addLayout(verticalLayout_3);
523 
524  horizontalLayout->setStretch(0, 1);
525  horizontalLayout->setStretch(1, 1);
526 
527  topLayout->addLayout(horizontalLayout);
528 
529 
530  retranslateUi(OverviewPage);
531 
532  QMetaObject::connectSlotsByName(OverviewPage);
533  } // setupUi
534 
536  {
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
593  } // retranslateUi
594 
595 };
596 
597 namespace Ui {
598  class OverviewPage: public Ui_OverviewPage {};
599 } // namespace Ui
600 
601 QT_END_NAMESPACE
602 
603 #endif // UI_OVERVIEWPAGE_H
QSpacerItem * horizontalSpacer_6
QHBoxLayout * horizontalLayout_7
QVBoxLayout * verticalLayout_4
QLabel * labelUnconfirmed
QFormLayout * formLayout_2
QSpacerItem * verticalSpacer_3
QLabel * labelTransactionsStatus
QLabel * labelImmature
QSpacerItem * verticalSpacer_2
void retranslateUi(QWidget *OverviewPage)
QVBoxLayout * verticalLayout_3
QHBoxLayout * horizontalLayout_14
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer_3
QLabel * labelAlerts
QLabel * notifyMoreSPLabel
QLabel * proclabel_2
QLabel * MSClabelavailable
QVBoxLayout * verticalLayout_2
QHBoxLayout * horizontalLayout_11
QVBoxLayout * topLayout
QHBoxLayout * horizontalLayout_6
QLabel * MSClabelpending
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
QLabel * MSClabeltotal
QHBoxLayout * horizontalLayout_10
QListView * listTransactions
QFormLayout * formLayout
QLabel * labelTotalText
QLabel * MSClabelreserved
QSpacerItem * horizontalSpacer
QSpacerItem * verticalSpacer_4
Overview ("home") page widget.
Definition: overviewpage.h:24
void setupUi(QWidget *OverviewPage)
QHBoxLayout * horizontalLayout_3
QLabel * labelBalance