Dash Core  0.12.2.1
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/QFormLayout>
17 #include <QtWidgets/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QListView>
23 #include <QtWidgets/QProgressBar>
24 #include <QtWidgets/QPushButton>
25 #include <QtWidgets/QSpacerItem>
26 #include <QtWidgets/QVBoxLayout>
27 #include <QtWidgets/QWidget>
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QVBoxLayout *topLayout;
35  QLabel *labelAlerts;
36  QHBoxLayout *horizontalLayout;
37  QVBoxLayout *verticalLayout_2;
38  QFrame *frame;
39  QVBoxLayout *verticalLayout_4;
40  QHBoxLayout *horizontalLayout_4;
41  QLabel *label_5;
43  QSpacerItem *horizontalSpacer_3;
44  QGridLayout *gridLayout;
50  QLabel *labelTotalText;
51  QLabel *labelImmature;
52  QSpacerItem *horizontalSpacer_2;
54  QLabel *labelTotal;
55  QLabel *labelWatchTotal;
56  QLabel *labelWatchonly;
58  QLabel *labelBalance;
61  QLabel *labelSpendable;
63  QVBoxLayout *VerticalLayout_PS1;
64  QHBoxLayout *horizontalLayout_5;
67  QSpacerItem *horizontalSpacer_4;
68  QFormLayout *privateSendFormLayout;
72  QProgressBar *privateSendProgress;
74  QLabel *labelAnonymized;
79  QVBoxLayout *VerticalLayout_PS;
81  QPushButton *togglePrivateSend;
83  QPushButton *privateSendAuto;
84  QPushButton *privateSendReset;
85  QPushButton *privateSendInfo;
86  QSpacerItem *verticalSpacer;
87  QVBoxLayout *verticalLayout_3;
88  QFrame *frame_2;
89  QVBoxLayout *verticalLayout;
90  QHBoxLayout *horizontalLayout_2;
91  QLabel *label_4;
93  QSpacerItem *horizontalSpacer;
94  QListView *listTransactions;
95  QSpacerItem *verticalSpacer_2;
96 
97  void setupUi(QWidget *OverviewPage)
98  {
99  if (OverviewPage->objectName().isEmpty())
100  OverviewPage->setObjectName(QStringLiteral("OverviewPage"));
101  OverviewPage->resize(960, 585);
102  OverviewPage->setMinimumSize(QSize(960, 0));
103  topLayout = new QVBoxLayout(OverviewPage);
104  topLayout->setObjectName(QStringLiteral("topLayout"));
105  labelAlerts = new QLabel(OverviewPage);
106  labelAlerts->setObjectName(QStringLiteral("labelAlerts"));
107  labelAlerts->setVisible(false);
108  labelAlerts->setStyleSheet(QStringLiteral("QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }"));
109  labelAlerts->setWordWrap(true);
110  labelAlerts->setMargin(3);
111  labelAlerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
112 
113  topLayout->addWidget(labelAlerts);
114 
115  horizontalLayout = new QHBoxLayout();
116  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
117  verticalLayout_2 = new QVBoxLayout();
118  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
119  frame = new QFrame(OverviewPage);
120  frame->setObjectName(QStringLiteral("frame"));
121  frame->setFrameShape(QFrame::StyledPanel);
122  frame->setFrameShadow(QFrame::Raised);
123  verticalLayout_4 = new QVBoxLayout(frame);
124  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
125  horizontalLayout_4 = new QHBoxLayout();
126  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
127  label_5 = new QLabel(frame);
128  label_5->setObjectName(QStringLiteral("label_5"));
129  QFont font;
130  font.setBold(true);
131  font.setWeight(75);
132  label_5->setFont(font);
133 
134  horizontalLayout_4->addWidget(label_5);
135 
136  labelWalletStatus = new QLabel(frame);
137  labelWalletStatus->setObjectName(QStringLiteral("labelWalletStatus"));
138  labelWalletStatus->setStyleSheet(QStringLiteral("QLabel { color: red; }"));
139  labelWalletStatus->setText(QStringLiteral("(out of sync)"));
140  labelWalletStatus->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
141 
143 
144  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
145 
147 
148 
150 
151  gridLayout = new QGridLayout();
152  gridLayout->setSpacing(12);
153  gridLayout->setObjectName(QStringLiteral("gridLayout"));
154  labelWatchPending = new QLabel(frame);
155  labelWatchPending->setObjectName(QStringLiteral("labelWatchPending"));
156  labelWatchPending->setFont(font);
157  labelWatchPending->setCursor(QCursor(Qt::IBeamCursor));
158  labelWatchPending->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
159  labelWatchPending->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
160  labelWatchPending->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
161 
162  gridLayout->addWidget(labelWatchPending, 2, 2, 1, 1);
163 
164  labelUnconfirmed = new QLabel(frame);
165  labelUnconfirmed->setObjectName(QStringLiteral("labelUnconfirmed"));
166  labelUnconfirmed->setFont(font);
167  labelUnconfirmed->setCursor(QCursor(Qt::IBeamCursor));
168  labelUnconfirmed->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
169  labelUnconfirmed->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
170  labelUnconfirmed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
171 
172  gridLayout->addWidget(labelUnconfirmed, 2, 1, 1, 1);
173 
174  labelWatchImmature = new QLabel(frame);
175  labelWatchImmature->setObjectName(QStringLiteral("labelWatchImmature"));
176  labelWatchImmature->setFont(font);
177  labelWatchImmature->setCursor(QCursor(Qt::IBeamCursor));
178  labelWatchImmature->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
179  labelWatchImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
180  labelWatchImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
181 
182  gridLayout->addWidget(labelWatchImmature, 3, 2, 1, 1);
183 
184  lineSpendableBalance = new QFrame(frame);
185  lineSpendableBalance->setObjectName(QStringLiteral("lineSpendableBalance"));
186  lineSpendableBalance->setFrameShape(QFrame::HLine);
187  lineSpendableBalance->setFrameShadow(QFrame::Sunken);
188 
189  gridLayout->addWidget(lineSpendableBalance, 4, 0, 1, 2);
190 
191  lineWatchBalance = new QFrame(frame);
192  lineWatchBalance->setObjectName(QStringLiteral("lineWatchBalance"));
193  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
194  sizePolicy.setHorizontalStretch(0);
195  sizePolicy.setVerticalStretch(0);
196  sizePolicy.setHeightForWidth(lineWatchBalance->sizePolicy().hasHeightForWidth());
197  lineWatchBalance->setSizePolicy(sizePolicy);
198  lineWatchBalance->setMinimumSize(QSize(140, 0));
199  lineWatchBalance->setFrameShape(QFrame::HLine);
200  lineWatchBalance->setFrameShadow(QFrame::Sunken);
201 
202  gridLayout->addWidget(lineWatchBalance, 4, 2, 1, 1);
203 
204  labelTotalText = new QLabel(frame);
205  labelTotalText->setObjectName(QStringLiteral("labelTotalText"));
206 
207  gridLayout->addWidget(labelTotalText, 5, 0, 1, 1);
208 
209  labelImmature = new QLabel(frame);
210  labelImmature->setObjectName(QStringLiteral("labelImmature"));
211  labelImmature->setFont(font);
212  labelImmature->setCursor(QCursor(Qt::IBeamCursor));
213  labelImmature->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
214  labelImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
215  labelImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
216 
217  gridLayout->addWidget(labelImmature, 3, 1, 1, 1);
218 
219  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
220 
221  gridLayout->addItem(horizontalSpacer_2, 2, 3, 1, 1);
222 
223  labelImmatureText = new QLabel(frame);
224  labelImmatureText->setObjectName(QStringLiteral("labelImmatureText"));
225 
226  gridLayout->addWidget(labelImmatureText, 3, 0, 1, 1);
227 
228  labelTotal = new QLabel(frame);
229  labelTotal->setObjectName(QStringLiteral("labelTotal"));
230  labelTotal->setFont(font);
231  labelTotal->setCursor(QCursor(Qt::IBeamCursor));
232  labelTotal->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
233  labelTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
234  labelTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
235 
236  gridLayout->addWidget(labelTotal, 5, 1, 1, 1);
237 
238  labelWatchTotal = new QLabel(frame);
239  labelWatchTotal->setObjectName(QStringLiteral("labelWatchTotal"));
240  labelWatchTotal->setFont(font);
241  labelWatchTotal->setCursor(QCursor(Qt::IBeamCursor));
242  labelWatchTotal->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
243  labelWatchTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
244  labelWatchTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
245 
246  gridLayout->addWidget(labelWatchTotal, 5, 2, 1, 1);
247 
248  labelWatchonly = new QLabel(frame);
249  labelWatchonly->setObjectName(QStringLiteral("labelWatchonly"));
250  labelWatchonly->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
251 
252  gridLayout->addWidget(labelWatchonly, 0, 2, 1, 1);
253 
254  labelBalanceText = new QLabel(frame);
255  labelBalanceText->setObjectName(QStringLiteral("labelBalanceText"));
256 
257  gridLayout->addWidget(labelBalanceText, 1, 0, 1, 1);
258 
259  labelBalance = new QLabel(frame);
260  labelBalance->setObjectName(QStringLiteral("labelBalance"));
261  labelBalance->setFont(font);
262  labelBalance->setCursor(QCursor(Qt::IBeamCursor));
263  labelBalance->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
264  labelBalance->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
265  labelBalance->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
266 
267  gridLayout->addWidget(labelBalance, 1, 1, 1, 1);
268 
269  labelWatchAvailable = new QLabel(frame);
270  labelWatchAvailable->setObjectName(QStringLiteral("labelWatchAvailable"));
271  labelWatchAvailable->setFont(font);
272  labelWatchAvailable->setCursor(QCursor(Qt::IBeamCursor));
273  labelWatchAvailable->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
274  labelWatchAvailable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
275  labelWatchAvailable->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
276 
277  gridLayout->addWidget(labelWatchAvailable, 1, 2, 1, 1);
278 
279  labelPendingText = new QLabel(frame);
280  labelPendingText->setObjectName(QStringLiteral("labelPendingText"));
281 
282  gridLayout->addWidget(labelPendingText, 2, 0, 1, 1);
283 
284  labelSpendable = new QLabel(frame);
285  labelSpendable->setObjectName(QStringLiteral("labelSpendable"));
286  labelSpendable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
287 
288  gridLayout->addWidget(labelSpendable, 0, 1, 1, 1);
289 
290 
291  verticalLayout_4->addLayout(gridLayout);
292 
293 
294  verticalLayout_2->addWidget(frame);
295 
296  framePrivateSend = new QFrame(OverviewPage);
297  framePrivateSend->setObjectName(QStringLiteral("framePrivateSend"));
298  framePrivateSend->setLayoutDirection(Qt::LeftToRight);
299  framePrivateSend->setFrameShape(QFrame::StyledPanel);
300  framePrivateSend->setFrameShadow(QFrame::Raised);
301  VerticalLayout_PS1 = new QVBoxLayout(framePrivateSend);
302  VerticalLayout_PS1->setObjectName(QStringLiteral("VerticalLayout_PS1"));
303  horizontalLayout_5 = new QHBoxLayout();
304  horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
306  labelPrivateSendHeader->setObjectName(QStringLiteral("labelPrivateSendHeader"));
307  labelPrivateSendHeader->setFont(font);
308 
310 
312  labelPrivateSendSyncStatus->setObjectName(QStringLiteral("labelPrivateSendSyncStatus"));
313  labelPrivateSendSyncStatus->setStyleSheet(QStringLiteral("QLabel { color: red; }"));
314  labelPrivateSendSyncStatus->setText(QStringLiteral("(out of sync)"));
315  labelPrivateSendSyncStatus->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
316 
318 
319  horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
320 
322 
323 
325 
326  privateSendFormLayout = new QFormLayout();
327  privateSendFormLayout->setObjectName(QStringLiteral("privateSendFormLayout"));
328  privateSendFormLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
329  privateSendFormLayout->setHorizontalSpacing(11);
330  privateSendFormLayout->setVerticalSpacing(12);
332  labelPrivateSendEnabledText->setObjectName(QStringLiteral("labelPrivateSendEnabledText"));
333 
334  privateSendFormLayout->setWidget(0, QFormLayout::LabelRole, labelPrivateSendEnabledText);
335 
337  labelPrivateSendEnabled->setObjectName(QStringLiteral("labelPrivateSendEnabled"));
338 
339  privateSendFormLayout->setWidget(0, QFormLayout::FieldRole, labelPrivateSendEnabled);
340 
342  labelCompletitionText->setObjectName(QStringLiteral("labelCompletitionText"));
343 
344  privateSendFormLayout->setWidget(1, QFormLayout::LabelRole, labelCompletitionText);
345 
346  privateSendProgress = new QProgressBar(framePrivateSend);
347  privateSendProgress->setObjectName(QStringLiteral("privateSendProgress"));
348  privateSendProgress->setMaximumSize(QSize(154, 16777215));
349  privateSendProgress->setValue(0);
350 
351  privateSendFormLayout->setWidget(1, QFormLayout::FieldRole, privateSendProgress);
352 
354  labelAnonymizedText->setObjectName(QStringLiteral("labelAnonymizedText"));
355 
356  privateSendFormLayout->setWidget(2, QFormLayout::LabelRole, labelAnonymizedText);
357 
358  labelAnonymized = new QLabel(framePrivateSend);
359  labelAnonymized->setObjectName(QStringLiteral("labelAnonymized"));
360  labelAnonymized->setFont(font);
361  labelAnonymized->setText(QStringLiteral("0 DASH"));
362 
363  privateSendFormLayout->setWidget(2, QFormLayout::FieldRole, labelAnonymized);
364 
366  labelAmountAndRoundsText->setObjectName(QStringLiteral("labelAmountAndRoundsText"));
367 
368  privateSendFormLayout->setWidget(3, QFormLayout::LabelRole, labelAmountAndRoundsText);
369 
370  labelAmountRounds = new QLabel(framePrivateSend);
371  labelAmountRounds->setObjectName(QStringLiteral("labelAmountRounds"));
372 
373  privateSendFormLayout->setWidget(3, QFormLayout::FieldRole, labelAmountRounds);
374 
376  labelSubmittedDenomText->setObjectName(QStringLiteral("labelSubmittedDenomText"));
377 
378  privateSendFormLayout->setWidget(4, QFormLayout::LabelRole, labelSubmittedDenomText);
379 
381  labelSubmittedDenom->setObjectName(QStringLiteral("labelSubmittedDenom"));
382 
383  privateSendFormLayout->setWidget(4, QFormLayout::FieldRole, labelSubmittedDenom);
384 
385 
387 
388  VerticalLayout_PS = new QVBoxLayout();
389  VerticalLayout_PS->setObjectName(QStringLiteral("VerticalLayout_PS"));
391  labelPrivateSendLastMessage->setObjectName(QStringLiteral("labelPrivateSendLastMessage"));
392  labelPrivateSendLastMessage->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
393  labelPrivateSendLastMessage->setWordWrap(true);
394 
396 
397  togglePrivateSend = new QPushButton(framePrivateSend);
398  togglePrivateSend->setObjectName(QStringLiteral("togglePrivateSend"));
399  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
400  sizePolicy1.setHorizontalStretch(0);
401  sizePolicy1.setVerticalStretch(0);
402  sizePolicy1.setHeightForWidth(togglePrivateSend->sizePolicy().hasHeightForWidth());
403  togglePrivateSend->setSizePolicy(sizePolicy1);
404 
406 
407  horizontalLayout_debugbuttons = new QHBoxLayout();
408  horizontalLayout_debugbuttons->setObjectName(QStringLiteral("horizontalLayout_debugbuttons"));
409  privateSendAuto = new QPushButton(framePrivateSend);
410  privateSendAuto->setObjectName(QStringLiteral("privateSendAuto"));
411  sizePolicy1.setHeightForWidth(privateSendAuto->sizePolicy().hasHeightForWidth());
412  privateSendAuto->setSizePolicy(sizePolicy1);
413 
415 
416  privateSendReset = new QPushButton(framePrivateSend);
417  privateSendReset->setObjectName(QStringLiteral("privateSendReset"));
418  sizePolicy1.setHeightForWidth(privateSendReset->sizePolicy().hasHeightForWidth());
419  privateSendReset->setSizePolicy(sizePolicy1);
420  privateSendReset->setAutoFillBackground(false);
421 
423 
424  privateSendInfo = new QPushButton(framePrivateSend);
425  privateSendInfo->setObjectName(QStringLiteral("privateSendInfo"));
426  sizePolicy1.setHeightForWidth(privateSendInfo->sizePolicy().hasHeightForWidth());
427  privateSendInfo->setSizePolicy(sizePolicy1);
428 
430 
431 
433 
434 
436 
437 
439 
440  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
441 
443 
444 
446 
447  verticalLayout_3 = new QVBoxLayout();
448  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
449  frame_2 = new QFrame(OverviewPage);
450  frame_2->setObjectName(QStringLiteral("frame_2"));
451  frame_2->setFrameShape(QFrame::StyledPanel);
452  frame_2->setFrameShadow(QFrame::Raised);
453  verticalLayout = new QVBoxLayout(frame_2);
454  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
455  horizontalLayout_2 = new QHBoxLayout();
456  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
457  label_4 = new QLabel(frame_2);
458  label_4->setObjectName(QStringLiteral("label_4"));
459  label_4->setFont(font);
460 
461  horizontalLayout_2->addWidget(label_4);
462 
463  labelTransactionsStatus = new QLabel(frame_2);
464  labelTransactionsStatus->setObjectName(QStringLiteral("labelTransactionsStatus"));
465  labelTransactionsStatus->setStyleSheet(QStringLiteral("QLabel { color: red; }"));
466  labelTransactionsStatus->setText(QStringLiteral("(out of sync)"));
467  labelTransactionsStatus->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
468 
470 
471  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
472 
474 
475 
477 
478  listTransactions = new QListView(frame_2);
479  listTransactions->setObjectName(QStringLiteral("listTransactions"));
480  listTransactions->setStyleSheet(QStringLiteral("QListView { background: transparent; }"));
481  listTransactions->setFrameShape(QFrame::NoFrame);
482  listTransactions->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
483  listTransactions->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
484  listTransactions->setSelectionMode(QAbstractItemView::NoSelection);
485 
486  verticalLayout->addWidget(listTransactions);
487 
488 
489  verticalLayout_3->addWidget(frame_2);
490 
491  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
492 
494 
495 
497 
498  horizontalLayout->setStretch(0, 1);
499  horizontalLayout->setStretch(1, 1);
500 
501  topLayout->addLayout(horizontalLayout);
502 
503 
505 
506  QMetaObject::connectSlotsByName(OverviewPage);
507  } // setupUi
508 
510  {
511  OverviewPage->setWindowTitle(QApplication::translate("OverviewPage", "Form", 0));
512  label_5->setText(QApplication::translate("OverviewPage", "Balances", 0));
513 #ifndef QT_NO_TOOLTIP
514  labelWalletStatus->setToolTip(QApplication::translate("OverviewPage", "The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet.", 0));
515 #endif // QT_NO_TOOLTIP
516 #ifndef QT_NO_TOOLTIP
517  labelWatchPending->setToolTip(QApplication::translate("OverviewPage", "Unconfirmed transactions to watch-only addresses", 0));
518 #endif // QT_NO_TOOLTIP
519 #ifndef QT_NO_TOOLTIP
520  labelUnconfirmed->setToolTip(QApplication::translate("OverviewPage", "Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance", 0));
521 #endif // QT_NO_TOOLTIP
522 #ifndef QT_NO_TOOLTIP
523  labelWatchImmature->setToolTip(QApplication::translate("OverviewPage", "Mined balance in watch-only addresses that has not yet matured", 0));
524 #endif // QT_NO_TOOLTIP
525  labelTotalText->setText(QApplication::translate("OverviewPage", "Total:", 0));
526 #ifndef QT_NO_TOOLTIP
527  labelImmature->setToolTip(QApplication::translate("OverviewPage", "Mined balance that has not yet matured", 0));
528 #endif // QT_NO_TOOLTIP
529  labelImmatureText->setText(QApplication::translate("OverviewPage", "Immature:", 0));
530 #ifndef QT_NO_TOOLTIP
531  labelTotal->setToolTip(QApplication::translate("OverviewPage", "Your current total balance", 0));
532 #endif // QT_NO_TOOLTIP
533 #ifndef QT_NO_TOOLTIP
534  labelWatchTotal->setToolTip(QApplication::translate("OverviewPage", "Current total balance in watch-only addresses", 0));
535 #endif // QT_NO_TOOLTIP
536  labelWatchonly->setText(QApplication::translate("OverviewPage", "Watch-only:", 0));
537  labelBalanceText->setText(QApplication::translate("OverviewPage", "Available:", 0));
538 #ifndef QT_NO_TOOLTIP
539  labelBalance->setToolTip(QApplication::translate("OverviewPage", "Your current spendable balance", 0));
540 #endif // QT_NO_TOOLTIP
541 #ifndef QT_NO_TOOLTIP
542  labelWatchAvailable->setToolTip(QApplication::translate("OverviewPage", "Your current balance in watch-only addresses", 0));
543 #endif // QT_NO_TOOLTIP
544  labelPendingText->setText(QApplication::translate("OverviewPage", "Pending:", 0));
545  labelSpendable->setText(QApplication::translate("OverviewPage", "Spendable:", 0));
546  labelPrivateSendHeader->setText(QApplication::translate("OverviewPage", "PrivateSend", 0));
547 #ifndef QT_NO_TOOLTIP
548  labelPrivateSendSyncStatus->setToolTip(QApplication::translate("OverviewPage", "The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet.", 0));
549 #endif // QT_NO_TOOLTIP
550  labelPrivateSendEnabledText->setText(QApplication::translate("OverviewPage", "Status:", 0));
551  labelPrivateSendEnabled->setText(QApplication::translate("OverviewPage", "Enabled/Disabled", 0));
552  labelCompletitionText->setText(QApplication::translate("OverviewPage", "Completion:", 0));
553  labelAnonymizedText->setText(QApplication::translate("OverviewPage", "PrivateSend Balance:", 0));
554  labelAmountAndRoundsText->setText(QApplication::translate("OverviewPage", "Amount and Rounds:", 0));
555  labelAmountRounds->setText(QApplication::translate("OverviewPage", "0 DASH / 0 Rounds", 0));
556  labelSubmittedDenomText->setText(QApplication::translate("OverviewPage", "Submitted Denom:", 0));
557 #ifndef QT_NO_TOOLTIP
558  labelSubmittedDenom->setToolTip(QApplication::translate("OverviewPage", "The denominations you submitted to the Masternode.<br>To mix, other users must submit the exact same denominations.", 0));
559 #endif // QT_NO_TOOLTIP
560  labelSubmittedDenom->setText(QApplication::translate("OverviewPage", "n/a", 0));
561  labelPrivateSendLastMessage->setText(QApplication::translate("OverviewPage", "(Last Message)", 0));
562  togglePrivateSend->setText(QApplication::translate("OverviewPage", "Start/Stop Mixing", 0));
563 #ifndef QT_NO_TOOLTIP
564  privateSendAuto->setToolTip(QApplication::translate("OverviewPage", "Try to manually submit a PrivateSend request.", 0));
565 #endif // QT_NO_TOOLTIP
566  privateSendAuto->setText(QApplication::translate("OverviewPage", "Try Mix", 0));
567 #ifndef QT_NO_TOOLTIP
568  privateSendReset->setToolTip(QApplication::translate("OverviewPage", "Reset the current status of PrivateSend (can interrupt PrivateSend if it's in the process of Mixing, which can cost you money!)", 0));
569 #endif // QT_NO_TOOLTIP
570  privateSendReset->setText(QApplication::translate("OverviewPage", "Reset", 0));
571 #ifndef QT_NO_TOOLTIP
572  privateSendInfo->setToolTip(QApplication::translate("OverviewPage", "Information about PrivateSend and Mixing", 0));
573 #endif // QT_NO_TOOLTIP
574  privateSendInfo->setText(QApplication::translate("OverviewPage", "Info", 0));
575  label_4->setText(QApplication::translate("OverviewPage", "Recent transactions", 0));
576 #ifndef QT_NO_TOOLTIP
577  labelTransactionsStatus->setToolTip(QApplication::translate("OverviewPage", "The displayed information may be out of date. Your wallet automatically synchronizes with the Dash network after a connection is established, but this process has not completed yet.", 0));
578 #endif // QT_NO_TOOLTIP
579  } // retranslateUi
580 
581 };
582 
583 namespace Ui {
584  class OverviewPage: public Ui_OverviewPage {};
585 } // namespace Ui
586 
587 QT_END_NAMESPACE
588 
589 #endif // UI_OVERVIEWPAGE_H
QLabel * labelSubmittedDenom
QPushButton * privateSendInfo
QPushButton * privateSendReset
QLabel * labelWalletStatus
QLabel * labelAmountAndRoundsText
QVBoxLayout * verticalLayout_3
QLabel * labelPendingText
QFrame * lineWatchBalance
QSpacerItem * horizontalSpacer
void setupUi(QWidget *OverviewPage)
QVBoxLayout * verticalLayout_2
QLabel * labelPrivateSendEnabledText
QVBoxLayout * verticalLayout_4
QLabel * labelBalanceText
QHBoxLayout * horizontalLayout_2
QGridLayout * gridLayout
QLabel * labelAmountRounds
void retranslateUi(QWidget *OverviewPage)
QLabel * labelSubmittedDenomText
QLabel * labelWatchPending
QLabel * labelTransactionsStatus
QLabel * labelWatchTotal
QVBoxLayout * VerticalLayout_PS1
QLabel * labelTotalText
QLabel * labelWatchAvailable
QVBoxLayout * topLayout
QLabel * labelImmature
QLabel * labelPrivateSendSyncStatus
QLabel * labelPrivateSendEnabled
QLabel * labelWatchImmature
QSpacerItem * horizontalSpacer_4
QVBoxLayout * VerticalLayout_PS
QLabel * labelAnonymized
QLabel * labelWatchonly
QPushButton * privateSendAuto
QSpacerItem * verticalSpacer_2
QLabel * labelAnonymizedText
QLabel * labelImmatureText
QHBoxLayout * horizontalLayout_debugbuttons
QLabel * labelBalance
QLabel * labelCompletitionText
QLabel * labelUnconfirmed
QHBoxLayout * horizontalLayout_4
QLabel * labelAlerts
QLabel * labelPrivateSendHeader
QLabel * labelSpendable
QHBoxLayout * horizontalLayout
QSpacerItem * verticalSpacer
QSpacerItem * horizontalSpacer_3
QFrame * lineSpendableBalance
QFrame * framePrivateSend
QFormLayout * privateSendFormLayout
QHBoxLayout * horizontalLayout_5
QProgressBar * privateSendProgress
QPushButton * togglePrivateSend
QVBoxLayout * verticalLayout
QListView * listTransactions
QSpacerItem * horizontalSpacer_2
QLabel * labelPrivateSendLastMessage