Bitcoin
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.13.0
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 <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QFrame>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QListView>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *topLayout;
31  QLabel *labelAlerts;
32  QHBoxLayout *horizontalLayout;
33  QVBoxLayout *verticalLayout_2;
34  QFrame *frame;
35  QVBoxLayout *verticalLayout_4;
36  QHBoxLayout *horizontalLayout_4;
37  QLabel *label_5;
38  QPushButton *labelWalletStatus;
39  QSpacerItem *horizontalSpacer_3;
40  QGridLayout *gridLayout;
44  QFrame *line;
46  QLabel *labelTotalText;
47  QLabel *labelImmature;
48  QSpacerItem *horizontalSpacer_2;
50  QLabel *labelTotal;
51  QLabel *labelWatchTotal;
52  QLabel *labelWatchonly;
54  QLabel *labelBalance;
57  QLabel *labelSpendable;
58  QSpacerItem *verticalSpacer;
59  QVBoxLayout *verticalLayout_3;
60  QFrame *frame_2;
61  QVBoxLayout *verticalLayout;
62  QHBoxLayout *horizontalLayout_2;
63  QLabel *label_4;
65  QSpacerItem *horizontalSpacer;
66  QListView *listTransactions;
67  QSpacerItem *verticalSpacer_2;
68 
69  void setupUi(QWidget *OverviewPage)
70  {
71  if (OverviewPage->objectName().isEmpty())
72  OverviewPage->setObjectName(QString::fromUtf8("OverviewPage"));
73  OverviewPage->resize(596, 342);
74  topLayout = new QVBoxLayout(OverviewPage);
75  topLayout->setObjectName(QString::fromUtf8("topLayout"));
76  labelAlerts = new QLabel(OverviewPage);
77  labelAlerts->setObjectName(QString::fromUtf8("labelAlerts"));
78  labelAlerts->setVisible(false);
79  labelAlerts->setStyleSheet(QString::fromUtf8("QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }"));
80  labelAlerts->setWordWrap(true);
81  labelAlerts->setMargin(3);
82  labelAlerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
83 
84  topLayout->addWidget(labelAlerts);
85 
86  horizontalLayout = new QHBoxLayout();
87  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
88  verticalLayout_2 = new QVBoxLayout();
89  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
90  frame = new QFrame(OverviewPage);
91  frame->setObjectName(QString::fromUtf8("frame"));
92  frame->setFrameShape(QFrame::StyledPanel);
93  frame->setFrameShadow(QFrame::Raised);
94  verticalLayout_4 = new QVBoxLayout(frame);
95  verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
96  horizontalLayout_4 = new QHBoxLayout();
97  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
98  label_5 = new QLabel(frame);
99  label_5->setObjectName(QString::fromUtf8("label_5"));
100  QFont font;
101  font.setBold(true);
102  font.setWeight(75);
103  label_5->setFont(font);
104 
105  horizontalLayout_4->addWidget(label_5);
106 
107  labelWalletStatus = new QPushButton(frame);
108  labelWalletStatus->setObjectName(QString::fromUtf8("labelWalletStatus"));
109  labelWalletStatus->setEnabled(true);
110  labelWalletStatus->setMaximumSize(QSize(30, 16777215));
111  QIcon icon;
112  icon.addFile(QString::fromUtf8(":/icons/warning"), QSize(), QIcon::Normal, QIcon::Off);
113  icon.addFile(QString::fromUtf8(":/icons/warning"), QSize(), QIcon::Disabled, QIcon::Off);
114  labelWalletStatus->setIcon(icon);
115  labelWalletStatus->setIconSize(QSize(24, 24));
116  labelWalletStatus->setFlat(true);
117 
119 
120  horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
121 
123 
124 
126 
127  gridLayout = new QGridLayout();
128  gridLayout->setSpacing(12);
129  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
130  labelWatchPending = new QLabel(frame);
131  labelWatchPending->setObjectName(QString::fromUtf8("labelWatchPending"));
132  labelWatchPending->setFont(font);
133  labelWatchPending->setCursor(QCursor(Qt::IBeamCursor));
134  labelWatchPending->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
135  labelWatchPending->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
136  labelWatchPending->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
137 
138  gridLayout->addWidget(labelWatchPending, 2, 2, 1, 1);
139 
140  labelUnconfirmed = new QLabel(frame);
141  labelUnconfirmed->setObjectName(QString::fromUtf8("labelUnconfirmed"));
142  labelUnconfirmed->setFont(font);
143  labelUnconfirmed->setCursor(QCursor(Qt::IBeamCursor));
144  labelUnconfirmed->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
145  labelUnconfirmed->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
146  labelUnconfirmed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
147 
148  gridLayout->addWidget(labelUnconfirmed, 2, 1, 1, 1);
149 
150  labelWatchImmature = new QLabel(frame);
151  labelWatchImmature->setObjectName(QString::fromUtf8("labelWatchImmature"));
152  labelWatchImmature->setFont(font);
153  labelWatchImmature->setCursor(QCursor(Qt::IBeamCursor));
154  labelWatchImmature->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
155  labelWatchImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
156  labelWatchImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
157 
158  gridLayout->addWidget(labelWatchImmature, 3, 2, 1, 1);
159 
160  line = new QFrame(frame);
161  line->setObjectName(QString::fromUtf8("line"));
162  line->setFrameShape(QFrame::HLine);
163  line->setFrameShadow(QFrame::Sunken);
164 
165  gridLayout->addWidget(line, 4, 0, 1, 2);
166 
167  lineWatchBalance = new QFrame(frame);
168  lineWatchBalance->setObjectName(QString::fromUtf8("lineWatchBalance"));
169  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
170  sizePolicy.setHorizontalStretch(0);
171  sizePolicy.setVerticalStretch(0);
172  sizePolicy.setHeightForWidth(lineWatchBalance->sizePolicy().hasHeightForWidth());
173  lineWatchBalance->setSizePolicy(sizePolicy);
174  lineWatchBalance->setMinimumSize(QSize(140, 0));
175  lineWatchBalance->setFrameShape(QFrame::HLine);
176  lineWatchBalance->setFrameShadow(QFrame::Sunken);
177 
178  gridLayout->addWidget(lineWatchBalance, 4, 2, 1, 1);
179 
180  labelTotalText = new QLabel(frame);
181  labelTotalText->setObjectName(QString::fromUtf8("labelTotalText"));
182 
183  gridLayout->addWidget(labelTotalText, 5, 0, 1, 1);
184 
185  labelImmature = new QLabel(frame);
186  labelImmature->setObjectName(QString::fromUtf8("labelImmature"));
187  labelImmature->setFont(font);
188  labelImmature->setCursor(QCursor(Qt::IBeamCursor));
189  labelImmature->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
190  labelImmature->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
191  labelImmature->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
192 
193  gridLayout->addWidget(labelImmature, 3, 1, 1, 1);
194 
195  horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
196 
197  gridLayout->addItem(horizontalSpacer_2, 2, 3, 1, 1);
198 
199  labelImmatureText = new QLabel(frame);
200  labelImmatureText->setObjectName(QString::fromUtf8("labelImmatureText"));
201 
202  gridLayout->addWidget(labelImmatureText, 3, 0, 1, 1);
203 
204  labelTotal = new QLabel(frame);
205  labelTotal->setObjectName(QString::fromUtf8("labelTotal"));
206  labelTotal->setFont(font);
207  labelTotal->setCursor(QCursor(Qt::IBeamCursor));
208  labelTotal->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
209  labelTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
210  labelTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
211 
212  gridLayout->addWidget(labelTotal, 5, 1, 1, 1);
213 
214  labelWatchTotal = new QLabel(frame);
215  labelWatchTotal->setObjectName(QString::fromUtf8("labelWatchTotal"));
216  labelWatchTotal->setFont(font);
217  labelWatchTotal->setCursor(QCursor(Qt::IBeamCursor));
218  labelWatchTotal->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
219  labelWatchTotal->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
220  labelWatchTotal->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
221 
222  gridLayout->addWidget(labelWatchTotal, 5, 2, 1, 1);
223 
224  labelWatchonly = new QLabel(frame);
225  labelWatchonly->setObjectName(QString::fromUtf8("labelWatchonly"));
226  labelWatchonly->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
227 
228  gridLayout->addWidget(labelWatchonly, 0, 2, 1, 1);
229 
230  labelBalanceText = new QLabel(frame);
231  labelBalanceText->setObjectName(QString::fromUtf8("labelBalanceText"));
232 
233  gridLayout->addWidget(labelBalanceText, 1, 0, 1, 1);
234 
235  labelBalance = new QLabel(frame);
236  labelBalance->setObjectName(QString::fromUtf8("labelBalance"));
237  labelBalance->setFont(font);
238  labelBalance->setCursor(QCursor(Qt::IBeamCursor));
239  labelBalance->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
240  labelBalance->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
241  labelBalance->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
242 
243  gridLayout->addWidget(labelBalance, 1, 1, 1, 1);
244 
245  labelWatchAvailable = new QLabel(frame);
246  labelWatchAvailable->setObjectName(QString::fromUtf8("labelWatchAvailable"));
247  labelWatchAvailable->setFont(font);
248  labelWatchAvailable->setCursor(QCursor(Qt::IBeamCursor));
249  labelWatchAvailable->setText(QString::fromUtf8("0.000\342\200\211000\342\200\21100 BTC"));
250  labelWatchAvailable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
251  labelWatchAvailable->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
252 
253  gridLayout->addWidget(labelWatchAvailable, 1, 2, 1, 1);
254 
255  labelPendingText = new QLabel(frame);
256  labelPendingText->setObjectName(QString::fromUtf8("labelPendingText"));
257 
258  gridLayout->addWidget(labelPendingText, 2, 0, 1, 1);
259 
260  labelSpendable = new QLabel(frame);
261  labelSpendable->setObjectName(QString::fromUtf8("labelSpendable"));
262  labelSpendable->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
263 
264  gridLayout->addWidget(labelSpendable, 0, 1, 1, 1);
265 
266 
267  verticalLayout_4->addLayout(gridLayout);
268 
269 
270  verticalLayout_2->addWidget(frame);
271 
272  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
273 
275 
276 
278 
279  verticalLayout_3 = new QVBoxLayout();
280  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
281  frame_2 = new QFrame(OverviewPage);
282  frame_2->setObjectName(QString::fromUtf8("frame_2"));
283  frame_2->setFrameShape(QFrame::StyledPanel);
284  frame_2->setFrameShadow(QFrame::Raised);
285  verticalLayout = new QVBoxLayout(frame_2);
286  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
287  horizontalLayout_2 = new QHBoxLayout();
288  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
289  label_4 = new QLabel(frame_2);
290  label_4->setObjectName(QString::fromUtf8("label_4"));
291  label_4->setFont(font);
292 
293  horizontalLayout_2->addWidget(label_4);
294 
295  labelTransactionsStatus = new QPushButton(frame_2);
296  labelTransactionsStatus->setObjectName(QString::fromUtf8("labelTransactionsStatus"));
297  labelTransactionsStatus->setEnabled(true);
298  labelTransactionsStatus->setMaximumSize(QSize(30, 16777215));
299  labelTransactionsStatus->setIcon(icon);
300  labelTransactionsStatus->setIconSize(QSize(24, 24));
301  labelTransactionsStatus->setFlat(true);
302 
304 
305  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
306 
308 
309 
311 
312  listTransactions = new QListView(frame_2);
313  listTransactions->setObjectName(QString::fromUtf8("listTransactions"));
314  listTransactions->setStyleSheet(QString::fromUtf8("QListView { background: transparent; }"));
315  listTransactions->setFrameShape(QFrame::NoFrame);
316  listTransactions->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
317  listTransactions->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
318  listTransactions->setSelectionMode(QAbstractItemView::NoSelection);
319 
320  verticalLayout->addWidget(listTransactions);
321 
322 
323  verticalLayout_3->addWidget(frame_2);
324 
325  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
326 
328 
329 
331 
332  horizontalLayout->setStretch(0, 1);
333  horizontalLayout->setStretch(1, 1);
334 
335  topLayout->addLayout(horizontalLayout);
336 
337 
339 
340  QMetaObject::connectSlotsByName(OverviewPage);
341  } // setupUi
342 
344  {
345  OverviewPage->setWindowTitle(QCoreApplication::translate("OverviewPage", "Form", nullptr));
346  label_5->setText(QCoreApplication::translate("OverviewPage", "Balances", nullptr));
347 #if QT_CONFIG(tooltip)
348  labelWalletStatus->setToolTip(QCoreApplication::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.", nullptr));
349 #endif // QT_CONFIG(tooltip)
350  labelWalletStatus->setText(QString());
351 #if QT_CONFIG(tooltip)
352  labelWatchPending->setToolTip(QCoreApplication::translate("OverviewPage", "Unconfirmed transactions to watch-only addresses", nullptr));
353 #endif // QT_CONFIG(tooltip)
354 #if QT_CONFIG(tooltip)
355  labelUnconfirmed->setToolTip(QCoreApplication::translate("OverviewPage", "Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance", nullptr));
356 #endif // QT_CONFIG(tooltip)
357 #if QT_CONFIG(tooltip)
358  labelWatchImmature->setToolTip(QCoreApplication::translate("OverviewPage", "Mined balance in watch-only addresses that has not yet matured", nullptr));
359 #endif // QT_CONFIG(tooltip)
360  labelTotalText->setText(QCoreApplication::translate("OverviewPage", "Total:", nullptr));
361 #if QT_CONFIG(tooltip)
362  labelImmature->setToolTip(QCoreApplication::translate("OverviewPage", "Mined balance that has not yet matured", nullptr));
363 #endif // QT_CONFIG(tooltip)
364  labelImmatureText->setText(QCoreApplication::translate("OverviewPage", "Immature:", nullptr));
365 #if QT_CONFIG(tooltip)
366  labelTotal->setToolTip(QCoreApplication::translate("OverviewPage", "Your current total balance", nullptr));
367 #endif // QT_CONFIG(tooltip)
368 #if QT_CONFIG(tooltip)
369  labelWatchTotal->setToolTip(QCoreApplication::translate("OverviewPage", "Current total balance in watch-only addresses", nullptr));
370 #endif // QT_CONFIG(tooltip)
371  labelWatchonly->setText(QCoreApplication::translate("OverviewPage", "Watch-only:", nullptr));
372  labelBalanceText->setText(QCoreApplication::translate("OverviewPage", "Available:", nullptr));
373 #if QT_CONFIG(tooltip)
374  labelBalance->setToolTip(QCoreApplication::translate("OverviewPage", "Your current spendable balance", nullptr));
375 #endif // QT_CONFIG(tooltip)
376 #if QT_CONFIG(tooltip)
377  labelWatchAvailable->setToolTip(QCoreApplication::translate("OverviewPage", "Your current balance in watch-only addresses", nullptr));
378 #endif // QT_CONFIG(tooltip)
379  labelPendingText->setText(QCoreApplication::translate("OverviewPage", "Pending:", nullptr));
380  labelSpendable->setText(QCoreApplication::translate("OverviewPage", "Spendable:", nullptr));
381  label_4->setText(QCoreApplication::translate("OverviewPage", "Recent transactions", nullptr));
382 #if QT_CONFIG(tooltip)
383  labelTransactionsStatus->setToolTip(QCoreApplication::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.", nullptr));
384 #endif // QT_CONFIG(tooltip)
385  labelTransactionsStatus->setText(QString());
386  } // retranslateUi
387 
388 };
389 
390 namespace Ui {
391  class OverviewPage: public Ui_OverviewPage {};
392 } // namespace Ui
393 
394 QT_END_NAMESPACE
395 
396 #endif // UI_OVERVIEWPAGE_H
Definition: overviewpage.h:28
QVBoxLayout * verticalLayout_3
Definition: ui_overviewpage.h:59
QLabel * labelPendingText
Definition: ui_overviewpage.h:56
Definition: ui_overviewpage.h:27
QFrame * lineWatchBalance
Definition: ui_overviewpage.h:45
QSpacerItem * horizontalSpacer
Definition: ui_overviewpage.h:65
void setupUi(QWidget *OverviewPage)
Definition: ui_overviewpage.h:69
QVBoxLayout * verticalLayout_2
Definition: ui_overviewpage.h:33
Definition: addressbookpage.h:14
QVBoxLayout * verticalLayout_4
Definition: ui_overviewpage.h:35
QLabel * labelBalanceText
Definition: ui_overviewpage.h:53
QHBoxLayout * horizontalLayout_2
Definition: ui_overviewpage.h:62
QGridLayout * gridLayout
Definition: ui_overviewpage.h:40
QPushButton * labelTransactionsStatus
Definition: ui_overviewpage.h:64
void retranslateUi(QWidget *OverviewPage)
Definition: ui_overviewpage.h:343
QLabel * labelWatchPending
Definition: ui_overviewpage.h:41
QLabel * labelWatchTotal
Definition: ui_overviewpage.h:51
QLabel * labelTotalText
Definition: ui_overviewpage.h:46
QLabel * labelWatchAvailable
Definition: ui_overviewpage.h:55
QVBoxLayout * topLayout
Definition: ui_overviewpage.h:30
QLabel * labelImmature
Definition: ui_overviewpage.h:47
QLabel * labelWatchImmature
Definition: ui_overviewpage.h:43
Definition: ui_overviewpage.h:391
QPushButton * labelWalletStatus
Definition: ui_overviewpage.h:38
QLabel * labelWatchonly
Definition: ui_overviewpage.h:52
QSpacerItem * verticalSpacer_2
Definition: ui_overviewpage.h:67
QFrame * frame
Definition: ui_overviewpage.h:34
QLabel * label_5
Definition: ui_overviewpage.h:37
QLabel * labelImmatureText
Definition: ui_overviewpage.h:49
QLabel * labelBalance
Definition: ui_overviewpage.h:54
QLabel * labelUnconfirmed
Definition: ui_overviewpage.h:42
QHBoxLayout * horizontalLayout_4
Definition: ui_overviewpage.h:36
QLabel * labelAlerts
Definition: ui_overviewpage.h:31
QLabel * labelSpendable
Definition: ui_overviewpage.h:57
QHBoxLayout * horizontalLayout
Definition: ui_overviewpage.h:32
QSpacerItem * verticalSpacer
Definition: ui_overviewpage.h:58
QFrame * frame_2
Definition: ui_overviewpage.h:60
QSpacerItem * horizontalSpacer_3
Definition: ui_overviewpage.h:39
QLabel * label_4
Definition: ui_overviewpage.h:63
QFrame * line
Definition: ui_overviewpage.h:44
QVBoxLayout * verticalLayout
Definition: ui_overviewpage.h:61
QListView * listTransactions
Definition: ui_overviewpage.h:66
QLabel * labelTotal
Definition: ui_overviewpage.h:50
QSpacerItem * horizontalSpacer_2
Definition: ui_overviewpage.h:48