73e480165eb856e66926cf03bbaa1d59f17931df
[novacoin.git] / src / qt / forms / optionsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>OptionsDialog</class>
4  <widget class="QDialog" name="OptionsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>540</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Options</string>
15   </property>
16   <property name="modal">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QTabWidget" name="tabWidget">
22      <property name="tabPosition">
23       <enum>QTabWidget::North</enum>
24      </property>
25      <property name="currentIndex">
26       <number>0</number>
27      </property>
28      <widget class="QWidget" name="tabMain">
29       <attribute name="title">
30        <string>&amp;Main</string>
31       </attribute>
32       <layout class="QVBoxLayout" name="verticalLayout_Main">
33        <item>
34         <widget class="QLabel" name="transactionFeeInfoLabel">
35          <property name="text">
36           <string>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.001 recommended.</string>
37          </property>
38          <property name="textFormat">
39           <enum>Qt::PlainText</enum>
40          </property>
41          <property name="wordWrap">
42           <bool>true</bool>
43          </property>
44         </widget>
45        </item>
46        <item>
47         <layout class="QHBoxLayout" name="horizontalLayout_Main">
48          <item>
49           <widget class="QLabel" name="transactionFeeLabel">
50            <property name="text">
51             <string>Pay transaction &amp;fee</string>
52            </property>
53            <property name="textFormat">
54             <enum>Qt::PlainText</enum>
55            </property>
56            <property name="buddy">
57             <cstring>transactionFee</cstring>
58            </property>
59           </widget>
60          </item>
61          <item>
62           <widget class="BitcoinAmountField" name="transactionFee"/>
63          </item>
64          <item>
65           <widget class="QLabel" name="label">
66            <property name="text">
67             <string>per kilobyte</string>
68            </property>
69           </widget>
70          </item>
71          <item>
72           <spacer name="horizontalSpacer_Main">
73            <property name="orientation">
74             <enum>Qt::Horizontal</enum>
75            </property>
76            <property name="sizeHint" stdset="0">
77             <size>
78              <width>40</width>
79              <height>20</height>
80             </size>
81            </property>
82           </spacer>
83          </item>
84         </layout>
85        </item>
86        <item>
87         <widget class="QCheckBox" name="bitcoinAtStartup">
88          <property name="toolTip">
89           <string>Automatically start NovaCoin after logging in to the system.</string>
90          </property>
91          <property name="text">
92           <string>&amp;Start NovaCoin on system login</string>
93          </property>
94         </widget>
95        </item>
96        <item>
97         <widget class="QCheckBox" name="detachDatabases">
98          <property name="toolTip">
99           <string>Detach block and address databases at shutdown. This means they can be moved to another data directory, but it slows down shutdown. The wallet is always detached.</string>
100          </property>
101          <property name="text">
102           <string>&amp;Detach databases at shutdown</string>
103          </property>
104         </widget>
105        </item>
106        <item>
107         <spacer name="verticalSpacer_Main">
108          <property name="orientation">
109           <enum>Qt::Vertical</enum>
110          </property>
111          <property name="sizeHint" stdset="0">
112           <size>
113            <width>17</width>
114            <height>153</height>
115           </size>
116          </property>
117         </spacer>
118        </item>
119       </layout>
120      </widget>
121      <widget class="QWidget" name="tabNetwork">
122       <attribute name="title">
123        <string>&amp;Network</string>
124       </attribute>
125       <layout class="QVBoxLayout" name="verticalLayout_Network">
126        <item>
127         <widget class="QCheckBox" name="mapPortUpnp">
128          <property name="toolTip">
129           <string>Automatically open the NovaCoin client port on the router. This only works when your router supports UPnP and it is enabled.</string>
130          </property>
131          <property name="text">
132           <string>Map port using &amp;UPnP</string>
133          </property>
134         </widget>
135        </item>
136        <item>
137         <widget class="QCheckBox" name="connectSocks">
138          <property name="toolTip">
139           <string>Connect to the NovaCoin network through a SOCKS proxy (e.g. when connecting through Tor).</string>
140          </property>
141          <property name="text">
142           <string>&amp;Connect through SOCKS proxy:</string>
143          </property>
144         </widget>
145        </item>
146        <item>
147         <layout class="QHBoxLayout" name="horizontalLayout_Network">
148          <item>
149           <widget class="QLabel" name="proxyIpLabel">
150            <property name="text">
151             <string>Proxy &amp;IP:</string>
152            </property>
153            <property name="textFormat">
154             <enum>Qt::PlainText</enum>
155            </property>
156            <property name="buddy">
157             <cstring>proxyIp</cstring>
158            </property>
159           </widget>
160          </item>
161          <item>
162           <widget class="QValidatedLineEdit" name="proxyIp">
163            <property name="maximumSize">
164             <size>
165              <width>140</width>
166              <height>16777215</height>
167             </size>
168            </property>
169            <property name="toolTip">
170             <string>IP address of the proxy (e.g. 127.0.0.1)</string>
171            </property>
172           </widget>
173          </item>
174          <item>
175           <widget class="QLabel" name="proxyPortLabel">
176            <property name="text">
177             <string>&amp;Port:</string>
178            </property>
179            <property name="textFormat">
180             <enum>Qt::PlainText</enum>
181            </property>
182            <property name="buddy">
183             <cstring>proxyPort</cstring>
184            </property>
185           </widget>
186          </item>
187          <item>
188           <widget class="QLineEdit" name="proxyPort">
189            <property name="maximumSize">
190             <size>
191              <width>55</width>
192              <height>16777215</height>
193             </size>
194            </property>
195            <property name="toolTip">
196             <string>Port of the proxy (e.g. 9050)</string>
197            </property>
198           </widget>
199          </item>
200          <item>
201           <widget class="QLabel" name="socksVersionLabel">
202            <property name="text">
203             <string>SOCKS &amp;Version:</string>
204            </property>
205            <property name="textFormat">
206             <enum>Qt::PlainText</enum>
207            </property>
208            <property name="buddy">
209             <cstring>socksVersion</cstring>
210            </property>
211           </widget>
212          </item>
213          <item>
214           <widget class="QValueComboBox" name="socksVersion">
215            <property name="toolTip">
216             <string>SOCKS version of the proxy (e.g. 5)</string>
217            </property>
218           </widget>
219          </item>
220          <item>
221           <spacer name="horizontalSpacer_Network">
222            <property name="orientation">
223             <enum>Qt::Horizontal</enum>
224            </property>
225            <property name="sizeHint" stdset="0">
226             <size>
227              <width>40</width>
228              <height>20</height>
229             </size>
230            </property>
231           </spacer>
232          </item>
233         </layout>
234        </item>
235        <item>
236         <spacer name="verticalSpacer_Network">
237          <property name="orientation">
238           <enum>Qt::Vertical</enum>
239          </property>
240          <property name="sizeHint" stdset="0">
241           <size>
242            <width>20</width>
243            <height>40</height>
244           </size>
245          </property>
246         </spacer>
247        </item>
248       </layout>
249      </widget>
250      <widget class="QWidget" name="tabWindow">
251       <attribute name="title">
252        <string>&amp;Window</string>
253       </attribute>
254       <layout class="QVBoxLayout" name="verticalLayout_Window">
255        <item>
256         <widget class="QCheckBox" name="minimizeToTray">
257          <property name="toolTip">
258           <string>Show only a tray icon after minimizing the window.</string>
259          </property>
260          <property name="text">
261           <string>&amp;Minimize to the tray instead of the taskbar</string>
262          </property>
263         </widget>
264        </item>
265        <item>
266         <widget class="QCheckBox" name="minimizeOnClose">
267          <property name="toolTip">
268           <string>Minimize instead of exit the application when the window is closed. When this option is enabled, the application will be closed only after selecting Quit in the menu.</string>
269          </property>
270          <property name="text">
271           <string>M&amp;inimize on close</string>
272          </property>
273         </widget>
274        </item>
275        <item>
276         <spacer name="verticalSpacer_Window">
277          <property name="orientation">
278           <enum>Qt::Vertical</enum>
279          </property>
280          <property name="sizeHint" stdset="0">
281           <size>
282            <width>20</width>
283            <height>40</height>
284           </size>
285          </property>
286         </spacer>
287        </item>
288       </layout>
289      </widget>
290      <widget class="QWidget" name="tabDisplay">
291       <attribute name="title">
292        <string>&amp;Display</string>
293       </attribute>
294       <layout class="QVBoxLayout" name="verticalLayout_Display">
295        <item>
296         <layout class="QHBoxLayout" name="horizontalLayout_1_Display">
297          <item>
298           <widget class="QLabel" name="langLabel">
299            <property name="text">
300             <string>User Interface &amp;language:</string>
301            </property>
302            <property name="textFormat">
303             <enum>Qt::PlainText</enum>
304            </property>
305            <property name="buddy">
306             <cstring>lang</cstring>
307            </property>
308           </widget>
309          </item>
310          <item>
311           <widget class="QValueComboBox" name="lang">
312            <property name="toolTip">
313             <string>The user interface language can be set here. This setting will take effect after restarting NovaCoin.</string>
314            </property>
315           </widget>
316          </item>
317         </layout>
318        </item>
319        <item>
320         <layout class="QHBoxLayout" name="horizontalLayout_2_Display">
321          <item>
322           <widget class="QLabel" name="unitLabel">
323            <property name="text">
324             <string>&amp;Unit to show amounts in:</string>
325            </property>
326            <property name="textFormat">
327             <enum>Qt::PlainText</enum>
328            </property>
329            <property name="buddy">
330             <cstring>unit</cstring>
331            </property>
332           </widget>
333          </item>
334          <item>
335           <widget class="QValueComboBox" name="unit">
336            <property name="toolTip">
337             <string>Choose the default subdivision unit to show in the interface and when sending coins.</string>
338            </property>
339           </widget>
340          </item>
341         </layout>
342        </item>
343        <item>
344         <widget class="QCheckBox" name="displayAddresses">
345          <property name="toolTip">
346           <string>Whether to show NovaCoin addresses in the transaction list or not.</string>
347          </property>
348          <property name="text">
349           <string>&amp;Display addresses in transaction list</string>
350          </property>
351         </widget>
352        </item>
353        <item>
354         <widget class="QCheckBox" name="coinControlFeatures">
355          <property name="toolTip">
356           <string>Whether to show coin control features or not.</string>
357          </property>
358          <property name="text">
359           <string>Display coin &amp;control features (experts only!)</string>
360          </property>
361         </widget>
362        </item>
363        <item>
364         <layout class="QHBoxLayout" name="horizontalLayout_3_Display">
365          <item>
366           <widget class="QLabel" name="thirdPartyTxUrlsLabel">
367            <property name="toolTip">
368             <string>Third party URLs (e.g. explorer.novaco.in) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
369            </property>
370            <property name="text">
371             <string>Third party transaction URLs</string>
372            </property>
373            <property name="buddy">
374             <cstring>thirdPartyTxUrls</cstring>
375            </property>
376           </widget>
377          </item>
378          <item>
379           <widget class="QLineEdit" name="thirdPartyTxUrls">
380            <property name="toolTip">
381             <string>Third party URLs (e.g. explorer.novaco.in) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
382            </property>
383           </widget>
384          </item>
385         </layout>
386        </item>
387        <item>
388         <spacer name="verticalSpacer_Display">
389          <property name="orientation">
390           <enum>Qt::Vertical</enum>
391          </property>
392          <property name="sizeHint" stdset="0">
393           <size>
394            <width>20</width>
395            <height>40</height>
396           </size>
397          </property>
398         </spacer>
399        </item>
400       </layout>
401      </widget>
402     </widget>
403    </item>
404    <item>
405     <layout class="QHBoxLayout" name="horizontalLayout_Buttons">
406      <item>
407       <spacer name="horizontalSpacer_1">
408        <property name="orientation">
409         <enum>Qt::Horizontal</enum>
410        </property>
411        <property name="sizeHint" stdset="0">
412         <size>
413          <width>40</width>
414          <height>48</height>
415         </size>
416        </property>
417       </spacer>
418      </item>
419      <item>
420       <widget class="QLabel" name="statusLabel">
421        <property name="font">
422         <font>
423          <weight>75</weight>
424          <bold>true</bold>
425         </font>
426        </property>
427        <property name="text">
428         <string/>
429        </property>
430        <property name="textFormat">
431         <enum>Qt::PlainText</enum>
432        </property>
433        <property name="wordWrap">
434         <bool>true</bool>
435        </property>
436       </widget>
437      </item>
438      <item>
439       <spacer name="horizontalSpacer_2">
440        <property name="orientation">
441         <enum>Qt::Horizontal</enum>
442        </property>
443        <property name="sizeHint" stdset="0">
444         <size>
445          <width>40</width>
446          <height>48</height>
447         </size>
448        </property>
449       </spacer>
450      </item>
451      <item>
452       <widget class="QPushButton" name="okButton">
453        <property name="text">
454         <string>&amp;OK</string>
455        </property>
456       </widget>
457      </item>
458      <item>
459       <widget class="QPushButton" name="cancelButton">
460        <property name="text">
461         <string>&amp;Cancel</string>
462        </property>
463        <property name="autoDefault">
464         <bool>false</bool>
465        </property>
466       </widget>
467      </item>
468      <item>
469       <widget class="QPushButton" name="applyButton">
470        <property name="text">
471         <string>&amp;Apply</string>
472        </property>
473        <property name="autoDefault">
474         <bool>false</bool>
475        </property>
476       </widget>
477      </item>
478     </layout>
479    </item>
480   </layout>
481  </widget>
482  <customwidgets>
483   <customwidget>
484    <class>BitcoinAmountField</class>
485    <extends>QSpinBox</extends>
486    <header>bitcoinamountfield.h</header>
487   </customwidget>
488   <customwidget>
489    <class>QValueComboBox</class>
490    <extends>QComboBox</extends>
491    <header>qvaluecombobox.h</header>
492   </customwidget>
493   <customwidget>
494    <class>QValidatedLineEdit</class>
495    <extends>QLineEdit</extends>
496    <header>qvalidatedlineedit.h</header>
497   </customwidget>
498  </customwidgets>
499  <resources/>
500  <connections/>
501 </ui>