Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / sendcoinsentry.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SendCoinsEntry</class>
4  <widget class="QFrame" name="SendCoinsEntry">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>729</width>
10     <height>136</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <property name="frameShape">
17    <enum>QFrame::StyledPanel</enum>
18   </property>
19   <property name="frameShadow">
20    <enum>QFrame::Sunken</enum>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <property name="spacing">
24     <number>12</number>
25    </property>
26    <item row="5" column="0">
27     <widget class="QLabel" name="label">
28      <property name="text">
29       <string>A&amp;mount:</string>
30      </property>
31      <property name="alignment">
32       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33      </property>
34      <property name="buddy">
35       <cstring>payAmount</cstring>
36      </property>
37     </widget>
38    </item>
39    <item row="3" column="0">
40     <widget class="QLabel" name="label_2">
41      <property name="text">
42       <string>Pay &amp;To:</string>
43      </property>
44      <property name="alignment">
45       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
46      </property>
47      <property name="buddy">
48       <cstring>payTo</cstring>
49      </property>
50     </widget>
51    </item>
52    <item row="5" column="1">
53     <widget class="BitcoinAmountField" name="payAmount"/>
54    </item>
55    <item row="4" column="1">
56     <layout class="QHBoxLayout" name="horizontalLayout_2">
57      <property name="spacing">
58       <number>0</number>
59      </property>
60      <item>
61       <widget class="QValidatedLineEdit" name="addAsLabel" native="true">
62        <property name="enabled">
63         <bool>true</bool>
64        </property>
65        <property name="toolTip">
66         <string>Enter a label for this address to add it to your address book</string>
67        </property>
68       </widget>
69      </item>
70     </layout>
71    </item>
72    <item row="4" column="0">
73     <widget class="QLabel" name="label_4">
74      <property name="text">
75       <string>&amp;Label:</string>
76      </property>
77      <property name="alignment">
78       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
79      </property>
80      <property name="buddy">
81       <cstring>addAsLabel</cstring>
82      </property>
83     </widget>
84    </item>
85    <item row="3" column="1">
86     <layout class="QHBoxLayout" name="payToLayout">
87      <property name="spacing">
88       <number>0</number>
89      </property>
90      <item>
91       <widget class="QValidatedLineEdit" name="payTo" native="true">
92        <property name="toolTip">
93         <string>The address to send the payment to  (e.g. 4Zo1ga6xuKuQ7JV7M9rGDoxdbYwV5zgQJ5)</string>
94        </property>
95        <property name="maxLength" stdset="0">
96         <number>100</number>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <widget class="QToolButton" name="addressBookButton">
102        <property name="toolTip">
103         <string>Choose address from address book</string>
104        </property>
105        <property name="text">
106         <string/>
107        </property>
108        <property name="icon">
109         <iconset resource="../bitcoin.qrc">
110          <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
111        </property>
112        <property name="shortcut">
113         <string>Alt+A</string>
114        </property>
115       </widget>
116      </item>
117      <item>
118       <widget class="QToolButton" name="pasteButton">
119        <property name="toolTip">
120         <string>Paste address from clipboard</string>
121        </property>
122        <property name="text">
123         <string/>
124        </property>
125        <property name="icon">
126         <iconset resource="../bitcoin.qrc">
127          <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
128        </property>
129        <property name="shortcut">
130         <string>Alt+P</string>
131        </property>
132       </widget>
133      </item>
134      <item>
135       <widget class="QToolButton" name="deleteButton">
136        <property name="toolTip">
137         <string>Remove this recipient</string>
138        </property>
139        <property name="text">
140         <string/>
141        </property>
142        <property name="icon">
143         <iconset resource="../bitcoin.qrc">
144          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
145        </property>
146       </widget>
147      </item>
148     </layout>
149    </item>
150   </layout>
151  </widget>
152  <customwidgets>
153   <customwidget>
154    <class>QValidatedLineEdit</class>
155    <extends>QWidget</extends>
156    <header>qvalidatedlineedit.h</header>
157   </customwidget>
158   <customwidget>
159    <class>BitcoinAmountField</class>
160    <extends>QLineEdit</extends>
161    <header>bitcoinamountfield.h</header>
162    <container>1</container>
163   </customwidget>
164  </customwidgets>
165  <resources>
166   <include location="../bitcoin.qrc"/>
167  </resources>
168  <connections/>
169 </ui>