/ src / qt / forms / overviewpage.ui
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>798</width>
 10      <height>318</height>
 11     </rect>
 12    </property>
 13    <property name="windowTitle">
 14     <string>Form</string>
 15    </property>
 16    <layout class="QVBoxLayout" name="topLayout">
 17     <item>
 18      <widget class="QLabel" name="labelAlerts">
 19       <property name="visible">
 20        <bool>false</bool>
 21       </property>
 22       <property name="styleSheet">
 23        <string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
 24       </property>
 25       <property name="wordWrap">
 26        <bool>true</bool>
 27       </property>
 28       <property name="margin">
 29        <number>3</number>
 30       </property>
 31       <property name="textInteractionFlags">
 32        <set>Qt::TextSelectableByMouse</set>
 33       </property>
 34      </widget>
 35     </item>
 36     <item>
 37      <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1">
 38       <item>
 39        <layout class="QVBoxLayout" name="verticalLayout_2">
 40         <item>
 41          <widget class="QFrame" name="frame">
 42           <property name="frameShape">
 43            <enum>QFrame::StyledPanel</enum>
 44           </property>
 45           <property name="frameShadow">
 46            <enum>QFrame::Raised</enum>
 47           </property>
 48           <layout class="QVBoxLayout" name="verticalLayout_4">
 49            <item>
 50             <layout class="QHBoxLayout" name="horizontalLayout_4">
 51              <item>
 52               <widget class="QLabel" name="label_5">
 53                <property name="font">
 54                 <font>
 55                  <weight>75</weight>
 56                  <bold>true</bold>
 57                 </font>
 58                </property>
 59                <property name="text">
 60                 <string>Balances</string>
 61                </property>
 62               </widget>
 63              </item>
 64              <item>
 65               <widget class="QPushButton" name="labelWalletStatus">
 66                <property name="enabled">
 67                 <bool>true</bool>
 68                </property>
 69                <property name="maximumSize">
 70                 <size>
 71                  <width>45</width>
 72                  <height>16777215</height>
 73                 </size>
 74                </property>
 75                <property name="toolTip">
 76                 <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>
 77                </property>
 78                <property name="text">
 79                 <string/>
 80                </property>
 81                <property name="icon">
 82                 <iconset resource="../bitcoin.qrc">
 83                  <normaloff>:/icons/warning</normaloff>
 84                  <disabledoff>:/icons/warning</disabledoff>:/icons/warning</iconset>
 85                </property>
 86                <property name="iconSize">
 87                 <size>
 88                  <width>24</width>
 89                  <height>24</height>
 90                 </size>
 91                </property>
 92               </widget>
 93              </item>
 94              <item>
 95               <spacer name="horizontalSpacer_3">
 96                <property name="orientation">
 97                 <enum>Qt::Horizontal</enum>
 98                </property>
 99                <property name="sizeHint" stdset="0">
100                 <size>
101                  <width>40</width>
102                  <height>20</height>
103                 </size>
104                </property>
105               </spacer>
106              </item>
107             </layout>
108            </item>
109            <item>
110             <layout class="QGridLayout" name="gridLayout">
111              <property name="spacing">
112               <number>12</number>
113              </property>
114              <item row="1" column="1">
115               <widget class="QLabel" name="labelUnconfirmed">
116                <property name="cursor">
117                 <cursorShape>IBeamCursor</cursorShape>
118                </property>
119                <property name="toolTip">
120                 <string>Total of transactions that have yet to be confirmed, and do not yet count toward the spendable balance</string>
121                </property>
122                <property name="text">
123                 <string notr="true">0.00000000 BTC</string>
124                </property>
125                <property name="alignment">
126                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127                </property>
128                <property name="textInteractionFlags">
129                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
130                </property>
131               </widget>
132              </item>
133              <item row="3" column="0" colspan="2">
134               <widget class="Line" name="line">
135                <property name="orientation">
136                 <enum>Qt::Horizontal</enum>
137                </property>
138               </widget>
139              </item>
140              <item row="4" column="0">
141               <widget class="QLabel" name="labelTotalText">
142                <property name="text">
143                 <string>Total:</string>
144                </property>
145               </widget>
146              </item>
147              <item row="2" column="1">
148               <widget class="QLabel" name="labelImmature">
149                <property name="cursor">
150                 <cursorShape>IBeamCursor</cursorShape>
151                </property>
152                <property name="toolTip">
153                 <string>Mined balance that has not yet matured</string>
154                </property>
155                <property name="text">
156                 <string notr="true">0.00000000 BTC</string>
157                </property>
158                <property name="alignment">
159                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
160                </property>
161                <property name="textInteractionFlags">
162                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
163                </property>
164               </widget>
165              </item>
166              <item row="1" column="2">
167               <spacer name="horizontalSpacer_2">
168                <property name="orientation">
169                 <enum>Qt::Horizontal</enum>
170                </property>
171                <property name="sizeHint" stdset="0">
172                 <size>
173                  <width>40</width>
174                  <height>20</height>
175                 </size>
176                </property>
177               </spacer>
178              </item>
179              <item row="2" column="0">
180               <widget class="QLabel" name="labelImmatureText">
181                <property name="text">
182                 <string>Immature:</string>
183                </property>
184               </widget>
185              </item>
186              <item row="4" column="1">
187               <widget class="QLabel" name="labelTotal">
188                <property name="cursor">
189                 <cursorShape>IBeamCursor</cursorShape>
190                </property>
191                <property name="toolTip">
192                 <string>Your current total balance</string>
193                </property>
194                <property name="text">
195                 <string notr="true">21 000 000.00000000 BTC</string>
196                </property>
197                <property name="alignment">
198                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
199                </property>
200                <property name="textInteractionFlags">
201                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
202                </property>
203               </widget>
204              </item>
205              <item row="0" column="0">
206               <widget class="QLabel" name="labelBalanceText">
207                <property name="text">
208                 <string>Available:</string>
209                </property>
210               </widget>
211              </item>
212              <item row="0" column="1">
213               <widget class="QLabel" name="labelBalance">
214                <property name="cursor">
215                 <cursorShape>IBeamCursor</cursorShape>
216                </property>
217                <property name="toolTip">
218                 <string>Your current spendable balance</string>
219                </property>
220                <property name="text">
221                 <string notr="true">21 000 000.00000000 BTC</string>
222                </property>
223                <property name="alignment">
224                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
225                </property>
226                <property name="textInteractionFlags">
227                 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
228                </property>
229               </widget>
230              </item>
231              <item row="1" column="0">
232               <widget class="QLabel" name="labelPendingText">
233                <property name="text">
234                 <string>Pending:</string>
235                </property>
236               </widget>
237              </item>
238             </layout>
239            </item>
240           </layout>
241          </widget>
242         </item>
243         <item>
244          <spacer name="verticalSpacer">
245           <property name="orientation">
246            <enum>Qt::Vertical</enum>
247           </property>
248           <property name="sizeHint" stdset="0">
249            <size>
250             <width>20</width>
251             <height>40</height>
252            </size>
253           </property>
254          </spacer>
255         </item>
256        </layout>
257       </item>
258       <item>
259        <layout class="QVBoxLayout" name="verticalLayout_3">
260         <item>
261          <widget class="QFrame" name="frame_2">
262           <property name="frameShape">
263            <enum>QFrame::StyledPanel</enum>
264           </property>
265           <property name="frameShadow">
266            <enum>QFrame::Raised</enum>
267           </property>
268           <layout class="QVBoxLayout" name="verticalLayout">
269            <item>
270             <layout class="QHBoxLayout" name="horizontalLayout_2">
271              <item>
272               <widget class="QLabel" name="label_4">
273                <property name="font">
274                 <font>
275                  <weight>75</weight>
276                  <bold>true</bold>
277                 </font>
278                </property>
279                <property name="text">
280                 <string>Recent transactions</string>
281                </property>
282               </widget>
283              </item>
284              <item>
285               <widget class="QPushButton" name="labelTransactionsStatus">
286                <property name="enabled">
287                 <bool>true</bool>
288                </property>
289                <property name="maximumSize">
290                 <size>
291                  <width>45</width>
292                  <height>16777215</height>
293                 </size>
294                </property>
295                <property name="toolTip">
296                 <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>
297                </property>
298                <property name="text">
299                 <string/>
300                </property>
301                <property name="icon">
302                 <iconset resource="../bitcoin.qrc">
303                  <normaloff>:/icons/warning</normaloff>
304                  <disabledoff>:/icons/warning</disabledoff>:/icons/warning</iconset>
305                </property>
306                <property name="iconSize">
307                 <size>
308                  <width>24</width>
309                  <height>24</height>
310                 </size>
311                </property>
312               </widget>
313              </item>
314              <item>
315               <spacer name="horizontalSpacer">
316                <property name="orientation">
317                 <enum>Qt::Horizontal</enum>
318                </property>
319                <property name="sizeHint" stdset="0">
320                 <size>
321                  <width>40</width>
322                  <height>20</height>
323                 </size>
324                </property>
325               </spacer>
326              </item>
327             </layout>
328            </item>
329            <item>
330             <widget class="TransactionOverviewWidget" name="listTransactions">
331              <property name="styleSheet">
332               <string notr="true">QListView { background: transparent; }</string>
333              </property>
334              <property name="frameShape">
335               <enum>QFrame::NoFrame</enum>
336              </property>
337              <property name="verticalScrollBarPolicy">
338               <enum>Qt::ScrollBarAlwaysOff</enum>
339              </property>
340              <property name="horizontalScrollBarPolicy">
341               <enum>Qt::ScrollBarAlwaysOff</enum>
342              </property>
343              <property name="sizeAdjustPolicy">
344               <enum>QAbstractScrollArea::AdjustToContents</enum>
345              </property>
346              <property name="selectionMode">
347               <enum>QAbstractItemView::NoSelection</enum>
348              </property>
349              <property name="uniformItemSizes">
350               <bool>true</bool>
351              </property>
352             </widget>
353            </item>
354           </layout>
355          </widget>
356         </item>
357         <item>
358          <spacer name="verticalSpacer_2">
359           <property name="orientation">
360            <enum>Qt::Vertical</enum>
361           </property>
362           <property name="sizeHint" stdset="0">
363            <size>
364             <width>20</width>
365             <height>40</height>
366            </size>
367           </property>
368          </spacer>
369         </item>
370        </layout>
371       </item>
372      </layout>
373     </item>
374    </layout>
375   </widget>
376   <customwidgets>
377    <customwidget>
378     <class>TransactionOverviewWidget</class>
379     <extends>QListView</extends>
380     <header>qt/transactionoverviewwidget.h</header>
381    </customwidget>
382   </customwidgets>
383   <resources/>
384   <connections/>
385  </ui>