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