Remove socks4 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="QWidget" name="OptionsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>595</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Options</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTabWidget" name="tabWidget">
19      <property name="tabPosition">
20       <enum>QTabWidget::North</enum>
21      </property>
22      <property name="currentIndex">
23       <number>1</number>
24      </property>
25      <widget class="QWidget" name="tabMain">
26       <attribute name="title">
27        <string>&amp;Main</string>
28       </attribute>
29       <layout class="QVBoxLayout" name="verticalLayout_Main">
30        <item>
31         <widget class="QLabel" name="transactionFeeInfoLabel">
32          <property name="text">
33           <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>
34          </property>
35          <property name="textFormat">
36           <enum>Qt::PlainText</enum>
37          </property>
38          <property name="wordWrap">
39           <bool>true</bool>
40          </property>
41         </widget>
42        </item>
43        <item>
44         <layout class="QHBoxLayout" name="horizontalLayout_Main">
45          <item>
46           <widget class="QLabel" name="transactionFeeLabel">
47            <property name="text">
48             <string>Pay transaction &amp;fee</string>
49            </property>
50            <property name="textFormat">
51             <enum>Qt::PlainText</enum>
52            </property>
53            <property name="buddy">
54             <cstring>transactionFee</cstring>
55            </property>
56           </widget>
57          </item>
58          <item>
59           <widget class="BitcoinAmountField" name="transactionFee"/>
60          </item>
61          <item>
62           <widget class="QLabel" name="label">
63            <property name="text">
64             <string>per kilobyte</string>
65            </property>
66           </widget>
67          </item>
68          <item>
69           <spacer name="horizontalSpacer_Main">
70            <property name="orientation">
71             <enum>Qt::Horizontal</enum>
72            </property>
73            <property name="sizeHint" stdset="0">
74             <size>
75              <width>40</width>
76              <height>20</height>
77             </size>
78            </property>
79           </spacer>
80          </item>
81         </layout>
82        </item>
83        <item>
84         <widget class="QCheckBox" name="bitcoinAtStartup">
85          <property name="toolTip">
86           <string>Automatically start NovaCoin after logging in to the system.</string>
87          </property>
88          <property name="text">
89           <string>&amp;Start NovaCoin on system login</string>
90          </property>
91         </widget>
92        </item>
93        <item>
94         <widget class="QCheckBox" name="detachDatabases">
95          <property name="toolTip">
96           <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>
97          </property>
98          <property name="text">
99           <string>&amp;Detach databases at shutdown</string>
100          </property>
101         </widget>
102        </item>
103        <item>
104         <spacer name="verticalSpacer_Main">
105          <property name="orientation">
106           <enum>Qt::Vertical</enum>
107          </property>
108          <property name="sizeHint" stdset="0">
109           <size>
110            <width>17</width>
111            <height>153</height>
112           </size>
113          </property>
114         </spacer>
115        </item>
116       </layout>
117      </widget>
118      <widget class="QWidget" name="tabNetwork">
119       <attribute name="title">
120        <string>&amp;Network</string>
121       </attribute>
122       <layout class="QVBoxLayout" name="verticalLayout_Network">
123        <item>
124         <widget class="QCheckBox" name="connectSocks">
125          <property name="toolTip">
126           <string>Connect to the NovaCoin network through a SOCKS proxy (e.g. when connecting through Tor).</string>
127          </property>
128          <property name="text">
129           <string>&amp;Connect through SOCKS proxy:</string>
130          </property>
131         </widget>
132        </item>
133        <item>
134         <layout class="QHBoxLayout" name="horizontalLayout_Network">
135          <item>
136           <widget class="QLabel" name="proxyIpLabel">
137            <property name="text">
138             <string>Proxy &amp;IP:</string>
139            </property>
140            <property name="textFormat">
141             <enum>Qt::PlainText</enum>
142            </property>
143            <property name="buddy">
144             <cstring>proxyIp</cstring>
145            </property>
146           </widget>
147          </item>
148          <item>
149           <widget class="QValidatedLineEdit" name="proxyIp">
150            <property name="maximumSize">
151             <size>
152              <width>140</width>
153              <height>16777215</height>
154             </size>
155            </property>
156            <property name="toolTip">
157             <string>IP address of the proxy (e.g. 127.0.0.1)</string>
158            </property>
159           </widget>
160          </item>
161          <item>
162           <widget class="QLabel" name="proxyPortLabel">
163            <property name="text">
164             <string>&amp;Port:</string>
165            </property>
166            <property name="textFormat">
167             <enum>Qt::PlainText</enum>
168            </property>
169            <property name="buddy">
170             <cstring>proxyPort</cstring>
171            </property>
172           </widget>
173          </item>
174          <item>
175           <widget class="QLineEdit" name="proxyPort">
176            <property name="maximumSize">
177             <size>
178              <width>55</width>
179              <height>16777215</height>
180             </size>
181            </property>
182            <property name="toolTip">
183             <string>Port of the proxy (e.g. 9050)</string>
184            </property>
185           </widget>
186          </item>
187          <item>
188           <spacer name="horizontalSpacer_Network">
189            <property name="orientation">
190             <enum>Qt::Horizontal</enum>
191            </property>
192            <property name="sizeHint" stdset="0">
193             <size>
194              <width>40</width>
195              <height>20</height>
196             </size>
197            </property>
198           </spacer>
199          </item>
200         </layout>
201        </item>
202        <item>
203         <widget class="QCheckBox" name="connectTor">
204          <property name="text">
205           <string>Connect through &amp;Tor:</string>
206          </property>
207         </widget>
208        </item>
209        <item>
210         <layout class="QHBoxLayout" name="horizontalLayout_Tor">
211          <item>
212           <widget class="QLabel" name="torIpLabel">
213            <property name="minimumSize">
214             <size>
215              <width>60</width>
216              <height>0</height>
217             </size>
218            </property>
219            <property name="text">
220             <string>Tor IP:</string>
221            </property>
222           </widget>
223          </item>
224          <item>
225           <widget class="QValidatedLineEdit" name="torIp">
226            <property name="maximumSize">
227             <size>
228              <width>115</width>
229              <height>16777215</height>
230             </size>
231            </property>
232           </widget>
233          </item>
234          <item>
235           <widget class="QLabel" name="torPortLabel">
236            <property name="text">
237             <string>Port:</string>
238            </property>
239           </widget>
240          </item>
241          <item>
242           <widget class="QLineEdit" name="torPort">
243            <property name="maximumSize">
244             <size>
245              <width>55</width>
246              <height>16777215</height>
247             </size>
248            </property>
249           </widget>
250          </item>
251          <item>
252           <widget class="QCheckBox" name="TorOnly">
253            <property name="text">
254             <string>Use Tor only</string>
255            </property>
256           </widget>
257          </item>
258          <item>
259           <spacer name="horizontalSpacer">
260            <property name="orientation">
261             <enum>Qt::Horizontal</enum>
262            </property>
263            <property name="sizeHint" stdset="0">
264             <size>
265              <width>40</width>
266              <height>20</height>
267             </size>
268            </property>
269           </spacer>
270          </item>
271         </layout>
272        </item>
273        <item>
274         <layout class="QHBoxLayout" name="horizontalLayout">
275          <item>
276           <widget class="QLabel" name="torNameLabel">
277            <property name="text">
278             <string>Tor name:</string>
279            </property>
280            <property name="textFormat">
281             <enum>Qt::PlainText</enum>
282            </property>
283            <property name="buddy">
284             <cstring>torName</cstring>
285            </property>
286           </widget>
287          </item>
288          <item>
289           <widget class="QLineEdit" name="torName"/>
290          </item>
291          <item>
292           <spacer name="horizontalSpacer_3">
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         <layout class="QHBoxLayout" name="horizontalLayout_3">
308          <item>
309           <widget class="QLabel" name="externalSeederLabel">
310            <property name="text">
311             <string>Seeder command:</string>
312            </property>
313           </widget>
314          </item>
315          <item>
316           <widget class="QLineEdit" name="externalSeederCommand"/>
317          </item>
318          <item>
319           <widget class="QPushButton" name="chooseSeeder">
320            <property name="text">
321             <string>Choose ...</string>
322            </property>
323           </widget>
324          </item>
325         </layout>
326        </item>
327        <item>
328         <spacer name="verticalSpacer">
329          <property name="orientation">
330           <enum>Qt::Vertical</enum>
331          </property>
332          <property name="sizeHint" stdset="0">
333           <size>
334            <width>20</width>
335            <height>40</height>
336           </size>
337          </property>
338         </spacer>
339        </item>
340       </layout>
341      </widget>
342      <widget class="QWidget" name="tabWindow">
343       <attribute name="title">
344        <string>&amp;Window</string>
345       </attribute>
346       <layout class="QVBoxLayout" name="verticalLayout_Window">
347        <item>
348         <widget class="QCheckBox" name="minimizeToTray">
349          <property name="toolTip">
350           <string>Show only a tray icon after minimizing the window.</string>
351          </property>
352          <property name="text">
353           <string>&amp;Minimize to the tray instead of the taskbar</string>
354          </property>
355         </widget>
356        </item>
357        <item>
358         <widget class="QCheckBox" name="minimizeOnClose">
359          <property name="toolTip">
360           <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 Exit in the menu.</string>
361          </property>
362          <property name="text">
363           <string>M&amp;inimize on close</string>
364          </property>
365         </widget>
366        </item>
367        <item>
368         <spacer name="verticalSpacer_Window">
369          <property name="orientation">
370           <enum>Qt::Vertical</enum>
371          </property>
372          <property name="sizeHint" stdset="0">
373           <size>
374            <width>20</width>
375            <height>40</height>
376           </size>
377          </property>
378         </spacer>
379        </item>
380       </layout>
381      </widget>
382      <widget class="QWidget" name="tabDisplay">
383       <attribute name="title">
384        <string>&amp;Display</string>
385       </attribute>
386       <layout class="QVBoxLayout" name="verticalLayout_Display">
387        <item>
388         <layout class="QHBoxLayout" name="horizontalLayout_1_Display">
389          <item>
390           <widget class="QLabel" name="langLabel">
391            <property name="text">
392             <string>User Interface &amp;language:</string>
393            </property>
394            <property name="textFormat">
395             <enum>Qt::PlainText</enum>
396            </property>
397            <property name="buddy">
398             <cstring>lang</cstring>
399            </property>
400           </widget>
401          </item>
402          <item>
403           <widget class="QValueComboBox" name="lang">
404            <property name="toolTip">
405             <string>The user interface language can be set here. This setting will take effect after restarting NovaCoin.</string>
406            </property>
407           </widget>
408          </item>
409         </layout>
410        </item>
411        <item>
412         <layout class="QHBoxLayout" name="horizontalLayout_2_Display">
413          <item>
414           <widget class="QLabel" name="unitLabel">
415            <property name="text">
416             <string>&amp;Unit to show amounts in:</string>
417            </property>
418            <property name="textFormat">
419             <enum>Qt::PlainText</enum>
420            </property>
421            <property name="buddy">
422             <cstring>unit</cstring>
423            </property>
424           </widget>
425          </item>
426          <item>
427           <widget class="QValueComboBox" name="unit">
428            <property name="toolTip">
429             <string>Choose the default subdivision unit to show in the interface and when sending coins.</string>
430            </property>
431           </widget>
432          </item>
433         </layout>
434        </item>
435        <item>
436         <widget class="QCheckBox" name="displayAddresses">
437          <property name="toolTip">
438           <string>Whether to show NovaCoin addresses in the transaction list or not.</string>
439          </property>
440          <property name="text">
441           <string>&amp;Display addresses in transaction list</string>
442          </property>
443         </widget>
444        </item>
445        <item>
446         <widget class="QCheckBox" name="coinControlFeatures">
447          <property name="toolTip">
448           <string>Whether to show coin control features or not.</string>
449          </property>
450          <property name="text">
451           <string>Display coin &amp;control features (experts only!)</string>
452          </property>
453         </widget>
454        </item>
455        <item>
456         <layout class="QHBoxLayout" name="horizontalLayout_3_Display">
457          <item>
458           <widget class="QLabel" name="thirdPartyTxUrlsLabel">
459            <property name="toolTip">
460             <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>
461            </property>
462            <property name="text">
463             <string>Third party transaction URLs</string>
464            </property>
465            <property name="buddy">
466             <cstring>thirdPartyTxUrls</cstring>
467            </property>
468           </widget>
469          </item>
470          <item>
471           <widget class="QLineEdit" name="thirdPartyTxUrls">
472            <property name="toolTip">
473             <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>
474            </property>
475           </widget>
476          </item>
477         </layout>
478        </item>
479        <item>
480         <spacer name="verticalSpacer_Display">
481          <property name="orientation">
482           <enum>Qt::Vertical</enum>
483          </property>
484          <property name="sizeHint" stdset="0">
485           <size>
486            <width>20</width>
487            <height>40</height>
488           </size>
489          </property>
490         </spacer>
491        </item>
492       </layout>
493      </widget>
494     </widget>
495    </item>
496    <item>
497     <layout class="QHBoxLayout" name="horizontalLayout_Buttons">
498      <item>
499       <spacer name="horizontalSpacer_1">
500        <property name="orientation">
501         <enum>Qt::Horizontal</enum>
502        </property>
503        <property name="sizeHint" stdset="0">
504         <size>
505          <width>40</width>
506          <height>48</height>
507         </size>
508        </property>
509       </spacer>
510      </item>
511      <item>
512       <widget class="QLabel" name="statusLabel">
513        <property name="font">
514         <font>
515          <weight>75</weight>
516          <bold>true</bold>
517         </font>
518        </property>
519        <property name="text">
520         <string/>
521        </property>
522        <property name="textFormat">
523         <enum>Qt::PlainText</enum>
524        </property>
525        <property name="wordWrap">
526         <bool>true</bool>
527        </property>
528       </widget>
529      </item>
530      <item>
531       <spacer name="horizontalSpacer_2">
532        <property name="orientation">
533         <enum>Qt::Horizontal</enum>
534        </property>
535        <property name="sizeHint" stdset="0">
536         <size>
537          <width>40</width>
538          <height>48</height>
539         </size>
540        </property>
541       </spacer>
542      </item>
543      <item>
544       <widget class="QPushButton" name="okButton">
545        <property name="text">
546         <string>&amp;OK</string>
547        </property>
548       </widget>
549      </item>
550      <item>
551       <widget class="QPushButton" name="cancelButton">
552        <property name="text">
553         <string>&amp;Cancel</string>
554        </property>
555        <property name="autoDefault">
556         <bool>false</bool>
557        </property>
558       </widget>
559      </item>
560      <item>
561       <widget class="QPushButton" name="applyButton">
562        <property name="text">
563         <string>&amp;Apply</string>
564        </property>
565        <property name="autoDefault">
566         <bool>false</bool>
567        </property>
568       </widget>
569      </item>
570     </layout>
571    </item>
572   </layout>
573  </widget>
574  <customwidgets>
575   <customwidget>
576    <class>BitcoinAmountField</class>
577    <extends>QSpinBox</extends>
578    <header>bitcoinamountfield.h</header>
579   </customwidget>
580   <customwidget>
581    <class>QValueComboBox</class>
582    <extends>QComboBox</extends>
583    <header>qvaluecombobox.h</header>
584   </customwidget>
585   <customwidget>
586    <class>QValidatedLineEdit</class>
587    <extends>QLineEdit</extends>
588    <header>qvalidatedlineedit.h</header>
589   </customwidget>
590  </customwidgets>
591  <resources/>
592  <connections/>
593 </ui>