Merge pull request #186 from fsb4000/TorIP
[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::AlignLeading|Qt::AlignLeft|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::AlignLeading|Qt::AlignLeft|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::AlignLeading|Qt::AlignLeft|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::AlignLeading|Qt::AlignLeft|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::AlignLeading|Qt::AlignLeft|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="maximumSize">
261              <size>
262               <width>230</width>
263               <height>16777215</height>
264              </size>
265             </property>
266             <property name="orientation">
267              <enum>Qt::Horizontal</enum>
268             </property>
269            </widget>
270           </item>
271           <item row="6" column="0">
272            <widget class="QLabel" name="labelTotalText">
273             <property name="toolTip">
274              <string>Your current total balance</string>
275             </property>
276             <property name="text">
277              <string>Total:</string>
278             </property>
279            </widget>
280           </item>
281           <item row="6" column="1">
282            <widget class="QLabel" name="labelTotal">
283             <property name="font">
284              <font>
285               <weight>75</weight>
286               <bold>true</bold>
287              </font>
288             </property>
289             <property name="toolTip">
290              <string>Your current total balance</string>
291             </property>
292             <property name="text">
293              <string notr="true">0 NVC</string>
294             </property>
295             <property name="alignment">
296              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
297             </property>
298             <property name="textInteractionFlags">
299              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
300             </property>
301            </widget>
302           </item>
303           <item row="7" column="0">
304            <widget class="QLabel" name="label_2">
305             <property name="toolTip">
306              <string>Total number of transactions in wallet</string>
307             </property>
308             <property name="text">
309              <string>Number of transactions:</string>
310             </property>
311            </widget>
312           </item>
313           <item row="7" column="1">
314            <widget class="QLabel" name="labelNumTransactions">
315             <property name="toolTip">
316              <string>Total number of transactions in wallet</string>
317             </property>
318             <property name="text">
319              <string notr="true">0</string>
320             </property>
321            </widget>
322           </item>
323          </layout>
324         </item>
325        </layout>
326       </widget>
327      </item>
328      <item>
329       <spacer name="verticalSpacer">
330        <property name="orientation">
331         <enum>Qt::Vertical</enum>
332        </property>
333        <property name="sizeHint" stdset="0">
334         <size>
335          <width>20</width>
336          <height>40</height>
337         </size>
338        </property>
339       </spacer>
340      </item>
341     </layout>
342    </item>
343    <item>
344     <layout class="QVBoxLayout" name="verticalLayout_3">
345      <item>
346       <widget class="QFrame" name="frame_2">
347        <property name="frameShape">
348         <enum>QFrame::StyledPanel</enum>
349        </property>
350        <property name="frameShadow">
351         <enum>QFrame::Raised</enum>
352        </property>
353        <layout class="QVBoxLayout" name="verticalLayout">
354         <item>
355          <layout class="QHBoxLayout" name="horizontalLayout_2">
356           <item>
357            <widget class="QLabel" name="label_4">
358             <property name="text">
359              <string>&lt;b&gt;Recent transactions&lt;/b&gt;</string>
360             </property>
361            </widget>
362           </item>
363           <item>
364            <widget class="QLabel" name="labelTransactionsStatus">
365             <property name="toolTip">
366              <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>
367             </property>
368             <property name="styleSheet">
369              <string notr="true">QLabel { color: red; }</string>
370             </property>
371             <property name="text">
372              <string notr="true">(out of sync)</string>
373             </property>
374             <property name="alignment">
375              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
376             </property>
377            </widget>
378           </item>
379           <item>
380            <spacer name="horizontalSpacer">
381             <property name="orientation">
382              <enum>Qt::Horizontal</enum>
383             </property>
384             <property name="sizeHint" stdset="0">
385              <size>
386               <width>40</width>
387               <height>20</height>
388              </size>
389             </property>
390            </spacer>
391           </item>
392          </layout>
393         </item>
394         <item>
395          <widget class="QListView" name="listTransactions">
396           <property name="styleSheet">
397            <string notr="true">QListView { background: transparent; }</string>
398           </property>
399           <property name="frameShape">
400            <enum>QFrame::NoFrame</enum>
401           </property>
402           <property name="verticalScrollBarPolicy">
403            <enum>Qt::ScrollBarAlwaysOff</enum>
404           </property>
405           <property name="horizontalScrollBarPolicy">
406            <enum>Qt::ScrollBarAlwaysOff</enum>
407           </property>
408           <property name="selectionMode">
409            <enum>QAbstractItemView::NoSelection</enum>
410           </property>
411          </widget>
412         </item>
413        </layout>
414       </widget>
415      </item>
416      <item>
417       <spacer name="verticalSpacer_2">
418        <property name="orientation">
419         <enum>Qt::Vertical</enum>
420        </property>
421        <property name="sizeHint" stdset="0">
422         <size>
423          <width>20</width>
424          <height>40</height>
425         </size>
426        </property>
427       </spacer>
428      </item>
429     </layout>
430    </item>
431   </layout>
432  </widget>
433  <resources/>
434  <connections/>
435 </ui>