Do not translate the untranslatable
[novacoin.git] / src / qt / forms / multisigdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MultisigDialog</class>
4  <widget class="QWidget" name="MultisigDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1327</width>
10     <height>595</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Multisig</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QTabWidget" name="tabWidget">
19      <property name="currentIndex">
20       <number>0</number>
21      </property>
22      <widget class="QWidget" name="tabCreateAddress">
23       <attribute name="title">
24        <string>&amp;Create Address</string>
25       </attribute>
26       <layout class="QVBoxLayout" name="verticalLayout">
27        <item>
28         <widget class="QScrollArea" name="scrollArea">
29          <property name="widgetResizable">
30           <bool>true</bool>
31          </property>
32          <widget class="QWidget" name="scrollAreaWidgetContents">
33           <property name="geometry">
34            <rect>
35             <x>0</x>
36             <y>0</y>
37             <width>1283</width>
38             <height>345</height>
39            </rect>
40           </property>
41           <layout class="QVBoxLayout" name="verticalLayout_3">
42            <item>
43             <layout class="QVBoxLayout" name="pubkeyEntries"/>
44            </item>
45            <item>
46             <spacer name="verticalSpacer">
47              <property name="orientation">
48               <enum>Qt::Vertical</enum>
49              </property>
50              <property name="sizeHint" stdset="0">
51               <size>
52                <width>20</width>
53                <height>40</height>
54               </size>
55              </property>
56             </spacer>
57            </item>
58           </layout>
59          </widget>
60         </widget>
61        </item>
62        <item>
63         <layout class="QHBoxLayout" name="horizontalLayout_14">
64          <item>
65           <widget class="QPushButton" name="addPubKeyButton">
66            <property name="toolTip">
67             <string>Add a member to the signing pool</string>
68            </property>
69            <property name="text">
70             <string>&amp;Add public key...</string>
71            </property>
72            <property name="icon">
73             <iconset resource="../bitcoin.qrc">
74              <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
75            </property>
76           </widget>
77          </item>
78          <item>
79           <widget class="QPushButton" name="clearButton">
80            <property name="sizePolicy">
81             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
82              <horstretch>0</horstretch>
83              <verstretch>0</verstretch>
84             </sizepolicy>
85            </property>
86            <property name="toolTip">
87             <string>Remove all public key fields</string>
88            </property>
89            <property name="text">
90             <string>Clear all</string>
91            </property>
92            <property name="icon">
93             <iconset resource="../bitcoin.qrc">
94              <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
95            </property>
96            <property name="autoRepeatDelay">
97             <number>300</number>
98            </property>
99           </widget>
100          </item>
101          <item>
102           <spacer name="horizontalSpacer_8">
103            <property name="orientation">
104             <enum>Qt::Horizontal</enum>
105            </property>
106            <property name="sizeHint" stdset="0">
107             <size>
108              <width>40</width>
109              <height>20</height>
110             </size>
111            </property>
112           </spacer>
113          </item>
114         </layout>
115        </item>
116        <item>
117         <layout class="QHBoxLayout" name="horizontalLayout_2">
118          <item>
119           <widget class="QLabel" name="requiredSignaturesLabel">
120            <property name="text">
121             <string>Required signatures:</string>
122            </property>
123           </widget>
124          </item>
125          <item>
126           <widget class="QLineEdit" name="requiredSignatures">
127            <property name="sizePolicy">
128             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
129              <horstretch>0</horstretch>
130              <verstretch>0</verstretch>
131             </sizepolicy>
132            </property>
133            <property name="minimumSize">
134             <size>
135              <width>127</width>
136              <height>0</height>
137             </size>
138            </property>
139            <property name="text">
140             <string/>
141            </property>
142            <property name="maxLength">
143             <number>2</number>
144            </property>
145            <property name="frame">
146             <bool>true</bool>
147            </property>
148            <property name="alignment">
149             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150            </property>
151            <property name="placeholderText">
152             <string>Enter a number</string>
153            </property>
154           </widget>
155          </item>
156          <item>
157           <widget class="QLabel" name="maxSignaturesLabel">
158            <property name="text">
159             <string notr="true">/ 1</string>
160            </property>
161           </widget>
162          </item>
163          <item>
164           <spacer name="horizontalSpacer_2">
165            <property name="orientation">
166             <enum>Qt::Horizontal</enum>
167            </property>
168            <property name="sizeHint" stdset="0">
169             <size>
170              <width>40</width>
171              <height>20</height>
172             </size>
173            </property>
174           </spacer>
175          </item>
176         </layout>
177        </item>
178        <item>
179         <layout class="QHBoxLayout" name="horizontalLayout">
180          <item>
181           <widget class="QPushButton" name="createAddressButton">
182            <property name="text">
183             <string>Create multisig address</string>
184            </property>
185           </widget>
186          </item>
187          <item>
188           <spacer name="horizontalSpacer">
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         <layout class="QHBoxLayout" name="horizontalLayoutMultisigAddress">
204          <item>
205           <widget class="QLabel" name="multisigAddressLabel">
206            <property name="text">
207             <string>Multisig address:</string>
208            </property>
209           </widget>
210          </item>
211          <item>
212           <widget class="QLineEdit" name="multisigAddress">
213            <property name="readOnly">
214             <bool>true</bool>
215            </property>
216           </widget>
217          </item>
218          <item>
219           <widget class="QPushButton" name="copyMultisigAddressButton">
220            <property name="toolTip">
221             <string>Copy the multisig address to the system clipboard</string>
222            </property>
223            <property name="text">
224             <string/>
225            </property>
226            <property name="icon">
227             <iconset resource="../bitcoin.qrc">
228              <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
229            </property>
230            <property name="autoDefault">
231             <bool>false</bool>
232            </property>
233           </widget>
234          </item>
235         </layout>
236        </item>
237        <item>
238         <layout class="QHBoxLayout" name="horizontalLayout_3">
239          <item>
240           <widget class="QLabel" name="redeemScriptLabel">
241            <property name="text">
242             <string>Redeem script:</string>
243            </property>
244           </widget>
245          </item>
246          <item>
247           <widget class="QLineEdit" name="redeemScript">
248            <property name="readOnly">
249             <bool>true</bool>
250            </property>
251           </widget>
252          </item>
253          <item>
254           <widget class="QPushButton" name="copyRedeemScriptButton">
255            <property name="toolTip">
256             <string>Copy the redeem script to the system clipboard</string>
257            </property>
258            <property name="text">
259             <string/>
260            </property>
261            <property name="icon">
262             <iconset resource="../bitcoin.qrc">
263              <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
264            </property>
265            <property name="autoDefault">
266             <bool>false</bool>
267            </property>
268           </widget>
269          </item>
270         </layout>
271        </item>
272        <item>
273         <layout class="QHBoxLayout" name="horizontalLayout_15">
274          <item>
275           <spacer name="horizontalSpacer_11">
276            <property name="orientation">
277             <enum>Qt::Horizontal</enum>
278            </property>
279            <property name="sizeHint" stdset="0">
280             <size>
281              <width>40</width>
282              <height>20</height>
283             </size>
284            </property>
285           </spacer>
286          </item>
287          <item>
288           <widget class="QPushButton" name="saveRedeemScriptButton">
289            <property name="toolTip">
290             <string>The redeem script will be required to spend the funds sent to the multisig address</string>
291            </property>
292            <property name="text">
293             <string>Save redeem script</string>
294            </property>
295           </widget>
296          </item>
297          <item>
298           <widget class="QPushButton" name="saveMultisigAddressButton">
299            <property name="toolTip">
300             <string>Add the multisig address to your personal addresses</string>
301            </property>
302            <property name="text">
303             <string>Add address to wallet</string>
304            </property>
305           </widget>
306          </item>
307         </layout>
308        </item>
309       </layout>
310      </widget>
311      <widget class="QWidget" name="tabSpendFunds">
312       <attribute name="title">
313        <string>&amp;Spend Funds</string>
314       </attribute>
315       <layout class="QVBoxLayout" name="verticalLayout_13">
316        <item>
317         <layout class="QVBoxLayout" name="verticalLayout_8">
318          <item>
319           <layout class="QHBoxLayout" name="horizontalLayout_4">
320            <item>
321             <widget class="QGroupBox" name="inputsBox">
322              <property name="title">
323               <string>Inputs</string>
324              </property>
325              <layout class="QVBoxLayout" name="verticalLayout_6">
326               <item>
327                <widget class="QScrollArea" name="scrollArea_2">
328                 <property name="minimumSize">
329                  <size>
330                   <width>0</width>
331                   <height>0</height>
332                  </size>
333                 </property>
334                 <property name="widgetResizable">
335                  <bool>true</bool>
336                 </property>
337                 <widget class="QWidget" name="scrollAreaWidgetContents_2">
338                  <property name="geometry">
339                   <rect>
340                    <x>0</x>
341                    <y>0</y>
342                    <width>616</width>
343                    <height>271</height>
344                   </rect>
345                  </property>
346                  <layout class="QVBoxLayout" name="verticalLayout_4">
347                   <item>
348                    <layout class="QVBoxLayout" name="inputs"/>
349                   </item>
350                   <item>
351                    <spacer name="verticalSpacer_2">
352                     <property name="orientation">
353                      <enum>Qt::Vertical</enum>
354                     </property>
355                     <property name="sizeHint" stdset="0">
356                      <size>
357                       <width>20</width>
358                       <height>42</height>
359                      </size>
360                     </property>
361                    </spacer>
362                   </item>
363                  </layout>
364                 </widget>
365                </widget>
366               </item>
367               <item>
368                <layout class="QHBoxLayout" name="horizontalLayout_6">
369                 <item>
370                  <spacer name="horizontalSpacer_9">
371                   <property name="orientation">
372                    <enum>Qt::Horizontal</enum>
373                   </property>
374                   <property name="sizeHint" stdset="0">
375                    <size>
376                     <width>40</width>
377                     <height>20</height>
378                    </size>
379                   </property>
380                  </spacer>
381                 </item>
382                 <item>
383                  <widget class="QLabel" name="inputsAmountLabel">
384                   <property name="text">
385                    <string>Inputs amount:</string>
386                   </property>
387                  </widget>
388                 </item>
389                 <item>
390                  <widget class="QLabel" name="inputsAmount">
391                   <property name="text">
392                    <string notr="true">123.456</string>
393                   </property>
394                   <property name="textInteractionFlags">
395                    <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
396                   </property>
397                  </widget>
398                 </item>
399                 <item>
400                  <widget class="QLabel" name="label">
401                   <property name="text">
402                    <string notr="true">NVC</string>
403                   </property>
404                  </widget>
405                 </item>
406                </layout>
407               </item>
408               <item>
409                <layout class="QHBoxLayout" name="horizontalLayout_5">
410                 <item>
411                  <widget class="QPushButton" name="addInputButton">
412                   <property name="text">
413                    <string>Add input...</string>
414                   </property>
415                   <property name="icon">
416                    <iconset resource="../bitcoin.qrc">
417                     <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
418                   </property>
419                  </widget>
420                 </item>
421                 <item>
422                  <spacer name="horizontalSpacer_3">
423                   <property name="orientation">
424                    <enum>Qt::Horizontal</enum>
425                   </property>
426                   <property name="sizeHint" stdset="0">
427                    <size>
428                     <width>40</width>
429                     <height>20</height>
430                    </size>
431                   </property>
432                  </spacer>
433                 </item>
434                </layout>
435               </item>
436              </layout>
437             </widget>
438            </item>
439            <item>
440             <widget class="QGroupBox" name="outputsBox">
441              <property name="title">
442               <string>Outputs</string>
443              </property>
444              <layout class="QVBoxLayout" name="verticalLayout_7">
445               <item>
446                <widget class="QScrollArea" name="scrollArea_3">
447                 <property name="minimumSize">
448                  <size>
449                   <width>0</width>
450                   <height>0</height>
451                  </size>
452                 </property>
453                 <property name="widgetResizable">
454                  <bool>true</bool>
455                 </property>
456                 <widget class="QWidget" name="scrollAreaWidgetContents_3">
457                  <property name="geometry">
458                   <rect>
459                    <x>0</x>
460                    <y>0</y>
461                    <width>615</width>
462                    <height>243</height>
463                   </rect>
464                  </property>
465                  <layout class="QVBoxLayout" name="verticalLayout_5">
466                   <item>
467                    <layout class="QVBoxLayout" name="outputs"/>
468                   </item>
469                   <item>
470                    <spacer name="verticalSpacer_3">
471                     <property name="orientation">
472                      <enum>Qt::Vertical</enum>
473                     </property>
474                     <property name="sizeHint" stdset="0">
475                      <size>
476                       <width>20</width>
477                       <height>42</height>
478                      </size>
479                     </property>
480                    </spacer>
481                   </item>
482                  </layout>
483                 </widget>
484                </widget>
485               </item>
486               <item>
487                <layout class="QHBoxLayout" name="horizontalLayout_7">
488                 <item>
489                  <spacer name="horizontalSpacer_10">
490                   <property name="orientation">
491                    <enum>Qt::Horizontal</enum>
492                   </property>
493                   <property name="sizeHint" stdset="0">
494                    <size>
495                     <width>40</width>
496                     <height>20</height>
497                    </size>
498                   </property>
499                  </spacer>
500                 </item>
501                 <item>
502                  <widget class="QLabel" name="outputsAmountLabel">
503                   <property name="text">
504                    <string>Outputs amount:</string>
505                   </property>
506                  </widget>
507                 </item>
508                 <item>
509                  <widget class="QLabel" name="outputsAmount">
510                   <property name="text">
511                    <string notr="true">123.456</string>
512                   </property>
513                   <property name="textInteractionFlags">
514                    <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
515                   </property>
516                  </widget>
517                 </item>
518                 <item>
519                  <widget class="QLabel" name="label_2">
520                   <property name="text">
521                    <string notr="true">NVC</string>
522                   </property>
523                  </widget>
524                 </item>
525                </layout>
526               </item>
527               <item>
528                <layout class="QHBoxLayout" name="horizontalLayout_16">
529                 <item>
530                  <spacer name="horizontalSpacer_12">
531                   <property name="orientation">
532                    <enum>Qt::Horizontal</enum>
533                   </property>
534                   <property name="sizeHint" stdset="0">
535                    <size>
536                     <width>40</width>
537                     <height>20</height>
538                    </size>
539                   </property>
540                  </spacer>
541                 </item>
542                 <item>
543                  <widget class="QLabel" name="feeLabel">
544                   <property name="text">
545                    <string>Fee:</string>
546                   </property>
547                  </widget>
548                 </item>
549                 <item>
550                  <widget class="QLabel" name="fee">
551                   <property name="text">
552                    <string notr="true">123.456</string>
553                   </property>
554                  </widget>
555                 </item>
556                 <item>
557                  <widget class="QLabel" name="label_3">
558                   <property name="text">
559                    <string notr="true">NVC</string>
560                   </property>
561                  </widget>
562                 </item>
563                </layout>
564               </item>
565               <item>
566                <layout class="QHBoxLayout" name="horizontalLayout_8">
567                 <item>
568                  <widget class="QPushButton" name="addOutputButton">
569                   <property name="text">
570                    <string>Add output...</string>
571                   </property>
572                   <property name="icon">
573                    <iconset resource="../bitcoin.qrc">
574                     <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
575                   </property>
576                  </widget>
577                 </item>
578                 <item>
579                  <spacer name="horizontalSpacer_4">
580                   <property name="orientation">
581                    <enum>Qt::Horizontal</enum>
582                   </property>
583                   <property name="sizeHint" stdset="0">
584                    <size>
585                     <width>40</width>
586                     <height>20</height>
587                    </size>
588                   </property>
589                  </spacer>
590                 </item>
591                </layout>
592               </item>
593              </layout>
594             </widget>
595            </item>
596           </layout>
597          </item>
598          <item>
599           <layout class="QHBoxLayout" name="horizontalLayout_9">
600            <item>
601             <widget class="QPushButton" name="createTransactionButton">
602              <property name="text">
603               <string>Create transaction</string>
604              </property>
605             </widget>
606            </item>
607            <item>
608             <spacer name="horizontalSpacer_5">
609              <property name="orientation">
610               <enum>Qt::Horizontal</enum>
611              </property>
612              <property name="sizeHint" stdset="0">
613               <size>
614                <width>40</width>
615                <height>20</height>
616               </size>
617              </property>
618             </spacer>
619            </item>
620           </layout>
621          </item>
622         </layout>
623        </item>
624        <item>
625         <layout class="QVBoxLayout" name="verticalLayout_10">
626          <item>
627           <layout class="QHBoxLayout" name="horizontalLayout_10">
628            <item>
629             <widget class="QLineEdit" name="transaction">
630              <property name="sizePolicy">
631               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
632                <horstretch>0</horstretch>
633                <verstretch>0</verstretch>
634               </sizepolicy>
635              </property>
636              <property name="placeholderText">
637               <string>Enter a raw transaction or create a new one</string>
638              </property>
639             </widget>
640            </item>
641            <item>
642             <widget class="QPushButton" name="copyTransactionButton">
643              <property name="toolTip">
644               <string/>
645              </property>
646              <property name="text">
647               <string/>
648              </property>
649              <property name="icon">
650               <iconset resource="../bitcoin.qrc">
651                <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
652              </property>
653              <property name="autoDefault">
654               <bool>false</bool>
655              </property>
656             </widget>
657            </item>
658            <item>
659             <widget class="QPushButton" name="pasteTransactionButton">
660              <property name="toolTip">
661               <string>Paste transaction from clipboard</string>
662              </property>
663              <property name="text">
664               <string/>
665              </property>
666              <property name="icon">
667               <iconset resource="../bitcoin.qrc">
668                <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
669              </property>
670              <property name="shortcut">
671               <string>Alt+P</string>
672              </property>
673              <property name="autoDefault">
674               <bool>false</bool>
675              </property>
676             </widget>
677            </item>
678           </layout>
679          </item>
680          <item>
681           <layout class="QHBoxLayout" name="horizontalLayout_11">
682            <item>
683             <widget class="QPushButton" name="signTransactionButton">
684              <property name="text">
685               <string>Sign transaction</string>
686              </property>
687              <property name="icon">
688               <iconset resource="../bitcoin.qrc">
689                <normaloff>:/icons/edit</normaloff>:/icons/edit</iconset>
690              </property>
691             </widget>
692            </item>
693            <item>
694             <spacer name="horizontalSpacer_6">
695              <property name="orientation">
696               <enum>Qt::Horizontal</enum>
697              </property>
698              <property name="sizeHint" stdset="0">
699               <size>
700                <width>40</width>
701                <height>20</height>
702               </size>
703              </property>
704             </spacer>
705            </item>
706           </layout>
707          </item>
708         </layout>
709        </item>
710        <item>
711         <layout class="QVBoxLayout" name="verticalLayout_12">
712          <item>
713           <layout class="QHBoxLayout" name="horizontalLayout_13">
714            <item>
715             <widget class="QLineEdit" name="signedTransaction">
716              <property name="sizePolicy">
717               <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
718                <horstretch>0</horstretch>
719                <verstretch>0</verstretch>
720               </sizepolicy>
721              </property>
722              <property name="readOnly">
723               <bool>true</bool>
724              </property>
725             </widget>
726            </item>
727            <item>
728             <widget class="QPushButton" name="copySignedTransactionButton">
729              <property name="toolTip">
730               <string/>
731              </property>
732              <property name="text">
733               <string/>
734              </property>
735              <property name="icon">
736               <iconset resource="../bitcoin.qrc">
737                <normaloff>:/icons/editcopy</normaloff>:/icons/editcopy</iconset>
738              </property>
739              <property name="autoDefault">
740               <bool>false</bool>
741              </property>
742             </widget>
743            </item>
744           </layout>
745          </item>
746          <item>
747           <layout class="QHBoxLayout" name="horizontalLayout_12">
748            <item>
749             <widget class="QLabel" name="statusLabel">
750              <property name="text">
751               <string/>
752              </property>
753             </widget>
754            </item>
755            <item>
756             <spacer name="horizontalSpacer_7">
757              <property name="orientation">
758               <enum>Qt::Horizontal</enum>
759              </property>
760              <property name="sizeHint" stdset="0">
761               <size>
762                <width>40</width>
763                <height>20</height>
764               </size>
765              </property>
766             </spacer>
767            </item>
768            <item>
769             <widget class="QPushButton" name="sendTransactionButton">
770              <property name="text">
771               <string>Send transaction</string>
772              </property>
773              <property name="icon">
774               <iconset resource="../bitcoin.qrc">
775                <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
776              </property>
777             </widget>
778            </item>
779           </layout>
780          </item>
781         </layout>
782        </item>
783       </layout>
784      </widget>
785     </widget>
786    </item>
787   </layout>
788  </widget>
789  <resources>
790   <include location="../bitcoin.qrc"/>
791  </resources>
792  <connections/>
793 </ui>