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