af64c69128d718c79357a16153de7048dbdd03f8
[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>Wallet</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="label">
88             <property name="toolTip">
89              <string>Your current balance</string>
90             </property>
91             <property name="text">
92              <string>Balance:</string>
93             </property>
94            </widget>
95           </item>
96           <item row="0" column="1">
97            <widget class="QLabel" name="labelBalanceTotal">
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 balance</string>
109             </property>
110             <property name="text">
111              <string notr="true">0 NVC</string>
112             </property>
113             <property name="textInteractionFlags">
114              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
115             </property>
116            </widget>
117           </item>
118           <item row="1" column="0">
119            <widget class="QLabel" name="labelBalanceWatchOnlyText">
120             <property name="toolTip">
121              <string>Your unspendable balance</string>
122             </property>
123             <property name="text">
124              <string>Unspendable:</string>
125             </property>
126            </widget>
127           </item>
128           <item row="1" column="1">
129            <widget class="QLabel" name="labelBalanceWatchOnly">
130             <property name="font">
131              <font>
132               <weight>75</weight>
133               <bold>true</bold>
134              </font>
135             </property>
136             <property name="cursor">
137              <cursorShape>IBeamCursor</cursorShape>
138             </property>
139             <property name="toolTip">
140              <string>Your unspendable balance</string>
141             </property>
142             <property name="text">
143              <string notr="true">0 NVC</string>
144             </property>
145             <property name="textInteractionFlags">
146              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
147             </property>
148            </widget>
149           </item>
150           <item row="2" column="0">
151            <widget class="QLabel" name="label_6">
152             <property name="toolTip">
153              <string>Total of coins that was staked, and do not yet count toward the current balance</string>
154             </property>
155             <property name="text">
156              <string>Stake:</string>
157             </property>
158            </widget>
159           </item>
160           <item row="2" column="1">
161            <widget class="QLabel" name="labelStake">
162             <property name="font">
163              <font>
164               <weight>75</weight>
165               <bold>true</bold>
166              </font>
167             </property>
168             <property name="cursor">
169              <cursorShape>IBeamCursor</cursorShape>
170             </property>
171             <property name="toolTip">
172              <string>Total of coins that was staked, and do not yet count toward the current balance</string>
173             </property>
174             <property name="text">
175              <string notr="true">0 NVC</string>
176             </property>
177             <property name="textInteractionFlags">
178              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
179             </property>
180            </widget>
181           </item>
182           <item row="3" column="0">
183            <widget class="QLabel" name="label_3">
184             <property name="toolTip">
185              <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
186             </property>
187             <property name="text">
188              <string>Unconfirmed:</string>
189             </property>
190            </widget>
191           </item>
192           <item row="3" column="1">
193            <widget class="QLabel" name="labelUnconfirmed">
194             <property name="font">
195              <font>
196               <weight>75</weight>
197               <bold>true</bold>
198              </font>
199             </property>
200             <property name="cursor">
201              <cursorShape>IBeamCursor</cursorShape>
202             </property>
203             <property name="toolTip">
204              <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
205             </property>
206             <property name="text">
207              <string notr="true">0 NVC</string>
208             </property>
209             <property name="textInteractionFlags">
210              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
211             </property>
212            </widget>
213           </item>
214           <item row="4" column="0">
215            <widget class="QLabel" name="labelImmatureText">
216             <property name="toolTip">
217              <string>Mined balance that has not yet matured</string>
218             </property>
219             <property name="text">
220              <string>Immature:</string>
221             </property>
222            </widget>
223           </item>
224           <item row="4" column="1">
225            <widget class="QLabel" name="labelImmature">
226             <property name="font">
227              <font>
228               <weight>75</weight>
229               <bold>true</bold>
230              </font>
231             </property>
232             <property name="toolTip">
233              <string>Mined balance that has not yet matured</string>
234             </property>
235             <property name="text">
236              <string notr="true">0 NVC</string>
237             </property>
238             <property name="textInteractionFlags">
239              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
240             </property>
241            </widget>
242           </item>
243           <item row="5" column="0">
244            <widget class="QLabel" name="label_2">
245             <property name="toolTip">
246              <string>Total number of transactions in wallet</string>
247             </property>
248             <property name="text">
249              <string>Number of transactions:</string>
250             </property>
251            </widget>
252           </item>
253           <item row="5" column="1">
254            <widget class="QLabel" name="labelNumTransactions">
255             <property name="toolTip">
256              <string>Total number of transactions in wallet</string>
257             </property>
258             <property name="text">
259              <string notr="true">0</string>
260             </property>
261            </widget>
262           </item>
263          </layout>
264         </item>
265        </layout>
266       </widget>
267      </item>
268      <item>
269       <spacer name="verticalSpacer">
270        <property name="orientation">
271         <enum>Qt::Vertical</enum>
272        </property>
273        <property name="sizeHint" stdset="0">
274         <size>
275          <width>20</width>
276          <height>40</height>
277         </size>
278        </property>
279       </spacer>
280      </item>
281     </layout>
282    </item>
283    <item>
284     <layout class="QVBoxLayout" name="verticalLayout_3">
285      <item>
286       <widget class="QFrame" name="frame_2">
287        <property name="frameShape">
288         <enum>QFrame::StyledPanel</enum>
289        </property>
290        <property name="frameShadow">
291         <enum>QFrame::Raised</enum>
292        </property>
293        <layout class="QVBoxLayout" name="verticalLayout">
294         <item>
295          <layout class="QHBoxLayout" name="horizontalLayout_2">
296           <item>
297            <widget class="QLabel" name="label_4">
298             <property name="text">
299              <string>&lt;b&gt;Recent transactions&lt;/b&gt;</string>
300             </property>
301            </widget>
302           </item>
303           <item>
304            <widget class="QLabel" name="labelTransactionsStatus">
305             <property name="toolTip">
306              <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>
307             </property>
308             <property name="styleSheet">
309              <string notr="true">QLabel { color: red; }</string>
310             </property>
311             <property name="text">
312              <string notr="true">(out of sync)</string>
313             </property>
314             <property name="alignment">
315              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
316             </property>
317            </widget>
318           </item>
319           <item>
320            <spacer name="horizontalSpacer">
321             <property name="orientation">
322              <enum>Qt::Horizontal</enum>
323             </property>
324             <property name="sizeHint" stdset="0">
325              <size>
326               <width>40</width>
327               <height>20</height>
328              </size>
329             </property>
330            </spacer>
331           </item>
332          </layout>
333         </item>
334         <item>
335          <widget class="QListView" name="listTransactions">
336           <property name="styleSheet">
337            <string notr="true">QListView { background: transparent; }</string>
338           </property>
339           <property name="frameShape">
340            <enum>QFrame::NoFrame</enum>
341           </property>
342           <property name="verticalScrollBarPolicy">
343            <enum>Qt::ScrollBarAlwaysOff</enum>
344           </property>
345           <property name="horizontalScrollBarPolicy">
346            <enum>Qt::ScrollBarAlwaysOff</enum>
347           </property>
348           <property name="selectionMode">
349            <enum>QAbstractItemView::NoSelection</enum>
350           </property>
351          </widget>
352         </item>
353        </layout>
354       </widget>
355      </item>
356      <item>
357       <spacer name="verticalSpacer_2">
358        <property name="orientation">
359         <enum>Qt::Vertical</enum>
360        </property>
361        <property name="sizeHint" stdset="0">
362         <size>
363          <width>20</width>
364          <height>40</height>
365         </size>
366        </property>
367       </spacer>
368      </item>
369     </layout>
370    </item>
371   </layout>
372  </widget>
373  <resources/>
374  <connections/>
375 </ui>