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