]> Git Repo - VerusCoin.git/blob - src/qt/forms/overviewpage.ui
Use the QueueShutdown signal to stop accepting new RPC connections
[VerusCoin.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>552</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 Bitcoin 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">123.456 BTC</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_3">
117             <property name="text">
118              <string>Unconfirmed:</string>
119             </property>
120            </widget>
121           </item>
122           <item row="1" column="1">
123            <widget class="QLabel" name="labelUnconfirmed">
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 transactions that have yet to be confirmed, and do not yet count toward the current balance</string>
135             </property>
136             <property name="text">
137              <string notr="true">0 BTC</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_2">
146             <property name="text">
147              <string>Number of transactions:</string>
148             </property>
149            </widget>
150           </item>
151           <item row="2" column="1">
152            <widget class="QLabel" name="labelNumTransactions">
153             <property name="toolTip">
154              <string>Total number of transactions in wallet</string>
155             </property>
156             <property name="text">
157              <string notr="true">0</string>
158             </property>
159            </widget>
160           </item>
161          </layout>
162         </item>
163        </layout>
164       </widget>
165      </item>
166      <item>
167       <spacer name="verticalSpacer">
168        <property name="orientation">
169         <enum>Qt::Vertical</enum>
170        </property>
171        <property name="sizeHint" stdset="0">
172         <size>
173          <width>20</width>
174          <height>40</height>
175         </size>
176        </property>
177       </spacer>
178      </item>
179     </layout>
180    </item>
181    <item>
182     <layout class="QVBoxLayout" name="verticalLayout_3">
183      <item>
184       <widget class="QFrame" name="frame_2">
185        <property name="frameShape">
186         <enum>QFrame::StyledPanel</enum>
187        </property>
188        <property name="frameShadow">
189         <enum>QFrame::Raised</enum>
190        </property>
191        <layout class="QVBoxLayout" name="verticalLayout">
192         <item>
193          <layout class="QHBoxLayout" name="horizontalLayout_2">
194           <item>
195            <widget class="QLabel" name="label_4">
196             <property name="text">
197              <string>&lt;b&gt;Recent transactions&lt;/b&gt;</string>
198             </property>
199            </widget>
200           </item>
201           <item>
202            <widget class="QLabel" name="labelTransactionsStatus">
203             <property name="toolTip">
204              <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.</string>
205             </property>
206             <property name="styleSheet">
207              <string notr="true">QLabel { color: red; }</string>
208             </property>
209             <property name="text">
210              <string notr="true">(out of sync)</string>
211             </property>
212             <property name="alignment">
213              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
214             </property>
215            </widget>
216           </item>
217           <item>
218            <spacer name="horizontalSpacer">
219             <property name="orientation">
220              <enum>Qt::Horizontal</enum>
221             </property>
222             <property name="sizeHint" stdset="0">
223              <size>
224               <width>40</width>
225               <height>20</height>
226              </size>
227             </property>
228            </spacer>
229           </item>
230          </layout>
231         </item>
232         <item>
233          <widget class="QListView" name="listTransactions">
234           <property name="styleSheet">
235            <string notr="true">QListView { background: transparent; }</string>
236           </property>
237           <property name="frameShape">
238            <enum>QFrame::NoFrame</enum>
239           </property>
240           <property name="verticalScrollBarPolicy">
241            <enum>Qt::ScrollBarAlwaysOff</enum>
242           </property>
243           <property name="horizontalScrollBarPolicy">
244            <enum>Qt::ScrollBarAlwaysOff</enum>
245           </property>
246           <property name="selectionMode">
247            <enum>QAbstractItemView::NoSelection</enum>
248           </property>
249          </widget>
250         </item>
251        </layout>
252       </widget>
253      </item>
254      <item>
255       <spacer name="verticalSpacer_2">
256        <property name="orientation">
257         <enum>Qt::Vertical</enum>
258        </property>
259        <property name="sizeHint" stdset="0">
260         <size>
261          <width>20</width>
262          <height>40</height>
263         </size>
264        </property>
265       </spacer>
266      </item>
267     </layout>
268    </item>
269   </layout>
270  </widget>
271  <resources/>
272  <connections/>
273 </ui>
This page took 0.041522 seconds and 4 git commands to generate.