]> Git Repo - VerusCoin.git/blob - src/qt/forms/sendcoinsentry.ui
Merge pull request #5598
[VerusCoin.git] / src / qt / forms / sendcoinsentry.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SendCoinsEntry</class>
4  <widget class="QStackedWidget" name="SendCoinsEntry">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>729</width>
10     <height>150</height>
11    </rect>
12   </property>
13   <property name="focusPolicy">
14    <enum>Qt::TabFocus</enum>
15   </property>
16   <property name="autoFillBackground">
17    <bool>false</bool>
18   </property>
19   <widget class="QFrame" name="SendCoins">
20    <property name="toolTip">
21     <string>This is a normal payment.</string>
22    </property>
23    <property name="frameShape">
24     <enum>QFrame::StyledPanel</enum>
25    </property>
26    <property name="frameShadow">
27     <enum>QFrame::Sunken</enum>
28    </property>
29    <layout class="QGridLayout" name="gridLayout">
30     <property name="spacing">
31      <number>12</number>
32     </property>
33     <item row="0" column="0">
34      <widget class="QLabel" name="payToLabel">
35       <property name="text">
36        <string>Pay &amp;To:</string>
37       </property>
38       <property name="alignment">
39        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
40       </property>
41       <property name="buddy">
42        <cstring>payTo</cstring>
43       </property>
44      </widget>
45     </item>
46     <item row="0" column="1">
47      <layout class="QHBoxLayout" name="payToLayout">
48       <property name="spacing">
49        <number>0</number>
50       </property>
51       <item>
52        <widget class="QValidatedLineEdit" name="payTo">
53         <property name="toolTip">
54          <string>The Bitcoin address to send the payment to</string>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QToolButton" name="addressBookButton">
60         <property name="toolTip">
61          <string>Choose previously used address</string>
62         </property>
63         <property name="text">
64          <string/>
65         </property>
66         <property name="icon">
67          <iconset resource="../bitcoin.qrc">
68           <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
69         </property>
70         <property name="iconSize">
71          <size>
72           <width>22</width>
73           <height>22</height>
74          </size>
75         </property>
76         <property name="shortcut">
77          <string>Alt+A</string>
78         </property>
79        </widget>
80       </item>
81       <item>
82        <widget class="QToolButton" name="pasteButton">
83         <property name="toolTip">
84          <string>Paste address from clipboard</string>
85         </property>
86         <property name="text">
87          <string/>
88         </property>
89         <property name="icon">
90          <iconset resource="../bitcoin.qrc">
91           <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
92         </property>
93         <property name="iconSize">
94          <size>
95           <width>22</width>
96           <height>22</height>
97          </size>
98         </property>
99         <property name="shortcut">
100          <string>Alt+P</string>
101         </property>
102        </widget>
103       </item>
104       <item>
105        <widget class="QToolButton" name="deleteButton">
106         <property name="toolTip">
107          <string>Remove this entry</string>
108         </property>
109         <property name="text">
110          <string/>
111         </property>
112         <property name="icon">
113          <iconset resource="../bitcoin.qrc">
114           <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
115         </property>
116         <property name="iconSize">
117          <size>
118           <width>22</width>
119           <height>22</height>
120          </size>
121         </property>
122        </widget>
123       </item>
124      </layout>
125     </item>
126     <item row="1" column="0">
127      <widget class="QLabel" name="labellLabel">
128       <property name="text">
129        <string>&amp;Label:</string>
130       </property>
131       <property name="alignment">
132        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
133       </property>
134       <property name="buddy">
135        <cstring>addAsLabel</cstring>
136       </property>
137      </widget>
138     </item>
139     <item row="1" column="1">
140      <widget class="QLineEdit" name="addAsLabel">
141       <property name="toolTip">
142        <string>Enter a label for this address to add it to the list of used addresses</string>
143       </property>
144      </widget>
145     </item>
146     <item row="2" column="0">
147      <widget class="QLabel" name="amountLabel">
148       <property name="text">
149        <string>A&amp;mount:</string>
150       </property>
151       <property name="alignment">
152        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
153       </property>
154       <property name="buddy">
155        <cstring>payAmount</cstring>
156       </property>
157      </widget>
158     </item>
159     <item row="2" column="1">
160      <widget class="BitcoinAmountField" name="payAmount"/>
161     </item>
162     <item row="3" column="0">
163      <widget class="QLabel" name="messageLabel">
164       <property name="text">
165        <string>Message:</string>
166       </property>
167       <property name="alignment">
168        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
169       </property>
170      </widget>
171     </item>
172     <item row="3" column="1">
173      <widget class="QLabel" name="messageTextLabel">
174       <property name="toolTip">
175        <string>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</string>
176       </property>
177       <property name="textFormat">
178        <enum>Qt::PlainText</enum>
179       </property>
180      </widget>
181     </item>
182    </layout>
183   </widget>
184   <widget class="QFrame" name="SendCoins_InsecurePaymentRequest">
185    <property name="palette">
186     <palette>
187      <active>
188       <colorrole role="WindowText">
189        <brush brushstyle="SolidPattern">
190         <color alpha="255">
191          <red>0</red>
192          <green>0</green>
193          <blue>0</blue>
194         </color>
195        </brush>
196       </colorrole>
197       <colorrole role="Button">
198        <brush brushstyle="SolidPattern">
199         <color alpha="255">
200          <red>255</red>
201          <green>255</green>
202          <blue>127</blue>
203         </color>
204        </brush>
205       </colorrole>
206       <colorrole role="Light">
207        <brush brushstyle="SolidPattern">
208         <color alpha="255">
209          <red>255</red>
210          <green>255</green>
211          <blue>255</blue>
212         </color>
213        </brush>
214       </colorrole>
215       <colorrole role="Midlight">
216        <brush brushstyle="SolidPattern">
217         <color alpha="255">
218          <red>255</red>
219          <green>255</green>
220          <blue>191</blue>
221         </color>
222        </brush>
223       </colorrole>
224       <colorrole role="Dark">
225        <brush brushstyle="SolidPattern">
226         <color alpha="255">
227          <red>127</red>
228          <green>127</green>
229          <blue>63</blue>
230         </color>
231        </brush>
232       </colorrole>
233       <colorrole role="Mid">
234        <brush brushstyle="SolidPattern">
235         <color alpha="255">
236          <red>170</red>
237          <green>170</green>
238          <blue>84</blue>
239         </color>
240        </brush>
241       </colorrole>
242       <colorrole role="Text">
243        <brush brushstyle="SolidPattern">
244         <color alpha="255">
245          <red>0</red>
246          <green>0</green>
247          <blue>0</blue>
248         </color>
249        </brush>
250       </colorrole>
251       <colorrole role="BrightText">
252        <brush brushstyle="SolidPattern">
253         <color alpha="255">
254          <red>255</red>
255          <green>255</green>
256          <blue>255</blue>
257         </color>
258        </brush>
259       </colorrole>
260       <colorrole role="ButtonText">
261        <brush brushstyle="SolidPattern">
262         <color alpha="255">
263          <red>0</red>
264          <green>0</green>
265          <blue>0</blue>
266         </color>
267        </brush>
268       </colorrole>
269       <colorrole role="Base">
270        <brush brushstyle="SolidPattern">
271         <color alpha="255">
272          <red>255</red>
273          <green>255</green>
274          <blue>255</blue>
275         </color>
276        </brush>
277       </colorrole>
278       <colorrole role="Window">
279        <brush brushstyle="SolidPattern">
280         <color alpha="255">
281          <red>255</red>
282          <green>255</green>
283          <blue>127</blue>
284         </color>
285        </brush>
286       </colorrole>
287       <colorrole role="Shadow">
288        <brush brushstyle="SolidPattern">
289         <color alpha="255">
290          <red>0</red>
291          <green>0</green>
292          <blue>0</blue>
293         </color>
294        </brush>
295       </colorrole>
296       <colorrole role="AlternateBase">
297        <brush brushstyle="SolidPattern">
298         <color alpha="255">
299          <red>255</red>
300          <green>255</green>
301          <blue>191</blue>
302         </color>
303        </brush>
304       </colorrole>
305       <colorrole role="ToolTipBase">
306        <brush brushstyle="SolidPattern">
307         <color alpha="255">
308          <red>255</red>
309          <green>255</green>
310          <blue>220</blue>
311         </color>
312        </brush>
313       </colorrole>
314       <colorrole role="ToolTipText">
315        <brush brushstyle="SolidPattern">
316         <color alpha="255">
317          <red>0</red>
318          <green>0</green>
319          <blue>0</blue>
320         </color>
321        </brush>
322       </colorrole>
323      </active>
324      <inactive>
325       <colorrole role="WindowText">
326        <brush brushstyle="SolidPattern">
327         <color alpha="255">
328          <red>0</red>
329          <green>0</green>
330          <blue>0</blue>
331         </color>
332        </brush>
333       </colorrole>
334       <colorrole role="Button">
335        <brush brushstyle="SolidPattern">
336         <color alpha="255">
337          <red>255</red>
338          <green>255</green>
339          <blue>127</blue>
340         </color>
341        </brush>
342       </colorrole>
343       <colorrole role="Light">
344        <brush brushstyle="SolidPattern">
345         <color alpha="255">
346          <red>255</red>
347          <green>255</green>
348          <blue>255</blue>
349         </color>
350        </brush>
351       </colorrole>
352       <colorrole role="Midlight">
353        <brush brushstyle="SolidPattern">
354         <color alpha="255">
355          <red>255</red>
356          <green>255</green>
357          <blue>191</blue>
358         </color>
359        </brush>
360       </colorrole>
361       <colorrole role="Dark">
362        <brush brushstyle="SolidPattern">
363         <color alpha="255">
364          <red>127</red>
365          <green>127</green>
366          <blue>63</blue>
367         </color>
368        </brush>
369       </colorrole>
370       <colorrole role="Mid">
371        <brush brushstyle="SolidPattern">
372         <color alpha="255">
373          <red>170</red>
374          <green>170</green>
375          <blue>84</blue>
376         </color>
377        </brush>
378       </colorrole>
379       <colorrole role="Text">
380        <brush brushstyle="SolidPattern">
381         <color alpha="255">
382          <red>0</red>
383          <green>0</green>
384          <blue>0</blue>
385         </color>
386        </brush>
387       </colorrole>
388       <colorrole role="BrightText">
389        <brush brushstyle="SolidPattern">
390         <color alpha="255">
391          <red>255</red>
392          <green>255</green>
393          <blue>255</blue>
394         </color>
395        </brush>
396       </colorrole>
397       <colorrole role="ButtonText">
398        <brush brushstyle="SolidPattern">
399         <color alpha="255">
400          <red>0</red>
401          <green>0</green>
402          <blue>0</blue>
403         </color>
404        </brush>
405       </colorrole>
406       <colorrole role="Base">
407        <brush brushstyle="SolidPattern">
408         <color alpha="255">
409          <red>255</red>
410          <green>255</green>
411          <blue>255</blue>
412         </color>
413        </brush>
414       </colorrole>
415       <colorrole role="Window">
416        <brush brushstyle="SolidPattern">
417         <color alpha="255">
418          <red>255</red>
419          <green>255</green>
420          <blue>127</blue>
421         </color>
422        </brush>
423       </colorrole>
424       <colorrole role="Shadow">
425        <brush brushstyle="SolidPattern">
426         <color alpha="255">
427          <red>0</red>
428          <green>0</green>
429          <blue>0</blue>
430         </color>
431        </brush>
432       </colorrole>
433       <colorrole role="AlternateBase">
434        <brush brushstyle="SolidPattern">
435         <color alpha="255">
436          <red>255</red>
437          <green>255</green>
438          <blue>191</blue>
439         </color>
440        </brush>
441       </colorrole>
442       <colorrole role="ToolTipBase">
443        <brush brushstyle="SolidPattern">
444         <color alpha="255">
445          <red>255</red>
446          <green>255</green>
447          <blue>220</blue>
448         </color>
449        </brush>
450       </colorrole>
451       <colorrole role="ToolTipText">
452        <brush brushstyle="SolidPattern">
453         <color alpha="255">
454          <red>0</red>
455          <green>0</green>
456          <blue>0</blue>
457         </color>
458        </brush>
459       </colorrole>
460      </inactive>
461      <disabled>
462       <colorrole role="WindowText">
463        <brush brushstyle="SolidPattern">
464         <color alpha="255">
465          <red>127</red>
466          <green>127</green>
467          <blue>63</blue>
468         </color>
469        </brush>
470       </colorrole>
471       <colorrole role="Button">
472        <brush brushstyle="SolidPattern">
473         <color alpha="255">
474          <red>255</red>
475          <green>255</green>
476          <blue>127</blue>
477         </color>
478        </brush>
479       </colorrole>
480       <colorrole role="Light">
481        <brush brushstyle="SolidPattern">
482         <color alpha="255">
483          <red>255</red>
484          <green>255</green>
485          <blue>255</blue>
486         </color>
487        </brush>
488       </colorrole>
489       <colorrole role="Midlight">
490        <brush brushstyle="SolidPattern">
491         <color alpha="255">
492          <red>255</red>
493          <green>255</green>
494          <blue>191</blue>
495         </color>
496        </brush>
497       </colorrole>
498       <colorrole role="Dark">
499        <brush brushstyle="SolidPattern">
500         <color alpha="255">
501          <red>127</red>
502          <green>127</green>
503          <blue>63</blue>
504         </color>
505        </brush>
506       </colorrole>
507       <colorrole role="Mid">
508        <brush brushstyle="SolidPattern">
509         <color alpha="255">
510          <red>170</red>
511          <green>170</green>
512          <blue>84</blue>
513         </color>
514        </brush>
515       </colorrole>
516       <colorrole role="Text">
517        <brush brushstyle="SolidPattern">
518         <color alpha="255">
519          <red>127</red>
520          <green>127</green>
521          <blue>63</blue>
522         </color>
523        </brush>
524       </colorrole>
525       <colorrole role="BrightText">
526        <brush brushstyle="SolidPattern">
527         <color alpha="255">
528          <red>255</red>
529          <green>255</green>
530          <blue>255</blue>
531         </color>
532        </brush>
533       </colorrole>
534       <colorrole role="ButtonText">
535        <brush brushstyle="SolidPattern">
536         <color alpha="255">
537          <red>127</red>
538          <green>127</green>
539          <blue>63</blue>
540         </color>
541        </brush>
542       </colorrole>
543       <colorrole role="Base">
544        <brush brushstyle="SolidPattern">
545         <color alpha="255">
546          <red>255</red>
547          <green>255</green>
548          <blue>127</blue>
549         </color>
550        </brush>
551       </colorrole>
552       <colorrole role="Window">
553        <brush brushstyle="SolidPattern">
554         <color alpha="255">
555          <red>255</red>
556          <green>255</green>
557          <blue>127</blue>
558         </color>
559        </brush>
560       </colorrole>
561       <colorrole role="Shadow">
562        <brush brushstyle="SolidPattern">
563         <color alpha="255">
564          <red>0</red>
565          <green>0</green>
566          <blue>0</blue>
567         </color>
568        </brush>
569       </colorrole>
570       <colorrole role="AlternateBase">
571        <brush brushstyle="SolidPattern">
572         <color alpha="255">
573          <red>255</red>
574          <green>255</green>
575          <blue>127</blue>
576         </color>
577        </brush>
578       </colorrole>
579       <colorrole role="ToolTipBase">
580        <brush brushstyle="SolidPattern">
581         <color alpha="255">
582          <red>255</red>
583          <green>255</green>
584          <blue>220</blue>
585         </color>
586        </brush>
587       </colorrole>
588       <colorrole role="ToolTipText">
589        <brush brushstyle="SolidPattern">
590         <color alpha="255">
591          <red>0</red>
592          <green>0</green>
593          <blue>0</blue>
594         </color>
595        </brush>
596       </colorrole>
597      </disabled>
598     </palette>
599    </property>
600    <property name="toolTip">
601     <string>This is an unverified payment request.</string>
602    </property>
603    <property name="autoFillBackground">
604     <bool>true</bool>
605    </property>
606    <property name="frameShape">
607     <enum>QFrame::StyledPanel</enum>
608    </property>
609    <property name="frameShadow">
610     <enum>QFrame::Sunken</enum>
611    </property>
612    <layout class="QGridLayout" name="gridLayout_is">
613     <property name="spacing">
614      <number>12</number>
615     </property>
616     <item row="0" column="0">
617      <widget class="QLabel" name="payToLabel_is">
618       <property name="text">
619        <string>Pay To:</string>
620       </property>
621       <property name="alignment">
622        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
623       </property>
624      </widget>
625     </item>
626     <item row="0" column="1">
627      <layout class="QHBoxLayout" name="payToLayout_is">
628       <property name="spacing">
629        <number>0</number>
630       </property>
631       <item>
632        <widget class="QLabel" name="payTo_is"/>
633       </item>
634       <item>
635        <widget class="QToolButton" name="deleteButton_is">
636         <property name="toolTip">
637          <string>Remove this entry</string>
638         </property>
639         <property name="text">
640          <string/>
641         </property>
642         <property name="icon">
643          <iconset resource="../bitcoin.qrc">
644           <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
645         </property>
646        </widget>
647       </item>
648      </layout>
649     </item>
650     <item row="1" column="0">
651      <widget class="QLabel" name="memoLabel_is">
652       <property name="text">
653        <string>Memo:</string>
654       </property>
655       <property name="alignment">
656        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
657       </property>
658      </widget>
659     </item>
660     <item row="1" column="1">
661      <widget class="QLabel" name="memoTextLabel_is">
662       <property name="textFormat">
663        <enum>Qt::PlainText</enum>
664       </property>
665      </widget>
666     </item>
667     <item row="2" column="0">
668      <widget class="QLabel" name="amountLabel_is">
669       <property name="text">
670        <string>A&amp;mount:</string>
671       </property>
672       <property name="alignment">
673        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
674       </property>
675       <property name="buddy">
676        <cstring>payAmount_is</cstring>
677       </property>
678      </widget>
679     </item>
680     <item row="2" column="1">
681      <widget class="BitcoinAmountField" name="payAmount_is">
682       <property name="acceptDrops">
683        <bool>false</bool>
684       </property>
685      </widget>
686     </item>
687    </layout>
688   </widget>
689   <widget class="QFrame" name="SendCoins_SecurePaymentRequest">
690    <property name="palette">
691     <palette>
692      <active>
693       <colorrole role="WindowText">
694        <brush brushstyle="SolidPattern">
695         <color alpha="255">
696          <red>0</red>
697          <green>0</green>
698          <blue>0</blue>
699         </color>
700        </brush>
701       </colorrole>
702       <colorrole role="Button">
703        <brush brushstyle="SolidPattern">
704         <color alpha="255">
705          <red>140</red>
706          <green>232</green>
707          <blue>119</blue>
708         </color>
709        </brush>
710       </colorrole>
711       <colorrole role="Light">
712        <brush brushstyle="SolidPattern">
713         <color alpha="255">
714          <red>230</red>
715          <green>255</green>
716          <blue>224</blue>
717         </color>
718        </brush>
719       </colorrole>
720       <colorrole role="Midlight">
721        <brush brushstyle="SolidPattern">
722         <color alpha="255">
723          <red>185</red>
724          <green>243</green>
725          <blue>171</blue>
726         </color>
727        </brush>
728       </colorrole>
729       <colorrole role="Dark">
730        <brush brushstyle="SolidPattern">
731         <color alpha="255">
732          <red>70</red>
733          <green>116</green>
734          <blue>59</blue>
735         </color>
736        </brush>
737       </colorrole>
738       <colorrole role="Mid">
739        <brush brushstyle="SolidPattern">
740         <color alpha="255">
741          <red>93</red>
742          <green>155</green>
743          <blue>79</blue>
744         </color>
745        </brush>
746       </colorrole>
747       <colorrole role="Text">
748        <brush brushstyle="SolidPattern">
749         <color alpha="255">
750          <red>0</red>
751          <green>0</green>
752          <blue>0</blue>
753         </color>
754        </brush>
755       </colorrole>
756       <colorrole role="BrightText">
757        <brush brushstyle="SolidPattern">
758         <color alpha="255">
759          <red>155</red>
760          <green>255</green>
761          <blue>147</blue>
762         </color>
763        </brush>
764       </colorrole>
765       <colorrole role="ButtonText">
766        <brush brushstyle="SolidPattern">
767         <color alpha="255">
768          <red>0</red>
769          <green>0</green>
770          <blue>0</blue>
771         </color>
772        </brush>
773       </colorrole>
774       <colorrole role="Base">
775        <brush brushstyle="SolidPattern">
776         <color alpha="255">
777          <red>119</red>
778          <green>255</green>
779          <blue>233</blue>
780         </color>
781        </brush>
782       </colorrole>
783       <colorrole role="Window">
784        <brush brushstyle="SolidPattern">
785         <color alpha="255">
786          <red>140</red>
787          <green>232</green>
788          <blue>119</blue>
789         </color>
790        </brush>
791       </colorrole>
792       <colorrole role="Shadow">
793        <brush brushstyle="SolidPattern">
794         <color alpha="255">
795          <red>0</red>
796          <green>0</green>
797          <blue>0</blue>
798         </color>
799        </brush>
800       </colorrole>
801       <colorrole role="AlternateBase">
802        <brush brushstyle="SolidPattern">
803         <color alpha="255">
804          <red>197</red>
805          <green>243</green>
806          <blue>187</blue>
807         </color>
808        </brush>
809       </colorrole>
810       <colorrole role="NoRole">
811        <brush brushstyle="SolidPattern">
812         <color alpha="255">
813          <red>125</red>
814          <green>194</green>
815          <blue>122</blue>
816         </color>
817        </brush>
818       </colorrole>
819       <colorrole role="ToolTipBase">
820        <brush brushstyle="SolidPattern">
821         <color alpha="255">
822          <red>255</red>
823          <green>255</green>
824          <blue>220</blue>
825         </color>
826        </brush>
827       </colorrole>
828       <colorrole role="ToolTipText">
829        <brush brushstyle="SolidPattern">
830         <color alpha="255">
831          <red>0</red>
832          <green>0</green>
833          <blue>0</blue>
834         </color>
835        </brush>
836       </colorrole>
837      </active>
838      <inactive>
839       <colorrole role="WindowText">
840        <brush brushstyle="SolidPattern">
841         <color alpha="255">
842          <red>0</red>
843          <green>0</green>
844          <blue>0</blue>
845         </color>
846        </brush>
847       </colorrole>
848       <colorrole role="Button">
849        <brush brushstyle="SolidPattern">
850         <color alpha="255">
851          <red>140</red>
852          <green>232</green>
853          <blue>119</blue>
854         </color>
855        </brush>
856       </colorrole>
857       <colorrole role="Light">
858        <brush brushstyle="SolidPattern">
859         <color alpha="255">
860          <red>230</red>
861          <green>255</green>
862          <blue>224</blue>
863         </color>
864        </brush>
865       </colorrole>
866       <colorrole role="Midlight">
867        <brush brushstyle="SolidPattern">
868         <color alpha="255">
869          <red>185</red>
870          <green>243</green>
871          <blue>171</blue>
872         </color>
873        </brush>
874       </colorrole>
875       <colorrole role="Dark">
876        <brush brushstyle="SolidPattern">
877         <color alpha="255">
878          <red>70</red>
879          <green>116</green>
880          <blue>59</blue>
881         </color>
882        </brush>
883       </colorrole>
884       <colorrole role="Mid">
885        <brush brushstyle="SolidPattern">
886         <color alpha="255">
887          <red>93</red>
888          <green>155</green>
889          <blue>79</blue>
890         </color>
891        </brush>
892       </colorrole>
893       <colorrole role="Text">
894        <brush brushstyle="SolidPattern">
895         <color alpha="255">
896          <red>0</red>
897          <green>0</green>
898          <blue>0</blue>
899         </color>
900        </brush>
901       </colorrole>
902       <colorrole role="BrightText">
903        <brush brushstyle="SolidPattern">
904         <color alpha="255">
905          <red>155</red>
906          <green>255</green>
907          <blue>147</blue>
908         </color>
909        </brush>
910       </colorrole>
911       <colorrole role="ButtonText">
912        <brush brushstyle="SolidPattern">
913         <color alpha="255">
914          <red>0</red>
915          <green>0</green>
916          <blue>0</blue>
917         </color>
918        </brush>
919       </colorrole>
920       <colorrole role="Base">
921        <brush brushstyle="SolidPattern">
922         <color alpha="255">
923          <red>119</red>
924          <green>255</green>
925          <blue>233</blue>
926         </color>
927        </brush>
928       </colorrole>
929       <colorrole role="Window">
930        <brush brushstyle="SolidPattern">
931         <color alpha="255">
932          <red>140</red>
933          <green>232</green>
934          <blue>119</blue>
935         </color>
936        </brush>
937       </colorrole>
938       <colorrole role="Shadow">
939        <brush brushstyle="SolidPattern">
940         <color alpha="255">
941          <red>0</red>
942          <green>0</green>
943          <blue>0</blue>
944         </color>
945        </brush>
946       </colorrole>
947       <colorrole role="AlternateBase">
948        <brush brushstyle="SolidPattern">
949         <color alpha="255">
950          <red>197</red>
951          <green>243</green>
952          <blue>187</blue>
953         </color>
954        </brush>
955       </colorrole>
956       <colorrole role="NoRole">
957        <brush brushstyle="SolidPattern">
958         <color alpha="255">
959          <red>125</red>
960          <green>194</green>
961          <blue>122</blue>
962         </color>
963        </brush>
964       </colorrole>
965       <colorrole role="ToolTipBase">
966        <brush brushstyle="SolidPattern">
967         <color alpha="255">
968          <red>255</red>
969          <green>255</green>
970          <blue>220</blue>
971         </color>
972        </brush>
973       </colorrole>
974       <colorrole role="ToolTipText">
975        <brush brushstyle="SolidPattern">
976         <color alpha="255">
977          <red>0</red>
978          <green>0</green>
979          <blue>0</blue>
980         </color>
981        </brush>
982       </colorrole>
983      </inactive>
984      <disabled>
985       <colorrole role="WindowText">
986        <brush brushstyle="SolidPattern">
987         <color alpha="255">
988          <red>70</red>
989          <green>116</green>
990          <blue>59</blue>
991         </color>
992        </brush>
993       </colorrole>
994       <colorrole role="Button">
995        <brush brushstyle="SolidPattern">
996         <color alpha="255">
997          <red>140</red>
998          <green>232</green>
999          <blue>119</blue>
1000         </color>
1001        </brush>
1002       </colorrole>
1003       <colorrole role="Light">
1004        <brush brushstyle="SolidPattern">
1005         <color alpha="255">
1006          <red>230</red>
1007          <green>255</green>
1008          <blue>224</blue>
1009         </color>
1010        </brush>
1011       </colorrole>
1012       <colorrole role="Midlight">
1013        <brush brushstyle="SolidPattern">
1014         <color alpha="255">
1015          <red>185</red>
1016          <green>243</green>
1017          <blue>171</blue>
1018         </color>
1019        </brush>
1020       </colorrole>
1021       <colorrole role="Dark">
1022        <brush brushstyle="SolidPattern">
1023         <color alpha="255">
1024          <red>70</red>
1025          <green>116</green>
1026          <blue>59</blue>
1027         </color>
1028        </brush>
1029       </colorrole>
1030       <colorrole role="Mid">
1031        <brush brushstyle="SolidPattern">
1032         <color alpha="255">
1033          <red>93</red>
1034          <green>155</green>
1035          <blue>79</blue>
1036         </color>
1037        </brush>
1038       </colorrole>
1039       <colorrole role="Text">
1040        <brush brushstyle="SolidPattern">
1041         <color alpha="255">
1042          <red>70</red>
1043          <green>116</green>
1044          <blue>59</blue>
1045         </color>
1046        </brush>
1047       </colorrole>
1048       <colorrole role="BrightText">
1049        <brush brushstyle="SolidPattern">
1050         <color alpha="255">
1051          <red>155</red>
1052          <green>255</green>
1053          <blue>147</blue>
1054         </color>
1055        </brush>
1056       </colorrole>
1057       <colorrole role="ButtonText">
1058        <brush brushstyle="SolidPattern">
1059         <color alpha="255">
1060          <red>70</red>
1061          <green>116</green>
1062          <blue>59</blue>
1063         </color>
1064        </brush>
1065       </colorrole>
1066       <colorrole role="Base">
1067        <brush brushstyle="SolidPattern">
1068         <color alpha="255">
1069          <red>140</red>
1070          <green>232</green>
1071          <blue>119</blue>
1072         </color>
1073        </brush>
1074       </colorrole>
1075       <colorrole role="Window">
1076        <brush brushstyle="SolidPattern">
1077         <color alpha="255">
1078          <red>140</red>
1079          <green>232</green>
1080          <blue>119</blue>
1081         </color>
1082        </brush>
1083       </colorrole>
1084       <colorrole role="Shadow">
1085        <brush brushstyle="SolidPattern">
1086         <color alpha="255">
1087          <red>0</red>
1088          <green>0</green>
1089          <blue>0</blue>
1090         </color>
1091        </brush>
1092       </colorrole>
1093       <colorrole role="AlternateBase">
1094        <brush brushstyle="SolidPattern">
1095         <color alpha="255">
1096          <red>140</red>
1097          <green>232</green>
1098          <blue>119</blue>
1099         </color>
1100        </brush>
1101       </colorrole>
1102       <colorrole role="NoRole">
1103        <brush brushstyle="SolidPattern">
1104         <color alpha="255">
1105          <red>125</red>
1106          <green>194</green>
1107          <blue>122</blue>
1108         </color>
1109        </brush>
1110       </colorrole>
1111       <colorrole role="ToolTipBase">
1112        <brush brushstyle="SolidPattern">
1113         <color alpha="255">
1114          <red>255</red>
1115          <green>255</green>
1116          <blue>220</blue>
1117         </color>
1118        </brush>
1119       </colorrole>
1120       <colorrole role="ToolTipText">
1121        <brush brushstyle="SolidPattern">
1122         <color alpha="255">
1123          <red>0</red>
1124          <green>0</green>
1125          <blue>0</blue>
1126         </color>
1127        </brush>
1128       </colorrole>
1129      </disabled>
1130     </palette>
1131    </property>
1132    <property name="toolTip">
1133     <string>This is a verified payment request.</string>
1134    </property>
1135    <property name="autoFillBackground">
1136     <bool>true</bool>
1137    </property>
1138    <property name="frameShape">
1139     <enum>QFrame::StyledPanel</enum>
1140    </property>
1141    <property name="frameShadow">
1142     <enum>QFrame::Sunken</enum>
1143    </property>
1144    <layout class="QGridLayout" name="gridLayout_s">
1145     <property name="spacing">
1146      <number>12</number>
1147     </property>
1148     <item row="0" column="0">
1149      <widget class="QLabel" name="payToLabel_s">
1150       <property name="text">
1151        <string>Pay To:</string>
1152       </property>
1153       <property name="alignment">
1154        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1155       </property>
1156      </widget>
1157     </item>
1158     <item row="0" column="1">
1159      <layout class="QHBoxLayout" name="payToLayout_s">
1160       <property name="spacing">
1161        <number>0</number>
1162       </property>
1163       <item>
1164        <widget class="QLabel" name="payTo_s">
1165         <property name="textFormat">
1166          <enum>Qt::PlainText</enum>
1167         </property>
1168        </widget>
1169       </item>
1170       <item>
1171        <widget class="QToolButton" name="deleteButton_s">
1172         <property name="toolTip">
1173          <string>Remove this entry</string>
1174         </property>
1175         <property name="text">
1176          <string/>
1177         </property>
1178         <property name="icon">
1179          <iconset resource="../bitcoin.qrc">
1180           <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
1181         </property>
1182        </widget>
1183       </item>
1184      </layout>
1185     </item>
1186     <item row="1" column="0">
1187      <widget class="QLabel" name="memoLabel_s">
1188       <property name="text">
1189        <string>Memo:</string>
1190       </property>
1191       <property name="alignment">
1192        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1193       </property>
1194      </widget>
1195     </item>
1196     <item row="1" column="1">
1197      <widget class="QLabel" name="memoTextLabel_s">
1198       <property name="textFormat">
1199        <enum>Qt::PlainText</enum>
1200       </property>
1201      </widget>
1202     </item>
1203     <item row="2" column="0">
1204      <widget class="QLabel" name="amountLabel_s">
1205       <property name="text">
1206        <string>A&amp;mount:</string>
1207       </property>
1208       <property name="alignment">
1209        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1210       </property>
1211       <property name="buddy">
1212        <cstring>payAmount_s</cstring>
1213       </property>
1214      </widget>
1215     </item>
1216     <item row="2" column="1">
1217      <widget class="BitcoinAmountField" name="payAmount_s">
1218       <property name="acceptDrops">
1219        <bool>false</bool>
1220       </property>
1221      </widget>
1222     </item>
1223    </layout>
1224   </widget>
1225  </widget>
1226  <customwidgets>
1227   <customwidget>
1228    <class>QValidatedLineEdit</class>
1229    <extends>QLineEdit</extends>
1230    <header>qvalidatedlineedit.h</header>
1231   </customwidget>
1232   <customwidget>
1233    <class>BitcoinAmountField</class>
1234    <extends>QLineEdit</extends>
1235    <header>bitcoinamountfield.h</header>
1236   </customwidget>
1237  </customwidgets>
1238  <tabstops>
1239   <tabstop>payTo</tabstop>
1240   <tabstop>addressBookButton</tabstop>
1241   <tabstop>pasteButton</tabstop>
1242   <tabstop>deleteButton</tabstop>
1243   <tabstop>addAsLabel</tabstop>
1244   <tabstop>payAmount</tabstop>
1245   <tabstop>payAmount_is</tabstop>
1246   <tabstop>deleteButton_is</tabstop>
1247   <tabstop>payAmount_s</tabstop>
1248   <tabstop>deleteButton_s</tabstop>
1249  </tabstops>
1250  <resources>
1251   <include location="../bitcoin.qrc"/>
1252  </resources>
1253  <connections/>
1254 </ui>
This page took 0.098307 seconds and 4 git commands to generate.