Merge pull request #194 from fsb4000/sse2
[novacoin.git] / src / qt / forms / intro.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Intro</class>
4  <widget class="QDialog" name="Intro">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>480</width>
10     <height>288</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Welcome</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="label_2">
19      <property name="styleSheet">
20       <string notr="true">QLabel { font-style:italic; }</string>
21      </property>
22      <property name="text">
23       <string>Welcome to novacoin-qt.</string>
24      </property>
25      <property name="wordWrap">
26       <bool>true</bool>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <spacer name="verticalSpacer_4">
32      <property name="orientation">
33       <enum>Qt::Vertical</enum>
34      </property>
35      <property name="sizeType">
36       <enum>QSizePolicy::Minimum</enum>
37      </property>
38      <property name="sizeHint" stdset="0">
39       <size>
40        <width>20</width>
41        <height>15</height>
42       </size>
43      </property>
44     </spacer>
45    </item>
46    <item>
47     <widget class="QLabel" name="label_4">
48      <property name="text">
49       <string>As this is the first time the program is launched, you can choose where novacoin-qt will store its data.</string>
50      </property>
51      <property name="wordWrap">
52       <bool>true</bool>
53      </property>
54     </widget>
55    </item>
56    <item>
57     <widget class="QLabel" name="sizeWarningLabel">
58      <property name="text">
59       <string>novacoin-qt will download and store a copy of the Novacoin block chain. At least %1GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory.</string>
60      </property>
61      <property name="wordWrap">
62       <bool>true</bool>
63      </property>
64     </widget>
65    </item>
66    <item>
67     <widget class="QRadioButton" name="dataDirDefault">
68      <property name="text">
69       <string>Use the default data directory</string>
70      </property>
71     </widget>
72    </item>
73    <item>
74     <widget class="QRadioButton" name="dataDirCustom">
75      <property name="text">
76       <string>Use a custom data directory:</string>
77      </property>
78     </widget>
79    </item>
80    <item>
81     <layout class="QHBoxLayout" name="horizontalLayout">
82      <property name="spacing">
83       <number>0</number>
84      </property>
85      <property name="sizeConstraint">
86       <enum>QLayout::SetDefaultConstraint</enum>
87      </property>
88      <item>
89       <spacer name="horizontalSpacer">
90        <property name="orientation">
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeType">
94         <enum>QSizePolicy::Fixed</enum>
95        </property>
96        <property name="sizeHint" stdset="0">
97         <size>
98          <width>60</width>
99          <height>20</height>
100         </size>
101        </property>
102       </spacer>
103      </item>
104      <item>
105       <layout class="QVBoxLayout" name="verticalLayout_2">
106        <property name="sizeConstraint">
107         <enum>QLayout::SetDefaultConstraint</enum>
108        </property>
109        <item>
110         <layout class="QHBoxLayout" name="horizontalLayout_2">
111          <item>
112           <widget class="QLineEdit" name="dataDirectory"/>
113          </item>
114          <item>
115           <widget class="QPushButton" name="ellipsisButton">
116            <property name="sizePolicy">
117             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
118              <horstretch>0</horstretch>
119              <verstretch>0</verstretch>
120             </sizepolicy>
121            </property>
122            <property name="maximumSize">
123             <size>
124              <width>30</width>
125              <height>16777215</height>
126             </size>
127            </property>
128            <property name="text">
129             <string notr="true">…</string>
130            </property>
131            <property name="autoDefault">
132             <bool>false</bool>
133            </property>
134           </widget>
135          </item>
136         </layout>
137        </item>
138        <item>
139         <spacer name="verticalSpacer_3">
140          <property name="orientation">
141           <enum>Qt::Vertical</enum>
142          </property>
143          <property name="sizeType">
144           <enum>QSizePolicy::Fixed</enum>
145          </property>
146          <property name="sizeHint" stdset="0">
147           <size>
148            <width>20</width>
149            <height>5</height>
150           </size>
151          </property>
152         </spacer>
153        </item>
154        <item>
155         <widget class="QLabel" name="freeSpace">
156          <property name="sizePolicy">
157           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
158            <horstretch>1</horstretch>
159            <verstretch>0</verstretch>
160           </sizepolicy>
161          </property>
162          <property name="text">
163           <string/>
164          </property>
165          <property name="wordWrap">
166           <bool>true</bool>
167          </property>
168         </widget>
169        </item>
170        <item>
171         <spacer name="verticalSpacer_2">
172          <property name="orientation">
173           <enum>Qt::Vertical</enum>
174          </property>
175          <property name="sizeType">
176           <enum>QSizePolicy::Fixed</enum>
177          </property>
178          <property name="sizeHint" stdset="0">
179           <size>
180            <width>20</width>
181            <height>5</height>
182           </size>
183          </property>
184         </spacer>
185        </item>
186        <item>
187         <widget class="QLabel" name="errorMessage">
188          <property name="sizePolicy">
189           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
190            <horstretch>0</horstretch>
191            <verstretch>0</verstretch>
192           </sizepolicy>
193          </property>
194          <property name="textFormat">
195           <enum>Qt::RichText</enum>
196          </property>
197          <property name="wordWrap">
198           <bool>true</bool>
199          </property>
200         </widget>
201        </item>
202       </layout>
203      </item>
204     </layout>
205    </item>
206    <item>
207     <spacer name="verticalSpacer">
208      <property name="orientation">
209       <enum>Qt::Vertical</enum>
210      </property>
211      <property name="sizeHint" stdset="0">
212       <size>
213        <width>20</width>
214        <height>40</height>
215       </size>
216      </property>
217     </spacer>
218    </item>
219    <item>
220     <widget class="QDialogButtonBox" name="buttonBox">
221      <property name="orientation">
222       <enum>Qt::Horizontal</enum>
223      </property>
224      <property name="standardButtons">
225       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
226      </property>
227     </widget>
228    </item>
229   </layout>
230  </widget>
231  <resources/>
232  <connections>
233   <connection>
234    <sender>buttonBox</sender>
235    <signal>accepted()</signal>
236    <receiver>Intro</receiver>
237    <slot>accept()</slot>
238    <hints>
239     <hint type="sourcelabel">
240      <x>20</x>
241      <y>20</y>
242     </hint>
243     <hint type="destinationlabel">
244      <x>20</x>
245      <y>20</y>
246     </hint>
247    </hints>
248   </connection>
249   <connection>
250    <sender>buttonBox</sender>
251    <signal>rejected()</signal>
252    <receiver>Intro</receiver>
253    <slot>reject()</slot>
254    <hints>
255     <hint type="sourcelabel">
256      <x>20</x>
257      <y>20</y>
258     </hint>
259     <hint type="destinationlabel">
260      <x>20</x>
261      <y>20</y>
262     </hint>
263    </hints>
264   </connection>
265  </connections>
266 </ui>