overviewpage.ui raw
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>OverviewPage</class>
4 <widget class="QWidget" name="OverviewPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>798</width>
10 <height>318</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="topLayout">
17 <item>
18 <widget class="QLabel" name="labelAlerts">
19 <property name="visible">
20 <bool>false</bool>
21 </property>
22 <property name="styleSheet">
23 <string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
24 </property>
25 <property name="wordWrap">
26 <bool>true</bool>
27 </property>
28 <property name="margin">
29 <number>3</number>
30 </property>
31 <property name="textInteractionFlags">
32 <set>Qt::TextSelectableByMouse</set>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
38 <item>
39 <layout class="QVBoxLayout" name="verticalLayout_2">
40 <item>
41 <widget class="QFrame" name="frame">
42 <property name="frameShape">
43 <enum>QFrame::StyledPanel</enum>
44 </property>
45 <property name="frameShadow">
46 <enum>QFrame::Raised</enum>
47 </property>
48 <layout class="QVBoxLayout" name="verticalLayout_4">
49 <item>
50 <layout class="QHBoxLayout" name="horizontalLayout_4">
51 <item>
52 <widget class="QLabel" name="label_5">
53 <property name="font">
54 <font>
55 <weight>75</weight>
56 <bold>true</bold>
57 </font>
58 </property>
59 <property name="text">
60 <string>Balances</string>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QPushButton" name="labelWalletStatus">
66 <property name="enabled">
67 <bool>true</bool>
68 </property>
69 <property name="maximumSize">
70 <size>
71 <width>45</width>
72 <height>16777215</height>
73 </size>
74 </property>
75 <property name="toolTip">
76 <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Limenka network after a connection is established, but this process has not completed yet.</string>
77 </property>
78 <property name="text">
79 <string/>
80 </property>
81 <property name="icon">
82 <iconset resource="../limenka.qrc">
83 <normaloff>:/icons/warning</normaloff>
84 <disabledoff>:/icons/warning</disabledoff>:/icons/warning</iconset>
85 </property>
86 <property name="iconSize">
87 <size>
88 <width>24</width>
89 <height>24</height>
90 </size>
91 </property>
92 </widget>
93 </item>
94 <item>
95 <spacer name="horizontalSpacer_3">
96 <property name="orientation">
97 <enum>Qt::Horizontal</enum>
98 </property>
99 <property name="sizeHint" stdset="0">
100 <size>
101 <width>40</width>
102 <height>20</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 </layout>
108 </item>
109 <item>
110 <layout class="QGridLayout" name="gridLayout">
111 <property name="spacing">
112 <number>12</number>
113 </property>
114 <item row="2" column="2">
115 <widget class="QLabel" name="labelWatchPending">
116 <property name="cursor">
117 <cursorShape>IBeamCursor</cursorShape>
118 </property>
119 <property name="toolTip">
120 <string>Unconfirmed transactions to watch-only addresses</string>
121 </property>
122 <property name="text">
123 <string notr="true">0.00000000 BTC</string>
124 </property>
125 <property name="alignment">
126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127 </property>
128 <property name="textInteractionFlags">
129 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
130 </property>
131 </widget>
132 </item>
133 <item row="2" column="1">
134 <widget class="QLabel" name="labelUnconfirmed">
135 <property name="cursor">
136 <cursorShape>IBeamCursor</cursorShape>
137 </property>
138 <property name="toolTip">
139 <string>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</string>
140 </property>
141 <property name="text">
142 <string notr="true">0.00000000 BTC</string>
143 </property>
144 <property name="alignment">
145 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
146 </property>
147 <property name="textInteractionFlags">
148 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
149 </property>
150 </widget>
151 </item>
152 <item row="3" column="2">
153 <widget class="QLabel" name="labelWatchImmature">
154 <property name="cursor">
155 <cursorShape>IBeamCursor</cursorShape>
156 </property>
157 <property name="toolTip">
158 <string>Mined balance in watch-only addresses that has not yet matured</string>
159 </property>
160 <property name="text">
161 <string notr="true">0.00000000 BTC</string>
162 </property>
163 <property name="alignment">
164 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
165 </property>
166 <property name="textInteractionFlags">
167 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
168 </property>
169 </widget>
170 </item>
171 <item row="4" column="0" colspan="2">
172 <widget class="Line" name="line">
173 <property name="orientation">
174 <enum>Qt::Horizontal</enum>
175 </property>
176 </widget>
177 </item>
178 <item row="4" column="2">
179 <widget class="Line" name="lineWatchBalance">
180 <property name="sizePolicy">
181 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
182 <horstretch>0</horstretch>
183 <verstretch>0</verstretch>
184 </sizepolicy>
185 </property>
186 <property name="minimumSize">
187 <size>
188 <width>140</width>
189 <height>0</height>
190 </size>
191 </property>
192 <property name="orientation">
193 <enum>Qt::Horizontal</enum>
194 </property>
195 </widget>
196 </item>
197 <item row="5" column="0">
198 <widget class="QLabel" name="labelTotalText">
199 <property name="text">
200 <string>Total:</string>
201 </property>
202 </widget>
203 </item>
204 <item row="3" column="1">
205 <widget class="QLabel" name="labelImmature">
206 <property name="cursor">
207 <cursorShape>IBeamCursor</cursorShape>
208 </property>
209 <property name="toolTip">
210 <string>Mined balance that has not yet matured</string>
211 </property>
212 <property name="text">
213 <string notr="true">0.00000000 BTC</string>
214 </property>
215 <property name="alignment">
216 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
217 </property>
218 <property name="textInteractionFlags">
219 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
220 </property>
221 </widget>
222 </item>
223 <item row="2" column="3">
224 <spacer name="horizontalSpacer_2">
225 <property name="orientation">
226 <enum>Qt::Horizontal</enum>
227 </property>
228 <property name="sizeHint" stdset="0">
229 <size>
230 <width>40</width>
231 <height>20</height>
232 </size>
233 </property>
234 </spacer>
235 </item>
236 <item row="3" column="0">
237 <widget class="QLabel" name="labelImmatureText">
238 <property name="text">
239 <string>Immature:</string>
240 </property>
241 </widget>
242 </item>
243 <item row="5" column="1">
244 <widget class="QLabel" name="labelTotal">
245 <property name="cursor">
246 <cursorShape>IBeamCursor</cursorShape>
247 </property>
248 <property name="toolTip">
249 <string>Your current total balance</string>
250 </property>
251 <property name="text">
252 <string notr="true">21 000 000.00000000 BTC</string>
253 </property>
254 <property name="alignment">
255 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
256 </property>
257 <property name="textInteractionFlags">
258 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
259 </property>
260 </widget>
261 </item>
262 <item row="5" column="2">
263 <widget class="QLabel" name="labelWatchTotal">
264 <property name="cursor">
265 <cursorShape>IBeamCursor</cursorShape>
266 </property>
267 <property name="toolTip">
268 <string>Current total balance in watch-only addresses</string>
269 </property>
270 <property name="text">
271 <string notr="true">21 000 000.00000000 BTC</string>
272 </property>
273 <property name="alignment">
274 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
275 </property>
276 <property name="textInteractionFlags">
277 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
278 </property>
279 </widget>
280 </item>
281 <item row="0" column="2">
282 <widget class="QLabel" name="labelWatchonly">
283 <property name="text">
284 <string>Watch-only:</string>
285 </property>
286 <property name="alignment">
287 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
288 </property>
289 </widget>
290 </item>
291 <item row="1" column="0">
292 <widget class="QLabel" name="labelBalanceText">
293 <property name="text">
294 <string>Available:</string>
295 </property>
296 </widget>
297 </item>
298 <item row="1" column="1">
299 <widget class="QLabel" name="labelBalance">
300 <property name="cursor">
301 <cursorShape>IBeamCursor</cursorShape>
302 </property>
303 <property name="toolTip">
304 <string>Your current spendable balance</string>
305 </property>
306 <property name="text">
307 <string notr="true">21 000 000.00000000 BTC</string>
308 </property>
309 <property name="alignment">
310 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
311 </property>
312 <property name="textInteractionFlags">
313 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
314 </property>
315 </widget>
316 </item>
317 <item row="1" column="2">
318 <widget class="QLabel" name="labelWatchAvailable">
319 <property name="cursor">
320 <cursorShape>IBeamCursor</cursorShape>
321 </property>
322 <property name="toolTip">
323 <string>Your current balance in watch-only addresses</string>
324 </property>
325 <property name="text">
326 <string notr="true">21 000 000.00000000 BTC</string>
327 </property>
328 <property name="alignment">
329 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
330 </property>
331 <property name="textInteractionFlags">
332 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
333 </property>
334 </widget>
335 </item>
336 <item row="2" column="0">
337 <widget class="QLabel" name="labelPendingText">
338 <property name="text">
339 <string>Pending:</string>
340 </property>
341 </widget>
342 </item>
343 <item row="0" column="1">
344 <widget class="QLabel" name="labelSpendable">
345 <property name="text">
346 <string>Spendable:</string>
347 </property>
348 <property name="alignment">
349 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
350 </property>
351 </widget>
352 </item>
353 </layout>
354 </item>
355 </layout>
356 </widget>
357 </item>
358 <item>
359 <spacer name="verticalSpacer">
360 <property name="orientation">
361 <enum>Qt::Vertical</enum>
362 </property>
363 <property name="sizeHint" stdset="0">
364 <size>
365 <width>20</width>
366 <height>40</height>
367 </size>
368 </property>
369 </spacer>
370 </item>
371 </layout>
372 </item>
373 <item>
374 <layout class="QVBoxLayout" name="verticalLayout_3">
375 <item>
376 <widget class="QFrame" name="frame_2">
377 <property name="frameShape">
378 <enum>QFrame::StyledPanel</enum>
379 </property>
380 <property name="frameShadow">
381 <enum>QFrame::Raised</enum>
382 </property>
383 <layout class="QVBoxLayout" name="verticalLayout">
384 <item>
385 <layout class="QHBoxLayout" name="horizontalLayout_2">
386 <item>
387 <widget class="QLabel" name="label_4">
388 <property name="font">
389 <font>
390 <weight>75</weight>
391 <bold>true</bold>
392 </font>
393 </property>
394 <property name="text">
395 <string>Recent transactions</string>
396 </property>
397 </widget>
398 </item>
399 <item>
400 <widget class="QPushButton" name="labelTransactionsStatus">
401 <property name="enabled">
402 <bool>true</bool>
403 </property>
404 <property name="maximumSize">
405 <size>
406 <width>45</width>
407 <height>16777215</height>
408 </size>
409 </property>
410 <property name="toolTip">
411 <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Limenka network after a connection is established, but this process has not completed yet.</string>
412 </property>
413 <property name="text">
414 <string/>
415 </property>
416 <property name="icon">
417 <iconset resource="../limenka.qrc">
418 <normaloff>:/icons/warning</normaloff>
419 <disabledoff>:/icons/warning</disabledoff>:/icons/warning</iconset>
420 </property>
421 <property name="iconSize">
422 <size>
423 <width>24</width>
424 <height>24</height>
425 </size>
426 </property>
427 </widget>
428 </item>
429 <item>
430 <spacer name="horizontalSpacer">
431 <property name="orientation">
432 <enum>Qt::Horizontal</enum>
433 </property>
434 <property name="sizeHint" stdset="0">
435 <size>
436 <width>40</width>
437 <height>20</height>
438 </size>
439 </property>
440 </spacer>
441 </item>
442 </layout>
443 </item>
444 <item>
445 <widget class="TransactionOverviewWidget" name="listTransactions">
446 <property name="styleSheet">
447 <string notr="true">QListView { background: transparent; }</string>
448 </property>
449 <property name="frameShape">
450 <enum>QFrame::NoFrame</enum>
451 </property>
452 <property name="verticalScrollBarPolicy">
453 <enum>Qt::ScrollBarAlwaysOff</enum>
454 </property>
455 <property name="horizontalScrollBarPolicy">
456 <enum>Qt::ScrollBarAlwaysOff</enum>
457 </property>
458 <property name="sizeAdjustPolicy">
459 <enum>QAbstractScrollArea::AdjustToContents</enum>
460 </property>
461 <property name="selectionMode">
462 <enum>QAbstractItemView::NoSelection</enum>
463 </property>
464 <property name="uniformItemSizes">
465 <bool>true</bool>
466 </property>
467 </widget>
468 </item>
469 </layout>
470 </widget>
471 </item>
472 <item>
473 <spacer name="verticalSpacer_2">
474 <property name="orientation">
475 <enum>Qt::Vertical</enum>
476 </property>
477 <property name="sizeHint" stdset="0">
478 <size>
479 <width>20</width>
480 <height>40</height>
481 </size>
482 </property>
483 </spacer>
484 </item>
485 </layout>
486 </item>
487 </layout>
488 </item>
489 </layout>
490 </widget>
491 <customwidgets>
492 <customwidget>
493 <class>TransactionOverviewWidget</class>
494 <extends>QListView</extends>
495 <header>qt/transactionoverviewwidget.h</header>
496 </customwidget>
497 </customwidgets>
498 <resources/>
499 <connections/>
500 </ui>
501