Improve Tor support
[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>1</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         <widget class="QCheckBox" name="connectTor">
237          <property name="text">
238           <string>Connect through &amp;Tor:</string>
239          </property>
240         </widget>
241        </item>
242        <item>
243         <layout class="QHBoxLayout" name="horizontalLayout_Tor">
244          <item>
245           <widget class="QLabel" name="torIpLabel">
246            <property name="minimumSize">
247             <size>
248              <width>60</width>
249              <height>0</height>
250             </size>
251            </property>
252            <property name="text">
253             <string>Tor IP:</string>
254            </property>
255           </widget>
256          </item>
257          <item>
258           <widget class="QValidatedLineEdit" name="torIp">
259            <property name="maximumSize">
260             <size>
261              <width>130</width>
262              <height>16777215</height>
263             </size>
264            </property>
265           </widget>
266          </item>
267          <item>
268           <widget class="QLabel" name="torPortLabel">
269            <property name="text">
270             <string>Port:</string>
271            </property>
272           </widget>
273          </item>
274          <item>
275           <widget class="QLineEdit" name="torPort">
276            <property name="maximumSize">
277             <size>
278              <width>55</width>
279              <height>16777215</height>
280             </size>
281            </property>
282           </widget>
283          </item>
284          <item>
285           <widget class="QCheckBox" name="TorOnly">
286            <property name="text">
287             <string>Use Tor only</string>
288            </property>
289           </widget>
290          </item>
291          <item>
292           <spacer name="horizontalSpacer">
293            <property name="orientation">
294             <enum>Qt::Horizontal</enum>
295            </property>
296            <property name="sizeHint" stdset="0">
297             <size>
298              <width>40</width>
299              <height>20</height>
300             </size>
301            </property>
302           </spacer>
303          </item>
304         </layout>
305        </item>
306        <item>
307         <spacer name="verticalSpacer_Network">
308          <property name="orientation">
309           <enum>Qt::Vertical</enum>
310          </property>
311          <property name="sizeHint" stdset="0">
312           <size>
313            <width>20</width>
314            <height>40</height>
315           </size>
316          </property>
317         </spacer>
318        </item>
319       </layout>
320      </widget>
321      <widget class="QWidget" name="tabWindow">
322       <attribute name="title">
323        <string>&amp;Window</string>
324       </attribute>
325       <layout class="QVBoxLayout" name="verticalLayout_Window">
326        <item>
327         <widget class="QCheckBox" name="minimizeToTray">
328          <property name="toolTip">
329           <string>Show only a tray icon after minimizing the window.</string>
330          </property>
331          <property name="text">
332           <string>&amp;Minimize to the tray instead of the taskbar</string>
333          </property>
334         </widget>
335        </item>
336        <item>
337         <widget class="QCheckBox" name="minimizeOnClose">
338          <property name="toolTip">
339           <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>
340          </property>
341          <property name="text">
342           <string>M&amp;inimize on close</string>
343          </property>
344         </widget>
345        </item>
346        <item>
347         <spacer name="verticalSpacer_Window">
348          <property name="orientation">
349           <enum>Qt::Vertical</enum>
350          </property>
351          <property name="sizeHint" stdset="0">
352           <size>
353            <width>20</width>
354            <height>40</height>
355           </size>
356          </property>
357         </spacer>
358        </item>
359       </layout>
360      </widget>
361      <widget class="QWidget" name="tabDisplay">
362       <attribute name="title">
363        <string>&amp;Display</string>
364       </attribute>
365       <layout class="QVBoxLayout" name="verticalLayout_Display">
366        <item>
367         <layout class="QHBoxLayout" name="horizontalLayout_1_Display">
368          <item>
369           <widget class="QLabel" name="langLabel">
370            <property name="text">
371             <string>User Interface &amp;language:</string>
372            </property>
373            <property name="textFormat">
374             <enum>Qt::PlainText</enum>
375            </property>
376            <property name="buddy">
377             <cstring>lang</cstring>
378            </property>
379           </widget>
380          </item>
381          <item>
382           <widget class="QValueComboBox" name="lang">
383            <property name="toolTip">
384             <string>The user interface language can be set here. This setting will take effect after restarting NovaCoin.</string>
385            </property>
386           </widget>
387          </item>
388         </layout>
389        </item>
390        <item>
391         <layout class="QHBoxLayout" name="horizontalLayout_2_Display">
392          <item>
393           <widget class="QLabel" name="unitLabel">
394            <property name="text">
395             <string>&amp;Unit to show amounts in:</string>
396            </property>
397            <property name="textFormat">
398             <enum>Qt::PlainText</enum>
399            </property>
400            <property name="buddy">
401             <cstring>unit</cstring>
402            </property>
403           </widget>
404          </item>
405          <item>
406           <widget class="QValueComboBox" name="unit">
407            <property name="toolTip">
408             <string>Choose the default subdivision unit to show in the interface and when sending coins.</string>
409            </property>
410           </widget>
411          </item>
412         </layout>
413        </item>
414        <item>
415         <widget class="QCheckBox" name="displayAddresses">
416          <property name="toolTip">
417           <string>Whether to show NovaCoin addresses in the transaction list or not.</string>
418          </property>
419          <property name="text">
420           <string>&amp;Display addresses in transaction list</string>
421          </property>
422         </widget>
423        </item>
424        <item>
425         <widget class="QCheckBox" name="coinControlFeatures">
426          <property name="toolTip">
427           <string>Whether to show coin control features or not.</string>
428          </property>
429          <property name="text">
430           <string>Display coin &amp;control features (experts only!)</string>
431          </property>
432         </widget>
433        </item>
434        <item>
435         <layout class="QHBoxLayout" name="horizontalLayout_3_Display">
436          <item>
437           <widget class="QLabel" name="thirdPartyTxUrlsLabel">
438            <property name="toolTip">
439             <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>
440            </property>
441            <property name="text">
442             <string>Third party transaction URLs</string>
443            </property>
444            <property name="buddy">
445             <cstring>thirdPartyTxUrls</cstring>
446            </property>
447           </widget>
448          </item>
449          <item>
450           <widget class="QLineEdit" name="thirdPartyTxUrls">
451            <property name="toolTip">
452             <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>
453            </property>
454           </widget>
455          </item>
456         </layout>
457        </item>
458        <item>
459         <spacer name="verticalSpacer_Display">
460          <property name="orientation">
461           <enum>Qt::Vertical</enum>
462          </property>
463          <property name="sizeHint" stdset="0">
464           <size>
465            <width>20</width>
466            <height>40</height>
467           </size>
468          </property>
469         </spacer>
470        </item>
471       </layout>
472      </widget>
473     </widget>
474    </item>
475    <item>
476     <layout class="QHBoxLayout" name="horizontalLayout_Buttons">
477      <item>
478       <spacer name="horizontalSpacer_1">
479        <property name="orientation">
480         <enum>Qt::Horizontal</enum>
481        </property>
482        <property name="sizeHint" stdset="0">
483         <size>
484          <width>40</width>
485          <height>48</height>
486         </size>
487        </property>
488       </spacer>
489      </item>
490      <item>
491       <widget class="QLabel" name="statusLabel">
492        <property name="font">
493         <font>
494          <weight>75</weight>
495          <bold>true</bold>
496         </font>
497        </property>
498        <property name="text">
499         <string/>
500        </property>
501        <property name="textFormat">
502         <enum>Qt::PlainText</enum>
503        </property>
504        <property name="wordWrap">
505         <bool>true</bool>
506        </property>
507       </widget>
508      </item>
509      <item>
510       <spacer name="horizontalSpacer_2">
511        <property name="orientation">
512         <enum>Qt::Horizontal</enum>
513        </property>
514        <property name="sizeHint" stdset="0">
515         <size>
516          <width>40</width>
517          <height>48</height>
518         </size>
519        </property>
520       </spacer>
521      </item>
522      <item>
523       <widget class="QPushButton" name="okButton">
524        <property name="text">
525         <string>&amp;OK</string>
526        </property>
527       </widget>
528      </item>
529      <item>
530       <widget class="QPushButton" name="cancelButton">
531        <property name="text">
532         <string>&amp;Cancel</string>
533        </property>
534        <property name="autoDefault">
535         <bool>false</bool>
536        </property>
537       </widget>
538      </item>
539      <item>
540       <widget class="QPushButton" name="applyButton">
541        <property name="text">
542         <string>&amp;Apply</string>
543        </property>
544        <property name="autoDefault">
545         <bool>false</bool>
546        </property>
547       </widget>
548      </item>
549     </layout>
550    </item>
551   </layout>
552  </widget>
553  <customwidgets>
554   <customwidget>
555    <class>BitcoinAmountField</class>
556    <extends>QSpinBox</extends>
557    <header>bitcoinamountfield.h</header>
558   </customwidget>
559   <customwidget>
560    <class>QValueComboBox</class>
561    <extends>QComboBox</extends>
562    <header>qvaluecombobox.h</header>
563   </customwidget>
564   <customwidget>
565    <class>QValidatedLineEdit</class>
566    <extends>QLineEdit</extends>
567    <header>qvalidatedlineedit.h</header>
568   </customwidget>
569  </customwidgets>
570  <resources/>
571  <connections/>
572 </ui>