1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>OverviewPage</class>
4 <widget class="QWidget" name="OverviewPage">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
18 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <widget class="QFrame" name="frame">
21 <property name="frameShape">
22 <enum>QFrame::StyledPanel</enum>
24 <property name="frameShadow">
25 <enum>QFrame::Raised</enum>
27 <layout class="QVBoxLayout" name="verticalLayout_4">
29 <layout class="QHBoxLayout" name="horizontalLayout_4">
31 <widget class="QLabel" name="label_5">
32 <property name="font">
34 <pointsize>11</pointsize>
39 <property name="text">
40 <string>Wallet</string>
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>
49 <property name="styleSheet">
50 <string notr="true">QLabel { color: red; }</string>
52 <property name="text">
53 <string notr="true">(out of sync)</string>
55 <property name="alignment">
56 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
61 <spacer name="horizontalSpacer_2">
62 <property name="orientation">
63 <enum>Qt::Horizontal</enum>
65 <property name="sizeHint" stdset="0">
76 <layout class="QFormLayout" name="formLayout_2">
77 <property name="fieldGrowthPolicy">
78 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
80 <property name="horizontalSpacing">
83 <property name="verticalSpacing">
86 <item row="0" column="0">
87 <widget class="QLabel" name="label">
88 <property name="text">
89 <string>Balance:</string>
93 <item row="0" column="1">
94 <widget class="QLabel" name="labelBalance">
95 <property name="font">
101 <property name="cursor">
102 <cursorShape>IBeamCursor</cursorShape>
104 <property name="toolTip">
105 <string>Your current balance</string>
107 <property name="text">
108 <string notr="true">123.456 BTC</string>
110 <property name="textInteractionFlags">
111 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
115 <item row="1" column="0">
116 <widget class="QLabel" name="label_3">
117 <property name="text">
118 <string>Unconfirmed:</string>
122 <item row="1" column="1">
123 <widget class="QLabel" name="labelUnconfirmed">
124 <property name="font">
130 <property name="cursor">
131 <cursorShape>IBeamCursor</cursorShape>
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>
136 <property name="text">
137 <string notr="true">0 BTC</string>
139 <property name="textInteractionFlags">
140 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
144 <item row="2" column="0">
145 <widget class="QLabel" name="label_2">
146 <property name="text">
147 <string>Number of transactions:</string>
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>
156 <property name="text">
157 <string notr="true">0</string>
167 <spacer name="verticalSpacer">
168 <property name="orientation">
169 <enum>Qt::Vertical</enum>
171 <property name="sizeHint" stdset="0">
182 <layout class="QVBoxLayout" name="verticalLayout_3">
184 <widget class="QFrame" name="frame_2">
185 <property name="frameShape">
186 <enum>QFrame::StyledPanel</enum>
188 <property name="frameShadow">
189 <enum>QFrame::Raised</enum>
191 <layout class="QVBoxLayout" name="verticalLayout">
193 <layout class="QHBoxLayout" name="horizontalLayout_2">
195 <widget class="QLabel" name="label_4">
196 <property name="text">
197 <string><b>Recent transactions</b></string>
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>
206 <property name="styleSheet">
207 <string notr="true">QLabel { color: red; }</string>
209 <property name="text">
210 <string notr="true">(out of sync)</string>
212 <property name="alignment">
213 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
218 <spacer name="horizontalSpacer">
219 <property name="orientation">
220 <enum>Qt::Horizontal</enum>
222 <property name="sizeHint" stdset="0">
233 <widget class="QListView" name="listTransactions">
234 <property name="styleSheet">
235 <string notr="true">QListView { background: transparent; }</string>
237 <property name="frameShape">
238 <enum>QFrame::NoFrame</enum>
240 <property name="verticalScrollBarPolicy">
241 <enum>Qt::ScrollBarAlwaysOff</enum>
243 <property name="horizontalScrollBarPolicy">
244 <enum>Qt::ScrollBarAlwaysOff</enum>
246 <property name="selectionMode">
247 <enum>QAbstractItemView::NoSelection</enum>
255 <spacer name="verticalSpacer_2">
256 <property name="orientation">
257 <enum>Qt::Vertical</enum>
259 <property name="sizeHint" stdset="0">