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