9 #ifndef UI_OVERVIEWPAGE_H 10 #define UI_OVERVIEWPAGE_H 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> 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);
107 topLayout->addWidget(labelAlerts);
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"));
117 horizontalLayout_4->addWidget(labelTokens);
119 labelTokenStatus =
new QToolButton(OverviewPage);
120 labelTokenStatus->setObjectName(QStringLiteral(
"labelTokenStatus"));
121 labelTokenStatus->setIconSize(QSize(24, 24));
122 labelTokenStatus->setProperty(
"flat", QVariant(
false));
124 horizontalLayout_4->addWidget(labelTokenStatus);
126 horizontalSpacer_7 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
128 horizontalLayout_4->addItem(horizontalSpacer_7);
130 buttonAddToken =
new QPushButton(OverviewPage);
131 buttonAddToken->setObjectName(QStringLiteral(
"buttonAddToken"));
133 horizontalLayout_4->addWidget(buttonAddToken);
136 gridLayout_2->addLayout(horizontalLayout_4, 0, 2, 1, 1);
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);
149 verticalLayout_10->addWidget(listTokens);
152 gridLayout_2->addWidget(frameOtherTokens, 1, 2, 1, 1);
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"));
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);
174 gridLayout->addWidget(labelWatchPending, 2, 3, 1, 1);
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);
184 gridLayout->addWidget(labelUnconfirmed, 2, 2, 1, 1);
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);
194 gridLayout->addWidget(labelImmature, 3, 2, 1, 1);
196 labelImmatureText =
new QLabel(frameBalances);
197 labelImmatureText->setObjectName(QStringLiteral(
"labelImmatureText"));
199 gridLayout->addWidget(labelImmatureText, 3, 0, 1, 1);
201 labelWatchonly =
new QLabel(frameBalances);
202 labelWatchonly->setObjectName(QStringLiteral(
"labelWatchonly"));
203 labelWatchonly->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
205 gridLayout->addWidget(labelWatchonly, 0, 3, 1, 1);
207 labelBalanceText =
new QLabel(frameBalances);
208 labelBalanceText->setObjectName(QStringLiteral(
"labelBalanceText"));
210 gridLayout->addWidget(labelBalanceText, 1, 0, 1, 1);
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);
220 gridLayout->addWidget(labelBalance, 1, 2, 1, 1);
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);
230 gridLayout->addWidget(labelWatchAvailable, 1, 3, 1, 1);
232 labelPendingText =
new QLabel(frameBalances);
233 labelPendingText->setObjectName(QStringLiteral(
"labelPendingText"));
235 gridLayout->addWidget(labelPendingText, 2, 0, 1, 1);
237 labelSpendable =
new QLabel(frameBalances);
238 labelSpendable->setObjectName(QStringLiteral(
"labelSpendable"));
239 labelSpendable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
241 gridLayout->addWidget(labelSpendable, 0, 2, 1, 1);
243 labelStakeText =
new QLabel(frameBalances);
244 labelStakeText->setObjectName(QStringLiteral(
"labelStakeText"));
246 gridLayout->addWidget(labelStakeText, 4, 0, 1, 1);
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);
254 gridLayout->addWidget(labelStake, 4, 2, 1, 1);
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);
262 gridLayout->addWidget(labelWatchStake, 4, 3, 1, 1);
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);
272 gridLayout->addWidget(labelWatchImmature, 3, 3, 1, 1);
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);
282 gridLayout->addWidget(labelWatchTotal, 7, 3, 1, 1);
284 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
286 gridLayout->addItem(verticalSpacer, 5, 0, 1, 4);
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);
296 gridLayout->addWidget(labelTotal, 7, 2, 1, 1);
298 horizontalSpacer_5 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
300 gridLayout->addItem(horizontalSpacer_5, 0, 1, 5, 1);
302 labelTotalText =
new QLabel(frameBalances);
303 labelTotalText->setObjectName(QStringLiteral(
"labelTotalText"));
305 gridLayout->addWidget(labelTotalText, 7, 0, 1, 1);
307 hLine =
new QFrame(frameBalances);
308 hLine->setObjectName(QStringLiteral(
"hLine"));
309 hLine->setFrameShape(QFrame::HLine);
310 hLine->setFrameShadow(QFrame::Sunken);
312 gridLayout->addWidget(hLine, 6, 0, 1, 4);
315 verticalLayout_4->addLayout(gridLayout);
318 gridLayout_2->addWidget(frameBalances, 1, 0, 1, 1);
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"));
326 horizontalLayout_2->addWidget(labelBalances);
328 labelWalletStatus =
new QToolButton(OverviewPage);
329 labelWalletStatus->setObjectName(QStringLiteral(
"labelWalletStatus"));
330 labelWalletStatus->setEnabled(
true);
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));
338 horizontalLayout_2->addWidget(labelWalletStatus);
340 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
342 horizontalLayout_2->addItem(horizontalSpacer);
345 gridLayout_2->addLayout(horizontalLayout_2, 0, 0, 1, 1);
347 horizontalSpacer_4 =
new QSpacerItem(10, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
349 gridLayout_2->addItem(horizontalSpacer_4, 0, 1, 2, 1);
352 topLayout->addLayout(gridLayout_2);
354 verticalSpacer_4 =
new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
356 topLayout->addItem(verticalSpacer_4);
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"));
364 horizontalLayout_6->addWidget(labelRecentTransactions);
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));
373 horizontalLayout_6->addWidget(labelTransactionsStatus);
375 horizontalSpacer_3 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
377 horizontalLayout_6->addItem(horizontalSpacer_3);
380 topLayout->addLayout(horizontalLayout_6);
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"));
397 horizontalLayout_3->addWidget(labelDate);
399 horizontalSpacer_2 =
new QSpacerItem(25, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
401 horizontalLayout_3->addItem(horizontalSpacer_2);
403 labelType =
new QLabel(frameRecentTransactions);
404 labelType->setObjectName(QStringLiteral(
"labelType"));
406 horizontalLayout_3->addWidget(labelType);
408 labelAddress =
new QLabel(frameRecentTransactions);
409 labelAddress->setObjectName(QStringLiteral(
"labelAddress"));
411 horizontalLayout_3->addWidget(labelAddress);
413 labelAmount =
new QLabel(frameRecentTransactions);
414 labelAmount->setObjectName(QStringLiteral(
"labelAmount"));
415 labelAmount->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
417 horizontalLayout_3->addWidget(labelAmount);
420 verticalLayout_8->addLayout(horizontalLayout_3);
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);
429 verticalLayout_8->addWidget(listTransactions);
432 verticalLayout_3->addWidget(frameRecentTransactions);
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);
439 horizontalLayout->addItem(horizontalSpacer_6);
441 showMoreButton =
new QPushButton(OverviewPage);
442 showMoreButton->setObjectName(QStringLiteral(
"showMoreButton"));
444 horizontalLayout->addWidget(showMoreButton);
447 verticalLayout_3->addLayout(horizontalLayout);
450 topLayout->addLayout(verticalLayout_3);
455 QMetaObject::connectSlotsByName(OverviewPage);
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));
525 #endif // UI_OVERVIEWPAGE_H
QSpacerItem * horizontalSpacer_6
QVBoxLayout * verticalLayout_4
QLabel * labelUnconfirmed
QPushButton * buttonAddToken
void retranslateUi(QWidget *OverviewPage)
QVBoxLayout * verticalLayout_3
QFrame * frameOtherTokens
QHBoxLayout * horizontalLayout
QSpacerItem * horizontalSpacer_3
QSpacerItem * horizontalSpacer_7
QLabel * labelBalanceText
QLabel * labelWatchPending
QFrame * frameRecentTransactions
QHBoxLayout * horizontalLayout_6
QToolButton * labelTransactionsStatus
QHBoxLayout * horizontalLayout_4
QSpacerItem * verticalSpacer
QVBoxLayout * verticalLayout_10
QSpacerItem * horizontalSpacer_5
QSpacerItem * horizontalSpacer_4
QLabel * labelRecentTransactions
QLabel * labelImmatureText
QLabel * labelPendingText
QLabel * labelWatchAvailable
QToolButton * labelTokenStatus
QToolButton * labelWalletStatus
QPushButton * showMoreButton
QHBoxLayout * horizontalLayout_2
QLabel * labelWatchImmature
QListView * listTransactions
QSpacerItem * horizontalSpacer
QVBoxLayout * verticalLayout_8
QSpacerItem * verticalSpacer_4
QGridLayout * gridLayout_2
QSpacerItem * horizontalSpacer_2
Overview ("home") page widget.
void setupUi(QWidget *OverviewPage)
QHBoxLayout * horizontalLayout_3