OSDN Git Service

Initial commit
[monacoin/monacoin.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>0</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.</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_1_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           <spacer name="horizontalSpacer_1_Main">
66            <property name="orientation">
67             <enum>Qt::Horizontal</enum>
68            </property>
69            <property name="sizeHint" stdset="0">
70             <size>
71              <width>40</width>
72              <height>20</height>
73             </size>
74            </property>
75           </spacer>
76          </item>
77         </layout>
78        </item>
79        <item>
80         <widget class="QCheckBox" name="bitcoinAtStartup">
81          <property name="toolTip">
82           <string>Automatically start Monacoin after logging in to the system.</string>
83          </property>
84          <property name="text">
85           <string>&amp;Start Monacoin on system login</string>
86          </property>
87         </widget>
88        </item>
89        <item>
90         <spacer name="verticalSpacer_Main">
91          <property name="orientation">
92           <enum>Qt::Vertical</enum>
93          </property>
94          <property name="sizeHint" stdset="0">
95           <size>
96            <width>20</width>
97            <height>40</height>
98           </size>
99          </property>
100         </spacer>
101        </item>
102        <item>
103         <layout class="QHBoxLayout" name="horizontalLayout_2_Main">
104          <item>
105           <spacer name="horizontalSpacer_2_Main">
106            <property name="orientation">
107             <enum>Qt::Horizontal</enum>
108            </property>
109            <property name="sizeHint" stdset="0">
110             <size>
111              <width>40</width>
112              <height>20</height>
113             </size>
114            </property>
115           </spacer>
116          </item>
117          <item>
118           <widget class="QPushButton" name="resetButton">
119            <property name="toolTip">
120             <string>Reset all client options to default.</string>
121            </property>
122            <property name="text">
123             <string>&amp;Reset Options</string>
124            </property>
125            <property name="autoDefault">
126             <bool>false</bool>
127            </property>
128           </widget>
129          </item>
130         </layout>
131        </item>
132       </layout>
133      </widget>
134      <widget class="QWidget" name="tabNetwork">
135       <attribute name="title">
136        <string>&amp;Network</string>
137       </attribute>
138       <layout class="QVBoxLayout" name="verticalLayout_Network">
139        <item>
140         <widget class="QCheckBox" name="mapPortUpnp">
141          <property name="toolTip">
142           <string>Automatically open the Monacoin client port on the router. This only works when your router supports UPnP and it is enabled.</string>
143          </property>
144          <property name="text">
145           <string>Map port using &amp;UPnP</string>
146          </property>
147         </widget>
148        </item>
149        <item>
150         <widget class="QCheckBox" name="connectSocks">
151          <property name="toolTip">
152           <string>Connect to the Monacoin network through a SOCKS proxy (e.g. when connecting through Tor).</string>
153          </property>
154          <property name="text">
155           <string>&amp;Connect through SOCKS proxy:</string>
156          </property>
157         </widget>
158        </item>
159        <item>
160         <layout class="QHBoxLayout" name="horizontalLayout_Network">
161          <item>
162           <widget class="QLabel" name="proxyIpLabel">
163            <property name="text">
164             <string>Proxy &amp;IP:</string>
165            </property>
166            <property name="textFormat">
167             <enum>Qt::PlainText</enum>
168            </property>
169            <property name="buddy">
170             <cstring>proxyIp</cstring>
171            </property>
172           </widget>
173          </item>
174          <item>
175           <widget class="QValidatedLineEdit" name="proxyIp">
176            <property name="maximumSize">
177             <size>
178              <width>140</width>
179              <height>16777215</height>
180             </size>
181            </property>
182            <property name="toolTip">
183             <string>IP address of the proxy (e.g. 127.0.0.1)</string>
184            </property>
185           </widget>
186          </item>
187          <item>
188           <widget class="QLabel" name="proxyPortLabel">
189            <property name="text">
190             <string>&amp;Port:</string>
191            </property>
192            <property name="textFormat">
193             <enum>Qt::PlainText</enum>
194            </property>
195            <property name="buddy">
196             <cstring>proxyPort</cstring>
197            </property>
198           </widget>
199          </item>
200          <item>
201           <widget class="QLineEdit" name="proxyPort">
202            <property name="maximumSize">
203             <size>
204              <width>55</width>
205              <height>16777215</height>
206             </size>
207            </property>
208            <property name="toolTip">
209             <string>Port of the proxy (e.g. 9050)</string>
210            </property>
211           </widget>
212          </item>
213          <item>
214           <widget class="QLabel" name="socksVersionLabel">
215            <property name="text">
216             <string>SOCKS &amp;Version:</string>
217            </property>
218            <property name="textFormat">
219             <enum>Qt::PlainText</enum>
220            </property>
221            <property name="buddy">
222             <cstring>socksVersion</cstring>
223            </property>
224           </widget>
225          </item>
226          <item>
227           <widget class="QValueComboBox" name="socksVersion">
228            <property name="toolTip">
229             <string>SOCKS version of the proxy (e.g. 5)</string>
230            </property>
231           </widget>
232          </item>
233          <item>
234           <spacer name="horizontalSpacer_Network">
235            <property name="orientation">
236             <enum>Qt::Horizontal</enum>
237            </property>
238            <property name="sizeHint" stdset="0">
239             <size>
240              <width>40</width>
241              <height>20</height>
242             </size>
243            </property>
244           </spacer>
245          </item>
246         </layout>
247        </item>
248        <item>
249         <spacer name="verticalSpacer_Network">
250          <property name="orientation">
251           <enum>Qt::Vertical</enum>
252          </property>
253          <property name="sizeHint" stdset="0">
254           <size>
255            <width>20</width>
256            <height>40</height>
257           </size>
258          </property>
259         </spacer>
260        </item>
261       </layout>
262      </widget>
263      <widget class="QWidget" name="tabWindow">
264       <attribute name="title">
265        <string>&amp;Window</string>
266       </attribute>
267       <layout class="QVBoxLayout" name="verticalLayout_Window">
268        <item>
269         <widget class="QCheckBox" name="minimizeToTray">
270          <property name="toolTip">
271           <string>Show only a tray icon after minimizing the window.</string>
272          </property>
273          <property name="text">
274           <string>&amp;Minimize to the tray instead of the taskbar</string>
275          </property>
276         </widget>
277        </item>
278        <item>
279         <widget class="QCheckBox" name="minimizeOnClose">
280          <property name="toolTip">
281           <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>
282          </property>
283          <property name="text">
284           <string>M&amp;inimize on close</string>
285          </property>
286         </widget>
287        </item>
288        <item>
289         <spacer name="verticalSpacer_Window">
290          <property name="orientation">
291           <enum>Qt::Vertical</enum>
292          </property>
293          <property name="sizeHint" stdset="0">
294           <size>
295            <width>20</width>
296            <height>40</height>
297           </size>
298          </property>
299         </spacer>
300        </item>
301       </layout>
302      </widget>
303      <widget class="QWidget" name="tabDisplay">
304       <attribute name="title">
305        <string>&amp;Display</string>
306       </attribute>
307       <layout class="QVBoxLayout" name="verticalLayout_Display">
308        <item>
309         <layout class="QHBoxLayout" name="horizontalLayout_1_Display">
310          <item>
311           <widget class="QLabel" name="langLabel">
312            <property name="text">
313             <string>User Interface &amp;language:</string>
314            </property>
315            <property name="textFormat">
316             <enum>Qt::PlainText</enum>
317            </property>
318            <property name="buddy">
319             <cstring>lang</cstring>
320            </property>
321           </widget>
322          </item>
323          <item>
324           <widget class="QValueComboBox" name="lang">
325            <property name="toolTip">
326             <string>The user interface language can be set here. This setting will take effect after restarting Monacoin.</string>
327            </property>
328           </widget>
329          </item>
330         </layout>
331        </item>
332        <item>
333         <layout class="QHBoxLayout" name="horizontalLayout_2_Display">
334          <item>
335           <widget class="QLabel" name="unitLabel">
336            <property name="text">
337             <string>&amp;Unit to show amounts in:</string>
338            </property>
339            <property name="textFormat">
340             <enum>Qt::PlainText</enum>
341            </property>
342            <property name="buddy">
343             <cstring>unit</cstring>
344            </property>
345           </widget>
346          </item>
347          <item>
348           <widget class="QValueComboBox" name="unit">
349            <property name="toolTip">
350             <string>Choose the default subdivision unit to show in the interface and when sending coins.</string>
351            </property>
352           </widget>
353          </item>
354         </layout>
355        </item>
356        <item>
357         <widget class="QCheckBox" name="displayAddresses">
358          <property name="toolTip">
359           <string>Whether to show Monacoin addresses in the transaction list or not.</string>
360          </property>
361          <property name="text">
362           <string>&amp;Display addresses in transaction list</string>
363          </property>
364         </widget>
365        </item>
366        <item>
367         <widget class="QCheckBox" name="coinControlFeatures">
368          <property name="toolTip">
369           <string>Whether to show coin control features or not.</string>
370          </property>
371          <property name="text">
372           <string>Display coin &amp;control features (experts only!)</string>
373          </property>
374         </widget>
375        </item>
376        <item>
377         <spacer name="verticalSpacer_Display">
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>
392    </item>
393    <item>
394     <layout class="QHBoxLayout" name="horizontalLayout_Buttons">
395      <item>
396       <spacer name="horizontalSpacer_1">
397        <property name="orientation">
398         <enum>Qt::Horizontal</enum>
399        </property>
400        <property name="sizeHint" stdset="0">
401         <size>
402          <width>40</width>
403          <height>48</height>
404         </size>
405        </property>
406       </spacer>
407      </item>
408      <item>
409       <widget class="QLabel" name="statusLabel">
410        <property name="font">
411         <font>
412          <weight>75</weight>
413          <bold>true</bold>
414         </font>
415        </property>
416        <property name="text">
417         <string/>
418        </property>
419        <property name="textFormat">
420         <enum>Qt::PlainText</enum>
421        </property>
422        <property name="wordWrap">
423         <bool>true</bool>
424        </property>
425       </widget>
426      </item>
427      <item>
428       <spacer name="horizontalSpacer_2">
429        <property name="orientation">
430         <enum>Qt::Horizontal</enum>
431        </property>
432        <property name="sizeHint" stdset="0">
433         <size>
434          <width>40</width>
435          <height>48</height>
436         </size>
437        </property>
438       </spacer>
439      </item>
440      <item>
441       <widget class="QPushButton" name="okButton">
442        <property name="text">
443         <string>&amp;OK</string>
444        </property>
445       </widget>
446      </item>
447      <item>
448       <widget class="QPushButton" name="cancelButton">
449        <property name="text">
450         <string>&amp;Cancel</string>
451        </property>
452        <property name="autoDefault">
453         <bool>false</bool>
454        </property>
455       </widget>
456      </item>
457      <item>
458       <widget class="QPushButton" name="applyButton">
459        <property name="text">
460         <string>&amp;Apply</string>
461        </property>
462        <property name="autoDefault">
463         <bool>false</bool>
464        </property>
465       </widget>
466      </item>
467     </layout>
468    </item>
469   </layout>
470  </widget>
471  <customwidgets>
472   <customwidget>
473    <class>BitcoinAmountField</class>
474    <extends>QSpinBox</extends>
475    <header>bitcoinamountfield.h</header>
476   </customwidget>
477   <customwidget>
478    <class>QValueComboBox</class>
479    <extends>QComboBox</extends>
480    <header>qvaluecombobox.h</header>
481   </customwidget>
482   <customwidget>
483    <class>QValidatedLineEdit</class>
484    <extends>QLineEdit</extends>
485    <header>qvalidatedlineedit.h</header>
486   </customwidget>
487  </customwidgets>
488  <resources/>
489  <connections/>
490 </ui>