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