8d5779c62de272e59b90c88485ec43e888304650
[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>550</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="mapPortUpnp">
125          <property name="toolTip">
126           <string>Automatically open the NovaCoin client port on the router. This only works when your router supports UPnP and it is enabled.</string>
127          </property>
128          <property name="text">
129           <string>Map port using &amp;UPnP</string>
130          </property>
131         </widget>
132        </item>
133        <item>
134         <widget class="QCheckBox" name="connectSocks">
135          <property name="toolTip">
136           <string>Connect to the NovaCoin network through a SOCKS proxy (e.g. when connecting through Tor).</string>
137          </property>
138          <property name="text">
139           <string>&amp;Connect through SOCKS proxy:</string>
140          </property>
141         </widget>
142        </item>
143        <item>
144         <layout class="QHBoxLayout" name="horizontalLayout_Network">
145          <item>
146           <widget class="QLabel" name="proxyIpLabel">
147            <property name="text">
148             <string>Proxy &amp;IP:</string>
149            </property>
150            <property name="textFormat">
151             <enum>Qt::PlainText</enum>
152            </property>
153            <property name="buddy">
154             <cstring>proxyIp</cstring>
155            </property>
156           </widget>
157          </item>
158          <item>
159           <widget class="QValidatedLineEdit" name="proxyIp">
160            <property name="maximumSize">
161             <size>
162              <width>140</width>
163              <height>16777215</height>
164             </size>
165            </property>
166            <property name="toolTip">
167             <string>IP address of the proxy (e.g. 127.0.0.1)</string>
168            </property>
169           </widget>
170          </item>
171          <item>
172           <widget class="QLabel" name="proxyPortLabel">
173            <property name="text">
174             <string>&amp;Port:</string>
175            </property>
176            <property name="textFormat">
177             <enum>Qt::PlainText</enum>
178            </property>
179            <property name="buddy">
180             <cstring>proxyPort</cstring>
181            </property>
182           </widget>
183          </item>
184          <item>
185           <widget class="QLineEdit" name="proxyPort">
186            <property name="maximumSize">
187             <size>
188              <width>55</width>
189              <height>16777215</height>
190             </size>
191            </property>
192            <property name="toolTip">
193             <string>Port of the proxy (e.g. 9050)</string>
194            </property>
195           </widget>
196          </item>
197          <item>
198           <widget class="QLabel" name="socksVersionLabel">
199            <property name="text">
200             <string>SOCKS &amp;Version:</string>
201            </property>
202            <property name="textFormat">
203             <enum>Qt::PlainText</enum>
204            </property>
205            <property name="buddy">
206             <cstring>socksVersion</cstring>
207            </property>
208           </widget>
209          </item>
210          <item>
211           <widget class="QValueComboBox" name="socksVersion">
212            <property name="toolTip">
213             <string>SOCKS version of the proxy (e.g. 5)</string>
214            </property>
215           </widget>
216          </item>
217          <item>
218           <spacer name="horizontalSpacer_Network">
219            <property name="orientation">
220             <enum>Qt::Horizontal</enum>
221            </property>
222            <property name="sizeHint" stdset="0">
223             <size>
224              <width>40</width>
225              <height>20</height>
226             </size>
227            </property>
228           </spacer>
229          </item>
230         </layout>
231        </item>
232        <item>
233         <widget class="QCheckBox" name="connectTor">
234          <property name="text">
235           <string>Connect through &amp;Tor:</string>
236          </property>
237         </widget>
238        </item>
239        <item>
240         <layout class="QHBoxLayout" name="horizontalLayout_Tor">
241          <item>
242           <widget class="QLabel" name="torIpLabel">
243            <property name="minimumSize">
244             <size>
245              <width>60</width>
246              <height>0</height>
247             </size>
248            </property>
249            <property name="text">
250             <string>Tor IP:</string>
251            </property>
252           </widget>
253          </item>
254          <item>
255           <widget class="QValidatedLineEdit" name="torIp">
256            <property name="maximumSize">
257             <size>
258              <width>115</width>
259              <height>16777215</height>
260             </size>
261            </property>
262           </widget>
263          </item>
264          <item>
265           <widget class="QLabel" name="torPortLabel">
266            <property name="text">
267             <string>Port:</string>
268            </property>
269           </widget>
270          </item>
271          <item>
272           <widget class="QLineEdit" name="torPort">
273            <property name="maximumSize">
274             <size>
275              <width>55</width>
276              <height>16777215</height>
277             </size>
278            </property>
279           </widget>
280          </item>
281          <item>
282           <widget class="QCheckBox" name="TorOnly">
283            <property name="text">
284             <string>Use Tor only</string>
285            </property>
286           </widget>
287          </item>
288          <item>
289           <spacer name="horizontalSpacer">
290            <property name="orientation">
291             <enum>Qt::Horizontal</enum>
292            </property>
293            <property name="sizeHint" stdset="0">
294             <size>
295              <width>40</width>
296              <height>20</height>
297             </size>
298            </property>
299           </spacer>
300          </item>
301         </layout>
302        </item>
303        <item>
304         <layout class="QHBoxLayout" name="horizontalLayout">
305          <item>
306           <widget class="QLabel" name="torNameLabel">
307            <property name="text">
308             <string>Tor name:</string>
309            </property>
310            <property name="textFormat">
311             <enum>Qt::PlainText</enum>
312            </property>
313            <property name="buddy">
314             <cstring>torName</cstring>
315            </property>
316           </widget>
317          </item>
318          <item>
319           <widget class="QLineEdit" name="torName"/>
320          </item>
321          <item>
322           <spacer name="horizontalSpacer_3">
323            <property name="orientation">
324             <enum>Qt::Horizontal</enum>
325            </property>
326            <property name="sizeHint" stdset="0">
327             <size>
328              <width>40</width>
329              <height>20</height>
330             </size>
331            </property>
332           </spacer>
333          </item>
334         </layout>
335        </item>
336        <item>
337         <spacer name="verticalSpacer_Network">
338          <property name="orientation">
339           <enum>Qt::Vertical</enum>
340          </property>
341          <property name="sizeHint" stdset="0">
342           <size>
343            <width>20</width>
344            <height>40</height>
345           </size>
346          </property>
347         </spacer>
348        </item>
349       </layout>
350      </widget>
351      <widget class="QWidget" name="tabWindow">
352       <attribute name="title">
353        <string>&amp;Window</string>
354       </attribute>
355       <layout class="QVBoxLayout" name="verticalLayout_Window">
356        <item>
357         <widget class="QCheckBox" name="minimizeToTray">
358          <property name="toolTip">
359           <string>Show only a tray icon after minimizing the window.</string>
360          </property>
361          <property name="text">
362           <string>&amp;Minimize to the tray instead of the taskbar</string>
363          </property>
364         </widget>
365        </item>
366        <item>
367         <widget class="QCheckBox" name="minimizeOnClose">
368          <property name="toolTip">
369           <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>
370          </property>
371          <property name="text">
372           <string>M&amp;inimize on close</string>
373          </property>
374         </widget>
375        </item>
376        <item>
377         <spacer name="verticalSpacer_Window">
378          <property name="orientation">
379           <enum>Qt::Vertical</enum>
380          </property>
381          <property name="sizeHint" stdset="0">
382           <size>
383            <width>20</width>
384            <height>40</height>
385           </size>
386          </property>
387         </spacer>
388        </item>
389       </layout>
390      </widget>
391      <widget class="QWidget" name="tabDisplay">
392       <attribute name="title">
393        <string>&amp;Display</string>
394       </attribute>
395       <layout class="QVBoxLayout" name="verticalLayout_Display">
396        <item>
397         <layout class="QHBoxLayout" name="horizontalLayout_1_Display">
398          <item>
399           <widget class="QLabel" name="langLabel">
400            <property name="text">
401             <string>User Interface &amp;language:</string>
402            </property>
403            <property name="textFormat">
404             <enum>Qt::PlainText</enum>
405            </property>
406            <property name="buddy">
407             <cstring>lang</cstring>
408            </property>
409           </widget>
410          </item>
411          <item>
412           <widget class="QValueComboBox" name="lang">
413            <property name="toolTip">
414             <string>The user interface language can be set here. This setting will take effect after restarting NovaCoin.</string>
415            </property>
416           </widget>
417          </item>
418         </layout>
419        </item>
420        <item>
421         <layout class="QHBoxLayout" name="horizontalLayout_2_Display">
422          <item>
423           <widget class="QLabel" name="unitLabel">
424            <property name="text">
425             <string>&amp;Unit to show amounts in:</string>
426            </property>
427            <property name="textFormat">
428             <enum>Qt::PlainText</enum>
429            </property>
430            <property name="buddy">
431             <cstring>unit</cstring>
432            </property>
433           </widget>
434          </item>
435          <item>
436           <widget class="QValueComboBox" name="unit">
437            <property name="toolTip">
438             <string>Choose the default subdivision unit to show in the interface and when sending coins.</string>
439            </property>
440           </widget>
441          </item>
442         </layout>
443        </item>
444        <item>
445         <widget class="QCheckBox" name="displayAddresses">
446          <property name="toolTip">
447           <string>Whether to show NovaCoin addresses in the transaction list or not.</string>
448          </property>
449          <property name="text">
450           <string>&amp;Display addresses in transaction list</string>
451          </property>
452         </widget>
453        </item>
454        <item>
455         <widget class="QCheckBox" name="coinControlFeatures">
456          <property name="toolTip">
457           <string>Whether to show coin control features or not.</string>
458          </property>
459          <property name="text">
460           <string>Display coin &amp;control features (experts only!)</string>
461          </property>
462         </widget>
463        </item>
464        <item>
465         <layout class="QHBoxLayout" name="horizontalLayout_3_Display">
466          <item>
467           <widget class="QLabel" name="thirdPartyTxUrlsLabel">
468            <property name="toolTip">
469             <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>
470            </property>
471            <property name="text">
472             <string>Third party transaction URLs</string>
473            </property>
474            <property name="buddy">
475             <cstring>thirdPartyTxUrls</cstring>
476            </property>
477           </widget>
478          </item>
479          <item>
480           <widget class="QLineEdit" name="thirdPartyTxUrls">
481            <property name="toolTip">
482             <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>
483            </property>
484           </widget>
485          </item>
486         </layout>
487        </item>
488        <item>
489         <spacer name="verticalSpacer_Display">
490          <property name="orientation">
491           <enum>Qt::Vertical</enum>
492          </property>
493          <property name="sizeHint" stdset="0">
494           <size>
495            <width>20</width>
496            <height>40</height>
497           </size>
498          </property>
499         </spacer>
500        </item>
501       </layout>
502      </widget>
503     </widget>
504    </item>
505    <item>
506     <layout class="QHBoxLayout" name="horizontalLayout_Buttons">
507      <item>
508       <spacer name="horizontalSpacer_1">
509        <property name="orientation">
510         <enum>Qt::Horizontal</enum>
511        </property>
512        <property name="sizeHint" stdset="0">
513         <size>
514          <width>40</width>
515          <height>48</height>
516         </size>
517        </property>
518       </spacer>
519      </item>
520      <item>
521       <widget class="QLabel" name="statusLabel">
522        <property name="font">
523         <font>
524          <weight>75</weight>
525          <bold>true</bold>
526         </font>
527        </property>
528        <property name="text">
529         <string/>
530        </property>
531        <property name="textFormat">
532         <enum>Qt::PlainText</enum>
533        </property>
534        <property name="wordWrap">
535         <bool>true</bool>
536        </property>
537       </widget>
538      </item>
539      <item>
540       <spacer name="horizontalSpacer_2">
541        <property name="orientation">
542         <enum>Qt::Horizontal</enum>
543        </property>
544        <property name="sizeHint" stdset="0">
545         <size>
546          <width>40</width>
547          <height>48</height>
548         </size>
549        </property>
550       </spacer>
551      </item>
552      <item>
553       <widget class="QPushButton" name="okButton">
554        <property name="text">
555         <string>&amp;OK</string>
556        </property>
557       </widget>
558      </item>
559      <item>
560       <widget class="QPushButton" name="cancelButton">
561        <property name="text">
562         <string>&amp;Cancel</string>
563        </property>
564        <property name="autoDefault">
565         <bool>false</bool>
566        </property>
567       </widget>
568      </item>
569      <item>
570       <widget class="QPushButton" name="applyButton">
571        <property name="text">
572         <string>&amp;Apply</string>
573        </property>
574        <property name="autoDefault">
575         <bool>false</bool>
576        </property>
577       </widget>
578      </item>
579     </layout>
580    </item>
581   </layout>
582  </widget>
583  <customwidgets>
584   <customwidget>
585    <class>BitcoinAmountField</class>
586    <extends>QSpinBox</extends>
587    <header>bitcoinamountfield.h</header>
588   </customwidget>
589   <customwidget>
590    <class>QValueComboBox</class>
591    <extends>QComboBox</extends>
592    <header>qvaluecombobox.h</header>
593   </customwidget>
594   <customwidget>
595    <class>QValidatedLineEdit</class>
596    <extends>QLineEdit</extends>
597    <header>qvalidatedlineedit.h</header>
598   </customwidget>
599  </customwidgets>
600  <resources/>
601  <connections/>
602 </ui>