db6003c75b20c03976a2899cf7b1229cb518525c
[novacoin.git] / src / qt / forms / overviewpage.ui
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>573</width>
10     <height>342</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
17    <item>
18     <layout class="QVBoxLayout" name="verticalLayout_2">
19      <item>
20       <widget class="QFrame" name="frame">
21        <property name="frameShape">
22         <enum>QFrame::StyledPanel</enum>
23        </property>
24        <property name="frameShadow">
25         <enum>QFrame::Raised</enum>
26        </property>
27        <layout class="QVBoxLayout" name="verticalLayout_4">
28         <item>
29          <layout class="QHBoxLayout" name="horizontalLayout_4">
30           <item>
31            <widget class="QLabel" name="label_5">
32             <property name="font">
33              <font>
34               <pointsize>11</pointsize>
35               <weight>75</weight>
36               <bold>true</bold>
37              </font>
38             </property>
39             <property name="text">
40              <string>Balances</string>
41             </property>
42            </widget>
43           </item>
44           <item>
45            <widget class="QLabel" name="labelWalletStatus">
46             <property name="toolTip">
47              <string>The displayed information may be out of date. Your wallet automatically synchronizes with the NovaCoin network after a connection is established, but this process has not completed yet.</string>
48             </property>
49             <property name="styleSheet">
50              <string notr="true">QLabel { color: red; }</string>
51             </property>
52             <property name="text">
53              <string notr="true">(out of sync)</string>
54             </property>
55             <property name="alignment">
56              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
57             </property>
58            </widget>
59           </item>
60           <item>
61            <spacer name="horizontalSpacer_2">
62             <property name="orientation">
63              <enum>Qt::Horizontal</enum>
64             </property>
65             <property name="sizeHint" stdset="0">
66              <size>
67               <width>40</width>
68               <height>20</height>
69              </size>
70             </property>
71            </spacer>
72           </item>
73          </layout>
74         </item>
75         <item>
76          <layout class="QFormLayout" name="formLayout_2">
77           <property name="fieldGrowthPolicy">
78            <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
79           </property>
80           <property name="horizontalSpacing">
81            <number>12</number>
82           </property>
83           <property name="verticalSpacing">
84            <number>12</number>
85           </property>
86           <item row="0" column="0">
87            <widget class="QLabel" name="labelAvailableText">
88             <property name="toolTip">
89              <string>Your current available balance</string>
90             </property>
91             <property name="text">
92              <string>Available:</string>
93             </property>
94            </widget>
95           </item>
96           <item row="0" column="1">
97            <widget class="QLabel" name="labelAvailable">
98             <property name="font">
99              <font>
100               <weight>75</weight>
101               <bold>true</bold>
102              </font>
103             </property>
104             <property name="cursor">
105              <cursorShape>IBeamCursor</cursorShape>
106             </property>
107             <property name="toolTip">
108              <string>Your current available balance</string>
109             </property>
110             <property name="text">
111              <string notr="true">0 NVC</string>
112             </property>
113             <property name="alignment">
114              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
115             </property>
116             <property name="textInteractionFlags">
117              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
118             </property>
119            </widget>
120           </item>
121           <item row="1" column="0">
122            <widget class="QLabel" name="label_6">
123             <property name="toolTip">
124              <string>Total of coins that was staked, and do not yet count toward the current balance</string>
125             </property>
126             <property name="text">
127              <string>Stake:</string>
128             </property>
129            </widget>
130           </item>
131           <item row="1" column="1">
132            <widget class="QLabel" name="labelStake">
133             <property name="font">
134              <font>
135               <weight>75</weight>
136               <bold>true</bold>
137              </font>
138             </property>
139             <property name="cursor">
140              <cursorShape>IBeamCursor</cursorShape>
141             </property>
142             <property name="toolTip">
143              <string>Total of coins that was staked, and do not yet count toward the current balance</string>
144             </property>
145             <property name="text">
146              <string notr="true">0 NVC</string>
147             </property>
148             <property name="alignment">
149              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150             </property>
151             <property name="textInteractionFlags">
152              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
153             </property>
154            </widget>
155           </item>
156           <item row="2" column="0">
157            <widget class="QLabel" name="label_3">
158             <property name="toolTip">
159              <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
160             </property>
161             <property name="text">
162              <string>Unconfirmed:</string>
163             </property>
164            </widget>
165           </item>
166           <item row="2" column="1">
167            <widget class="QLabel" name="labelUnconfirmed">
168             <property name="font">
169              <font>
170               <weight>75</weight>
171               <bold>true</bold>
172              </font>
173             </property>
174             <property name="cursor">
175              <cursorShape>IBeamCursor</cursorShape>
176             </property>
177             <property name="toolTip">
178              <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
179             </property>
180             <property name="text">
181              <string notr="true">0 NVC</string>
182             </property>
183             <property name="alignment">
184              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
185             </property>
186             <property name="textInteractionFlags">
187              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
188             </property>
189            </widget>
190           </item>
191           <item row="3" column="0">
192            <widget class="QLabel" name="labelImmatureText">
193             <property name="toolTip">
194              <string>Mined balance that has not yet matured</string>
195             </property>
196             <property name="text">
197              <string>Immature:</string>
198             </property>
199            </widget>
200           </item>
201           <item row="3" column="1">
202            <widget class="QLabel" name="labelImmature">
203             <property name="font">
204              <font>
205               <weight>75</weight>
206               <bold>true</bold>
207              </font>
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 NVC</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="4" column="0">
224            <widget class="QLabel" name="labelBalanceWatchOnlyText">
225             <property name="toolTip">
226              <string>Your unspendable balance</string>
227             </property>
228             <property name="text">
229              <string>Unspendable:</string>
230             </property>
231            </widget>
232           </item>
233           <item row="4" column="1">
234            <widget class="QLabel" name="labelBalanceWatchOnly">
235             <property name="font">
236              <font>
237               <weight>75</weight>
238               <bold>true</bold>
239              </font>
240             </property>
241             <property name="cursor">
242              <cursorShape>IBeamCursor</cursorShape>
243             </property>
244             <property name="toolTip">
245              <string>Your unspendable balance</string>
246             </property>
247             <property name="text">
248              <string notr="true">0 NVC</string>
249             </property>
250             <property name="alignment">
251              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
252             </property>
253             <property name="textInteractionFlags">
254              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
255             </property>
256            </widget>
257           </item>
258           <item row="5" column="0" colspan="2">
259            <widget class="Line" name="line">
260             <property name="orientation">
261              <enum>Qt::Horizontal</enum>
262             </property>
263            </widget>
264           </item>
265           <item row="6" column="0">
266            <widget class="QLabel" name="labelTotalText">
267             <property name="toolTip">
268              <string>Your current total balance</string>
269             </property>
270             <property name="text">
271              <string>Total:</string>
272             </property>
273            </widget>
274           </item>
275           <item row="6" column="1">
276            <widget class="QLabel" name="labelTotal">
277             <property name="font">
278              <font>
279               <weight>75</weight>
280               <bold>true</bold>
281              </font>
282             </property>
283             <property name="toolTip">
284              <string>Your current total balance</string>
285             </property>
286             <property name="text">
287              <string notr="true">0 NVC</string>
288             </property>
289             <property name="alignment">
290              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
291             </property>
292             <property name="textInteractionFlags">
293              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
294             </property>
295            </widget>
296           </item>
297           <item row="7" column="0">
298            <widget class="QLabel" name="label_2">
299             <property name="toolTip">
300              <string>Total number of transactions in wallet</string>
301             </property>
302             <property name="text">
303              <string>Number of transactions:</string>
304             </property>
305            </widget>
306           </item>
307           <item row="7" column="1">
308            <widget class="QLabel" name="labelNumTransactions">
309             <property name="toolTip">
310              <string>Total number of transactions in wallet</string>
311             </property>
312             <property name="text">
313              <string notr="true">0</string>
314             </property>
315            </widget>
316           </item>
317          </layout>
318         </item>
319        </layout>
320       </widget>
321      </item>
322      <item>
323       <spacer name="verticalSpacer">
324        <property name="orientation">
325         <enum>Qt::Vertical</enum>
326        </property>
327        <property name="sizeHint" stdset="0">
328         <size>
329          <width>20</width>
330          <height>40</height>
331         </size>
332        </property>
333       </spacer>
334      </item>
335     </layout>
336    </item>
337    <item>
338     <layout class="QVBoxLayout" name="verticalLayout_3">
339      <item>
340       <widget class="QFrame" name="frame_2">
341        <property name="frameShape">
342         <enum>QFrame::StyledPanel</enum>
343        </property>
344        <property name="frameShadow">
345         <enum>QFrame::Raised</enum>
346        </property>
347        <layout class="QVBoxLayout" name="verticalLayout">
348         <item>
349          <layout class="QHBoxLayout" name="horizontalLayout_2">
350           <item>
351            <widget class="QLabel" name="label_4">
352             <property name="text">
353              <string>&lt;b&gt;Recent transactions&lt;/b&gt;</string>
354             </property>
355            </widget>
356           </item>
357           <item>
358            <widget class="QLabel" name="labelTransactionsStatus">
359             <property name="toolTip">
360              <string>The displayed information may be out of date. Your wallet automatically synchronizes with the NovaCoin network after a connection is established, but this process has not completed yet.</string>
361             </property>
362             <property name="styleSheet">
363              <string notr="true">QLabel { color: red; }</string>
364             </property>
365             <property name="text">
366              <string notr="true">(out of sync)</string>
367             </property>
368             <property name="alignment">
369              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
370             </property>
371            </widget>
372           </item>
373           <item>
374            <spacer name="horizontalSpacer">
375             <property name="orientation">
376              <enum>Qt::Horizontal</enum>
377             </property>
378             <property name="sizeHint" stdset="0">
379              <size>
380               <width>40</width>
381               <height>20</height>
382              </size>
383             </property>
384            </spacer>
385           </item>
386          </layout>
387         </item>
388         <item>
389          <widget class="QListView" name="listTransactions">
390           <property name="styleSheet">
391            <string notr="true">QListView { background: transparent; }</string>
392           </property>
393           <property name="frameShape">
394            <enum>QFrame::NoFrame</enum>
395           </property>
396           <property name="verticalScrollBarPolicy">
397            <enum>Qt::ScrollBarAlwaysOff</enum>
398           </property>
399           <property name="horizontalScrollBarPolicy">
400            <enum>Qt::ScrollBarAlwaysOff</enum>
401           </property>
402           <property name="selectionMode">
403            <enum>QAbstractItemView::NoSelection</enum>
404           </property>
405          </widget>
406         </item>
407        </layout>
408       </widget>
409      </item>
410      <item>
411       <spacer name="verticalSpacer_2">
412        <property name="orientation">
413         <enum>Qt::Vertical</enum>
414        </property>
415        <property name="sizeHint" stdset="0">
416         <size>
417          <width>20</width>
418          <height>40</height>
419         </size>
420        </property>
421       </spacer>
422      </item>
423     </layout>
424    </item>
425   </layout>
426  </widget>
427  <resources/>
428  <connections/>
429 </ui>