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