Fabcoin Core  0.16.2
P2P Digital Currency
ui_overviewpage.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'overviewpage.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_OVERVIEWPAGE_H
10 #define UI_OVERVIEWPAGE_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QListView>
22 #include <QtWidgets/QPushButton>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QToolButton>
25 #include <QtWidgets/QVBoxLayout>
26 #include <QtWidgets/QWidget>
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QVBoxLayout *topLayout;
34  QLabel *labelAlerts;
35  QGridLayout *gridLayout_2;
36  QHBoxLayout *horizontalLayout_4;
37  QLabel *labelTokens;
38  QToolButton *labelTokenStatus;
39  QSpacerItem *horizontalSpacer_7;
40  QPushButton *buttonAddToken;
42  QVBoxLayout *verticalLayout_10;
43  QListView *listTokens;
44  QFrame *frameBalances;
45  QVBoxLayout *verticalLayout_4;
46  QGridLayout *gridLayout;
49  QLabel *labelImmature;
51  QLabel *labelWatchonly;
53  QLabel *labelBalance;
56  QLabel *labelSpendable;
57  QLabel *labelStakeText;
58  QLabel *labelStake;
59  QLabel *labelWatchStake;
61  QLabel *labelWatchTotal;
62  QSpacerItem *verticalSpacer;
63  QLabel *labelTotal;
64  QSpacerItem *horizontalSpacer_5;
65  QLabel *labelTotalText;
66  QFrame *hLine;
67  QHBoxLayout *horizontalLayout_2;
68  QLabel *labelBalances;
69  QToolButton *labelWalletStatus;
70  QSpacerItem *horizontalSpacer;
71  QSpacerItem *horizontalSpacer_4;
72  QSpacerItem *verticalSpacer_4;
73  QHBoxLayout *horizontalLayout_6;
76  QSpacerItem *horizontalSpacer_3;
77  QVBoxLayout *verticalLayout_3;
79  QVBoxLayout *verticalLayout_8;
80  QHBoxLayout *horizontalLayout_3;
81  QLabel *labelDate;
82  QSpacerItem *horizontalSpacer_2;
83  QLabel *labelType;
84  QLabel *labelAddress;
85  QLabel *labelAmount;
86  QListView *listTransactions;
87  QHBoxLayout *horizontalLayout;
88  QSpacerItem *horizontalSpacer_6;
89  QPushButton *showMoreButton;
90 
91  void setupUi(QWidget *OverviewPage)
92  {
93  if (OverviewPage->objectName().isEmpty())
94  OverviewPage->setObjectName(QStringLiteral("OverviewPage"));
95  OverviewPage->resize(778, 502);
96  topLayout = new QVBoxLayout(OverviewPage);
97  topLayout->setSpacing(0);
98  topLayout->setObjectName(QStringLiteral("topLayout"));
99  labelAlerts = new QLabel(OverviewPage);
100  labelAlerts->setObjectName(QStringLiteral("labelAlerts"));
101  labelAlerts->setVisible(false);
102  labelAlerts->setStyleSheet(QStringLiteral("QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }"));
103  labelAlerts->setWordWrap(true);
104  labelAlerts->setMargin(3);
105  labelAlerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
106 
107  topLayout->addWidget(labelAlerts);
108 
109  gridLayout_2 = new QGridLayout();
110  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
111  horizontalLayout_4 = new QHBoxLayout();
112  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
113  horizontalLayout_4->setContentsMargins(-1, -1, -1, 9);
114  labelTokens = new QLabel(OverviewPage);
115  labelTokens->setObjectName(QStringLiteral("labelTokens"));
116 
117  horizontalLayout_4->addWidget(labelTokens);
118 
119  labelTokenStatus = new QToolButton(OverviewPage);
120  labelTokenStatus->setObjectName(QStringLiteral("labelTokenStatus"));
121  labelTokenStatus->setIconSize(QSize(24, 24));
122  labelTokenStatus->setProperty("flat", QVariant(false));
123 
124  horizontalLayout_4->addWidget(labelTokenStatus);
125 
126  horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
127 
128  horizontalLayout_4->addItem(horizontalSpacer_7);
129 
130  buttonAddToken = new QPushButton(OverviewPage);
131  buttonAddToken->setObjectName(QStringLiteral("buttonAddToken"));
132 
133  horizontalLayout_4->addWidget(buttonAddToken);
134 
135 
136  gridLayout_2->addLayout(horizontalLayout_4, 0, 2, 1, 1);
137 
138  frameOtherTokens = new QFrame(OverviewPage);
139  frameOtherTokens->setObjectName(QStringLiteral("frameOtherTokens"));
140  frameOtherTokens->setMinimumSize(QSize(0, 100));
141  frameOtherTokens->setFrameShape(QFrame::StyledPanel);
142  frameOtherTokens->setFrameShadow(QFrame::Raised);
143  verticalLayout_10 = new QVBoxLayout(frameOtherTokens);
144  verticalLayout_10->setObjectName(QStringLiteral("verticalLayout_10"));
145  listTokens = new QListView(frameOtherTokens);
146  listTokens->setObjectName(QStringLiteral("listTokens"));
147  listTokens->setEnabled(true);
148 
149  verticalLayout_10->addWidget(listTokens);
150 
151 
152  gridLayout_2->addWidget(frameOtherTokens, 1, 2, 1, 1);
153 
154  frameBalances = new QFrame(OverviewPage);
155  frameBalances->setObjectName(QStringLiteral("frameBalances"));
156  frameBalances->setFrameShape(QFrame::StyledPanel);
157  frameBalances->setFrameShadow(QFrame::Raised);
158  verticalLayout_4 = new QVBoxLayout(frameBalances);
159  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
160  gridLayout = new QGridLayout();
161  gridLayout->setSpacing(12);
162  gridLayout->setObjectName(QStringLiteral("gridLayout"));
163  labelWatchPending = new QLabel(frameBalances);
164  labelWatchPending->setObjectName(QStringLiteral("labelWatchPending"));
165  QFont font;
166  font.setBold(true);
167  font.setWeight(75);
168  labelWatchPending->setFont(font);
169  labelWatchPending->setCursor(QCursor(Qt::IBeamCursor));
170  labelWatchPending->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
171  labelWatchPending->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
172  labelWatchPending->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
173 
174  gridLayout->addWidget(labelWatchPending, 2, 3, 1, 1);
175 
176  labelUnconfirmed = new QLabel(frameBalances);
177  labelUnconfirmed->setObjectName(QStringLiteral("labelUnconfirmed"));
178  labelUnconfirmed->setFont(font);
179  labelUnconfirmed->setCursor(QCursor(Qt::IBeamCursor));
180  labelUnconfirmed->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
181  labelUnconfirmed->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
182  labelUnconfirmed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
183 
184  gridLayout->addWidget(labelUnconfirmed, 2, 2, 1, 1);
185 
186  labelImmature = new QLabel(frameBalances);
187  labelImmature->setObjectName(QStringLiteral("labelImmature"));
188  labelImmature->setFont(font);
189  labelImmature->setCursor(QCursor(Qt::IBeamCursor));
190  labelImmature->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
191  labelImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
192  labelImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
193 
194  gridLayout->addWidget(labelImmature, 3, 2, 1, 1);
195 
196  labelImmatureText = new QLabel(frameBalances);
197  labelImmatureText->setObjectName(QStringLiteral("labelImmatureText"));
198 
199  gridLayout->addWidget(labelImmatureText, 3, 0, 1, 1);
200 
201  labelWatchonly = new QLabel(frameBalances);
202  labelWatchonly->setObjectName(QStringLiteral("labelWatchonly"));
203  labelWatchonly->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
204 
205  gridLayout->addWidget(labelWatchonly, 0, 3, 1, 1);
206 
207  labelBalanceText = new QLabel(frameBalances);
208  labelBalanceText->setObjectName(QStringLiteral("labelBalanceText"));
209 
210  gridLayout->addWidget(labelBalanceText, 1, 0, 1, 1);
211 
212  labelBalance = new QLabel(frameBalances);
213  labelBalance->setObjectName(QStringLiteral("labelBalance"));
214  labelBalance->setFont(font);
215  labelBalance->setCursor(QCursor(Qt::IBeamCursor));
216  labelBalance->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
217  labelBalance->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
218  labelBalance->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
219 
220  gridLayout->addWidget(labelBalance, 1, 2, 1, 1);
221 
222  labelWatchAvailable = new QLabel(frameBalances);
223  labelWatchAvailable->setObjectName(QStringLiteral("labelWatchAvailable"));
224  labelWatchAvailable->setFont(font);
225  labelWatchAvailable->setCursor(QCursor(Qt::IBeamCursor));
226  labelWatchAvailable->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
227  labelWatchAvailable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
228  labelWatchAvailable->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
229 
230  gridLayout->addWidget(labelWatchAvailable, 1, 3, 1, 1);
231 
232  labelPendingText = new QLabel(frameBalances);
233  labelPendingText->setObjectName(QStringLiteral("labelPendingText"));
234 
235  gridLayout->addWidget(labelPendingText, 2, 0, 1, 1);
236 
237  labelSpendable = new QLabel(frameBalances);
238  labelSpendable->setObjectName(QStringLiteral("labelSpendable"));
239  labelSpendable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
240 
241  gridLayout->addWidget(labelSpendable, 0, 2, 1, 1);
242 
243  labelStakeText = new QLabel(frameBalances);
244  labelStakeText->setObjectName(QStringLiteral("labelStakeText"));
245 
246  gridLayout->addWidget(labelStakeText, 4, 0, 1, 1);
247 
248  labelStake = new QLabel(frameBalances);
249  labelStake->setObjectName(QStringLiteral("labelStake"));
250  labelStake->setFont(font);
251  labelStake->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
252  labelStake->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
253 
254  gridLayout->addWidget(labelStake, 4, 2, 1, 1);
255 
256  labelWatchStake = new QLabel(frameBalances);
257  labelWatchStake->setObjectName(QStringLiteral("labelWatchStake"));
258  labelWatchStake->setFont(font);
259  labelWatchStake->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
260  labelWatchStake->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
261 
262  gridLayout->addWidget(labelWatchStake, 4, 3, 1, 1);
263 
264  labelWatchImmature = new QLabel(frameBalances);
265  labelWatchImmature->setObjectName(QStringLiteral("labelWatchImmature"));
266  labelWatchImmature->setFont(font);
267  labelWatchImmature->setCursor(QCursor(Qt::IBeamCursor));
268  labelWatchImmature->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
269  labelWatchImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
270  labelWatchImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
271 
272  gridLayout->addWidget(labelWatchImmature, 3, 3, 1, 1);
273 
274  labelWatchTotal = new QLabel(frameBalances);
275  labelWatchTotal->setObjectName(QStringLiteral("labelWatchTotal"));
276  labelWatchTotal->setFont(font);
277  labelWatchTotal->setCursor(QCursor(Qt::IBeamCursor));
278  labelWatchTotal->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
279  labelWatchTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
280  labelWatchTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
281 
282  gridLayout->addWidget(labelWatchTotal, 7, 3, 1, 1);
283 
284  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
285 
286  gridLayout->addItem(verticalSpacer, 5, 0, 1, 4);
287 
288  labelTotal = new QLabel(frameBalances);
289  labelTotal->setObjectName(QStringLiteral("labelTotal"));
290  labelTotal->setFont(font);
291  labelTotal->setCursor(QCursor(Qt::IBeamCursor));
292  labelTotal->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 FABCOIN"));
293  labelTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
294  labelTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
295 
296  gridLayout->addWidget(labelTotal, 7, 2, 1, 1);
297 
298  horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
299 
300  gridLayout->addItem(horizontalSpacer_5, 0, 1, 5, 1);
301 
302  labelTotalText = new QLabel(frameBalances);
303  labelTotalText->setObjectName(QStringLiteral("labelTotalText"));
304 
305  gridLayout->addWidget(labelTotalText, 7, 0, 1, 1);
306 
307  hLine = new QFrame(frameBalances);
308  hLine->setObjectName(QStringLiteral("hLine"));
309  hLine->setFrameShape(QFrame::HLine);
310  hLine->setFrameShadow(QFrame::Sunken);
311 
312  gridLayout->addWidget(hLine, 6, 0, 1, 4);
313 
314 
315  verticalLayout_4->addLayout(gridLayout);
316 
317 
318  gridLayout_2->addWidget(frameBalances, 1, 0, 1, 1);
319 
320  horizontalLayout_2 = new QHBoxLayout();
321  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
322  horizontalLayout_2->setContentsMargins(-1, -1, -1, 9);
323  labelBalances = new QLabel(OverviewPage);
324  labelBalances->setObjectName(QStringLiteral("labelBalances"));
325 
326  horizontalLayout_2->addWidget(labelBalances);
327 
328  labelWalletStatus = new QToolButton(OverviewPage);
329  labelWalletStatus->setObjectName(QStringLiteral("labelWalletStatus"));
330  labelWalletStatus->setEnabled(true);
331  QIcon icon;
332  icon.addFile(QStringLiteral(":/icons/warning"), QSize(), QIcon::Normal, QIcon::Off);
333  icon.addFile(QStringLiteral(":/icons/warning"), QSize(), QIcon::Disabled, QIcon::Off);
334  labelWalletStatus->setIcon(icon);
335  labelWalletStatus->setIconSize(QSize(24, 24));
336  labelWalletStatus->setProperty("flat", QVariant(false));
337 
338  horizontalLayout_2->addWidget(labelWalletStatus);
339 
340  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
341 
342  horizontalLayout_2->addItem(horizontalSpacer);
343 
344 
345  gridLayout_2->addLayout(horizontalLayout_2, 0, 0, 1, 1);
346 
347  horizontalSpacer_4 = new QSpacerItem(10, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
348 
349  gridLayout_2->addItem(horizontalSpacer_4, 0, 1, 2, 1);
350 
351 
352  topLayout->addLayout(gridLayout_2);
353 
354  verticalSpacer_4 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
355 
356  topLayout->addItem(verticalSpacer_4);
357 
358  horizontalLayout_6 = new QHBoxLayout();
359  horizontalLayout_6->setObjectName(QStringLiteral("horizontalLayout_6"));
360  horizontalLayout_6->setContentsMargins(-1, -1, -1, 9);
361  labelRecentTransactions = new QLabel(OverviewPage);
362  labelRecentTransactions->setObjectName(QStringLiteral("labelRecentTransactions"));
363 
364  horizontalLayout_6->addWidget(labelRecentTransactions);
365 
366  labelTransactionsStatus = new QToolButton(OverviewPage);
367  labelTransactionsStatus->setObjectName(QStringLiteral("labelTransactionsStatus"));
368  labelTransactionsStatus->setEnabled(true);
369  labelTransactionsStatus->setIcon(icon);
370  labelTransactionsStatus->setIconSize(QSize(24, 24));
371  labelTransactionsStatus->setProperty("flat", QVariant(false));
372 
373  horizontalLayout_6->addWidget(labelTransactionsStatus);
374 
375  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
376 
377  horizontalLayout_6->addItem(horizontalSpacer_3);
378 
379 
380  topLayout->addLayout(horizontalLayout_6);
381 
382  verticalLayout_3 = new QVBoxLayout();
383  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
384  frameRecentTransactions = new QFrame(OverviewPage);
385  frameRecentTransactions->setObjectName(QStringLiteral("frameRecentTransactions"));
386  frameRecentTransactions->setFrameShape(QFrame::StyledPanel);
387  frameRecentTransactions->setFrameShadow(QFrame::Raised);
388  verticalLayout_8 = new QVBoxLayout(frameRecentTransactions);
389  verticalLayout_8->setObjectName(QStringLiteral("verticalLayout_8"));
390  horizontalLayout_3 = new QHBoxLayout();
391  horizontalLayout_3->setSpacing(5);
392  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
393  horizontalLayout_3->setContentsMargins(5, -1, 5, -1);
394  labelDate = new QLabel(frameRecentTransactions);
395  labelDate->setObjectName(QStringLiteral("labelDate"));
396 
397  horizontalLayout_3->addWidget(labelDate);
398 
399  horizontalSpacer_2 = new QSpacerItem(25, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
400 
401  horizontalLayout_3->addItem(horizontalSpacer_2);
402 
403  labelType = new QLabel(frameRecentTransactions);
404  labelType->setObjectName(QStringLiteral("labelType"));
405 
406  horizontalLayout_3->addWidget(labelType);
407 
408  labelAddress = new QLabel(frameRecentTransactions);
409  labelAddress->setObjectName(QStringLiteral("labelAddress"));
410 
411  horizontalLayout_3->addWidget(labelAddress);
412 
413  labelAmount = new QLabel(frameRecentTransactions);
414  labelAmount->setObjectName(QStringLiteral("labelAmount"));
415  labelAmount->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
416 
417  horizontalLayout_3->addWidget(labelAmount);
418 
419 
420  verticalLayout_8->addLayout(horizontalLayout_3);
421 
422  listTransactions = new QListView(frameRecentTransactions);
423  listTransactions->setObjectName(QStringLiteral("listTransactions"));
424  listTransactions->setStyleSheet(QStringLiteral("QListView { background: transparent; }"));
425  listTransactions->setFrameShape(QFrame::NoFrame);
426  listTransactions->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
427  listTransactions->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
428 
429  verticalLayout_8->addWidget(listTransactions);
430 
431 
432  verticalLayout_3->addWidget(frameRecentTransactions);
433 
434  horizontalLayout = new QHBoxLayout();
435  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
436  horizontalLayout->setContentsMargins(-1, 5, -1, 5);
437  horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
438 
439  horizontalLayout->addItem(horizontalSpacer_6);
440 
441  showMoreButton = new QPushButton(OverviewPage);
442  showMoreButton->setObjectName(QStringLiteral("showMoreButton"));
443 
444  horizontalLayout->addWidget(showMoreButton);
445 
446 
447  verticalLayout_3->addLayout(horizontalLayout);
448 
449 
450  topLayout->addLayout(verticalLayout_3);
451 
452 
453  retranslateUi(OverviewPage);
454 
455  QMetaObject::connectSlotsByName(OverviewPage);
456  } // setupUi
457 
459  {
460  OverviewPage->setWindowTitle(QApplication::translate("OverviewPage", "Form", 0));
461  labelTokens->setText(QApplication::translate("OverviewPage", "Other Tokens", 0));
462 #ifndef QT_NO_TOOLTIP
463  labelTokenStatus->setToolTip(QApplication::translate("OverviewPage", "The displayed information may be out of date. Your wallet automatically synchronizes with the Fabcoin network after a connection is established, but this process has not completed yet.", 0));
464 #endif // QT_NO_TOOLTIP
465  labelTokenStatus->setText(QString());
466  buttonAddToken->setText(QApplication::translate("OverviewPage", "Add", 0));
467 #ifndef QT_NO_TOOLTIP
468  labelWatchPending->setToolTip(QApplication::translate("OverviewPage", "Unconfirmed transactions to watch-only addresses", 0));
469 #endif // QT_NO_TOOLTIP
470 #ifndef QT_NO_TOOLTIP
471  labelUnconfirmed->setToolTip(QApplication::translate("OverviewPage", "Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance", 0));
472 #endif // QT_NO_TOOLTIP
473 #ifndef QT_NO_TOOLTIP
474  labelImmature->setToolTip(QApplication::translate("OverviewPage", "Mined balance that has not yet matured", 0));
475 #endif // QT_NO_TOOLTIP
476  labelImmatureText->setText(QApplication::translate("OverviewPage", "Immature:", 0));
477  labelWatchonly->setText(QApplication::translate("OverviewPage", "Watch-only:", 0));
478  labelBalanceText->setText(QApplication::translate("OverviewPage", "Available:", 0));
479 #ifndef QT_NO_TOOLTIP
480  labelBalance->setToolTip(QApplication::translate("OverviewPage", "Your current spendable balance", 0));
481 #endif // QT_NO_TOOLTIP
482 #ifndef QT_NO_TOOLTIP
483  labelWatchAvailable->setToolTip(QApplication::translate("OverviewPage", "Your current balance in watch-only addresses", 0));
484 #endif // QT_NO_TOOLTIP
485  labelPendingText->setText(QApplication::translate("OverviewPage", "Pending:", 0));
486  labelSpendable->setText(QApplication::translate("OverviewPage", "Spendable:", 0));
487  labelStakeText->setText(QApplication::translate("OverviewPage", "Stake:", 0));
488  labelStake->setText(QApplication::translate("OverviewPage", "0.000\342\200\211000\342\200\21100 FABCOIN", 0));
489  labelWatchStake->setText(QApplication::translate("OverviewPage", "0.000\342\200\211000\342\200\21100 FABCOIN", 0));
490 #ifndef QT_NO_TOOLTIP
491  labelWatchImmature->setToolTip(QApplication::translate("OverviewPage", "Mined balance in watch-only addresses that has not yet matured", 0));
492 #endif // QT_NO_TOOLTIP
493 #ifndef QT_NO_TOOLTIP
494  labelWatchTotal->setToolTip(QApplication::translate("OverviewPage", "Current total balance in watch-only addresses", 0));
495 #endif // QT_NO_TOOLTIP
496 #ifndef QT_NO_TOOLTIP
497  labelTotal->setToolTip(QApplication::translate("OverviewPage", "Your current total balance", 0));
498 #endif // QT_NO_TOOLTIP
499  labelTotalText->setText(QApplication::translate("OverviewPage", "Total: ", 0));
500  labelBalances->setText(QApplication::translate("OverviewPage", "Balances", 0));
501 #ifndef QT_NO_TOOLTIP
502  labelWalletStatus->setToolTip(QApplication::translate("OverviewPage", "The displayed information may be out of date. Your wallet automatically synchronizes with the Fabcoin network after a connection is established, but this process has not completed yet.", 0));
503 #endif // QT_NO_TOOLTIP
504  labelWalletStatus->setText(QString());
505  labelRecentTransactions->setText(QApplication::translate("OverviewPage", "RecentTransactions", 0));
506 #ifndef QT_NO_TOOLTIP
507  labelTransactionsStatus->setToolTip(QApplication::translate("OverviewPage", "The displayed information may be out of date. Your wallet automatically synchronizes with the Fabcoin network after a connection is established, but this process has not completed yet.", 0));
508 #endif // QT_NO_TOOLTIP
509  labelTransactionsStatus->setText(QString());
510  labelDate->setText(QApplication::translate("OverviewPage", "Date", 0));
511  labelType->setText(QApplication::translate("OverviewPage", "Type", 0));
512  labelAddress->setText(QApplication::translate("OverviewPage", "Label", 0));
513  labelAmount->setText(QApplication::translate("OverviewPage", "Amount", 0));
514  showMoreButton->setText(QApplication::translate("OverviewPage", "Show more...", 0));
515  } // retranslateUi
516 
517 };
518 
519 namespace Ui {
520  class OverviewPage: public Ui_OverviewPage {};
521 } // namespace Ui
522 
523 QT_END_NAMESPACE
524 
525 #endif // UI_OVERVIEWPAGE_H
QLabel * labelSpendable
QSpacerItem * horizontalSpacer_6
QVBoxLayout * verticalLayout_4
QLabel * labelUnconfirmed
QLabel * labelTokens
QFrame * frameBalances
QLabel * labelWatchStake
QPushButton * buttonAddToken
QLabel * labelImmature
void retranslateUi(QWidget *OverviewPage)
QVBoxLayout * verticalLayout_3
QListView * listTokens
QFrame * frameOtherTokens
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer_3
QLabel * labelAlerts
QSpacerItem * horizontalSpacer_7
QLabel * labelBalances
QLabel * labelBalanceText
QLabel * labelWatchPending
QFrame * frameRecentTransactions
QVBoxLayout * topLayout
QHBoxLayout * horizontalLayout_6
QToolButton * labelTransactionsStatus
QHBoxLayout * horizontalLayout_4
QSpacerItem * verticalSpacer
QVBoxLayout * verticalLayout_10
QSpacerItem * horizontalSpacer_5
QSpacerItem * horizontalSpacer_4
QLabel * labelAmount
QLabel * labelRecentTransactions
QLabel * labelWatchTotal
QLabel * labelImmatureText
QGridLayout * gridLayout
QLabel * labelStakeText
QLabel * labelPendingText
QLabel * labelWatchAvailable
QToolButton * labelTokenStatus
QToolButton * labelWalletStatus
QPushButton * showMoreButton
QHBoxLayout * horizontalLayout_2
QLabel * labelWatchImmature
QListView * listTransactions
QLabel * labelTotalText
QSpacerItem * horizontalSpacer
QVBoxLayout * verticalLayout_8
QSpacerItem * verticalSpacer_4
QLabel * labelAddress
QGridLayout * gridLayout_2
QSpacerItem * horizontalSpacer_2
Overview ("home") page widget.
Definition: overviewpage.h:29
QLabel * labelWatchonly
void setupUi(QWidget *OverviewPage)
QHBoxLayout * horizontalLayout_3
QLabel * labelBalance