Handle unspendable inputs correctly.
[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="labelBalanceTotal">
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="labelBalanceWatchOnlyText">
117             <property name="text">
118              <string>Unspendable:</string>
119             </property>
120            </widget>
121           </item>
122           <item row="1" column="1">
123            <widget class="QLabel" name="labelBalanceWatchOnly">
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>Your unspendable 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_6">
146             <property name="text">
147              <string>Stake:</string>
148             </property>
149            </widget>
150           </item>
151           <item row="2" column="1">
152            <widget class="QLabel" name="labelStake">
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 coins that was staked, 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="label_3">
175             <property name="text">
176              <string>Unconfirmed:</string>
177             </property>
178            </widget>
179           </item>
180           <item row="3" column="1">
181            <widget class="QLabel" name="labelUnconfirmed">
182             <property name="font">
183              <font>
184               <weight>75</weight>
185               <bold>true</bold>
186              </font>
187             </property>
188             <property name="cursor">
189              <cursorShape>IBeamCursor</cursorShape>
190             </property>
191             <property name="toolTip">
192              <string>Total of transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
193             </property>
194             <property name="text">
195              <string notr="true">0 NVC</string>
196             </property>
197             <property name="textInteractionFlags">
198              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
199             </property>
200            </widget>
201           </item>
202           <item row="4" column="0">
203            <widget class="QLabel" name="labelImmatureText">
204             <property name="text">
205              <string>Immature:</string>
206             </property>
207            </widget>
208           </item>
209           <item row="4" column="1">
210            <widget class="QLabel" name="labelImmature">
211             <property name="font">
212              <font>
213               <weight>75</weight>
214               <bold>true</bold>
215              </font>
216             </property>
217             <property name="toolTip">
218              <string>Mined balance that has not yet matured</string>
219             </property>
220             <property name="text">
221              <string notr="true">0 NVC</string>
222             </property>
223             <property name="textInteractionFlags">
224              <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
225             </property>
226            </widget>
227           </item>
228           <item row="5" column="0">
229            <widget class="QLabel" name="label_2">
230             <property name="text">
231              <string>Number of transactions:</string>
232             </property>
233            </widget>
234           </item>
235           <item row="5" column="1">
236            <widget class="QLabel" name="labelNumTransactions">
237             <property name="toolTip">
238              <string>Total number of transactions in wallet</string>
239             </property>
240             <property name="text">
241              <string notr="true">0</string>
242             </property>
243            </widget>
244           </item>
245          </layout>
246         </item>
247        </layout>
248       </widget>
249      </item>
250      <item>
251       <spacer name="verticalSpacer">
252        <property name="orientation">
253         <enum>Qt::Vertical</enum>
254        </property>
255        <property name="sizeHint" stdset="0">
256         <size>
257          <width>20</width>
258          <height>40</height>
259         </size>
260        </property>
261       </spacer>
262      </item>
263     </layout>
264    </item>
265    <item>
266     <layout class="QVBoxLayout" name="verticalLayout_3">
267      <item>
268       <widget class="QFrame" name="frame_2">
269        <property name="frameShape">
270         <enum>QFrame::StyledPanel</enum>
271        </property>
272        <property name="frameShadow">
273         <enum>QFrame::Raised</enum>
274        </property>
275        <layout class="QVBoxLayout" name="verticalLayout">
276         <item>
277          <layout class="QHBoxLayout" name="horizontalLayout_2">
278           <item>
279            <widget class="QLabel" name="label_4">
280             <property name="text">
281              <string>&lt;b&gt;Recent transactions&lt;/b&gt;</string>
282             </property>
283            </widget>
284           </item>
285           <item>
286            <widget class="QLabel" name="labelTransactionsStatus">
287             <property name="toolTip">
288              <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>
289             </property>
290             <property name="styleSheet">
291              <string notr="true">QLabel { color: red; }</string>
292             </property>
293             <property name="text">
294              <string notr="true">(out of sync)</string>
295             </property>
296             <property name="alignment">
297              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
298             </property>
299            </widget>
300           </item>
301           <item>
302            <spacer name="horizontalSpacer">
303             <property name="orientation">
304              <enum>Qt::Horizontal</enum>
305             </property>
306             <property name="sizeHint" stdset="0">
307              <size>
308               <width>40</width>
309               <height>20</height>
310              </size>
311             </property>
312            </spacer>
313           </item>
314          </layout>
315         </item>
316         <item>
317          <widget class="QListView" name="listTransactions">
318           <property name="styleSheet">
319            <string notr="true">QListView { background: transparent; }</string>
320           </property>
321           <property name="frameShape">
322            <enum>QFrame::NoFrame</enum>
323           </property>
324           <property name="verticalScrollBarPolicy">
325            <enum>Qt::ScrollBarAlwaysOff</enum>
326           </property>
327           <property name="horizontalScrollBarPolicy">
328            <enum>Qt::ScrollBarAlwaysOff</enum>
329           </property>
330           <property name="selectionMode">
331            <enum>QAbstractItemView::NoSelection</enum>
332           </property>
333          </widget>
334         </item>
335        </layout>
336       </widget>
337      </item>
338      <item>
339       <spacer name="verticalSpacer_2">
340        <property name="orientation">
341         <enum>Qt::Vertical</enum>
342        </property>
343        <property name="sizeHint" stdset="0">
344         <size>
345          <width>20</width>
346          <height>40</height>
347         </size>
348        </property>
349       </spacer>
350      </item>
351     </layout>
352    </item>
353   </layout>
354  </widget>
355  <resources/>
356  <connections/>
357 </ui>