print large orphan warning BEFORE deleting pvMsg
[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>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="QFormLayout" name="formLayout_2">
28         <property name="fieldGrowthPolicy">
29          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
30         </property>
31         <property name="horizontalSpacing">
32          <number>12</number>
33         </property>
34         <property name="verticalSpacing">
35          <number>12</number>
36         </property>
37         <item row="2" column="0">
38          <widget class="QLabel" name="label">
39           <property name="text">
40            <string>Balance:</string>
41           </property>
42          </widget>
43         </item>
44         <item row="2" column="1">
45          <widget class="QLabel" name="labelBalance">
46           <property name="text">
47            <string>123.456 BTC</string>
48           </property>
49          </widget>
50         </item>
51         <item row="4" column="0">
52          <widget class="QLabel" name="label_2">
53           <property name="text">
54            <string>Number of transactions:</string>
55           </property>
56          </widget>
57         </item>
58         <item row="4" column="1">
59          <widget class="QLabel" name="labelNumTransactions">
60           <property name="text">
61            <string>0</string>
62           </property>
63          </widget>
64         </item>
65         <item row="3" column="0">
66          <widget class="QLabel" name="label_3">
67           <property name="text">
68            <string>Unconfirmed:</string>
69           </property>
70          </widget>
71         </item>
72         <item row="3" column="1">
73          <widget class="QLabel" name="labelUnconfirmed">
74           <property name="text">
75            <string>0 BTC</string>
76           </property>
77          </widget>
78         </item>
79         <item row="1" column="0">
80          <widget class="QLabel" name="label_5">
81           <property name="text">
82            <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
83 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
84 p, li { white-space: pre-wrap; }
85 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
86 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Wallet&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
87           </property>
88          </widget>
89         </item>
90        </layout>
91       </widget>
92      </item>
93      <item>
94       <spacer name="verticalSpacer">
95        <property name="orientation">
96         <enum>Qt::Vertical</enum>
97        </property>
98        <property name="sizeHint" stdset="0">
99         <size>
100          <width>20</width>
101          <height>40</height>
102         </size>
103        </property>
104       </spacer>
105      </item>
106     </layout>
107    </item>
108    <item>
109     <layout class="QVBoxLayout" name="verticalLayout_3">
110      <item>
111       <widget class="QFrame" name="frame_2">
112        <property name="frameShape">
113         <enum>QFrame::StyledPanel</enum>
114        </property>
115        <property name="frameShadow">
116         <enum>QFrame::Raised</enum>
117        </property>
118        <layout class="QVBoxLayout" name="verticalLayout">
119         <item>
120          <widget class="QLabel" name="label_4">
121           <property name="text">
122            <string>&lt;b&gt;Recent transactions&lt;/b&gt;</string>
123           </property>
124          </widget>
125         </item>
126         <item>
127          <widget class="QListView" name="listTransactions">
128           <property name="frameShape">
129            <enum>QFrame::NoFrame</enum>
130           </property>
131           <property name="verticalScrollBarPolicy">
132            <enum>Qt::ScrollBarAlwaysOff</enum>
133           </property>
134           <property name="horizontalScrollBarPolicy">
135            <enum>Qt::ScrollBarAlwaysOff</enum>
136           </property>
137          </widget>
138         </item>
139        </layout>
140       </widget>
141      </item>
142      <item>
143       <spacer name="verticalSpacer_2">
144        <property name="orientation">
145         <enum>Qt::Vertical</enum>
146        </property>
147        <property name="sizeHint" stdset="0">
148         <size>
149          <width>20</width>
150          <height>40</height>
151         </size>
152        </property>
153       </spacer>
154      </item>
155     </layout>
156    </item>
157   </layout>
158  </widget>
159  <resources/>
160  <connections/>
161 </ui>