3212424896b911f20ed8315deecae4f45c2b04fd
[novacoin.git] / src / qt / forms / sendcoinsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SendCoinsDialog</class>
4  <widget class="QDialog" name="SendCoinsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>736</width>
10     <height>193</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Send Coins</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="3" column="1">
20       <layout class="QHBoxLayout" name="horizontalLayout_3">
21        <property name="spacing">
22         <number>0</number>
23        </property>
24        <item>
25         <widget class="QLineEdit" name="payTo">
26          <property name="toolTip">
27           <string>The address to send the payment to  (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
28          </property>
29          <property name="maxLength">
30           <number>34</number>
31          </property>
32         </widget>
33        </item>
34        <item>
35         <widget class="QPushButton" name="addressBookButton">
36          <property name="toolTip">
37           <string>Look up adress in address book</string>
38          </property>
39          <property name="text">
40           <string/>
41          </property>
42          <property name="icon">
43           <iconset resource="../bitcoin.qrc">
44            <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
45          </property>
46          <property name="shortcut">
47           <string>Alt+A</string>
48          </property>
49          <property name="autoDefault">
50           <bool>false</bool>
51          </property>
52          <property name="flat">
53           <bool>false</bool>
54          </property>
55         </widget>
56        </item>
57        <item>
58         <widget class="QPushButton" name="pasteButton">
59          <property name="toolTip">
60           <string>Paste address from system clipboard</string>
61          </property>
62          <property name="text">
63           <string/>
64          </property>
65          <property name="icon">
66           <iconset resource="../bitcoin.qrc">
67            <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
68          </property>
69          <property name="shortcut">
70           <string>Alt+P</string>
71          </property>
72          <property name="autoDefault">
73           <bool>false</bool>
74          </property>
75         </widget>
76        </item>
77       </layout>
78      </item>
79      <item row="5" column="0">
80       <widget class="QLabel" name="label">
81        <property name="text">
82         <string>A&amp;mount:</string>
83        </property>
84        <property name="alignment">
85         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
86        </property>
87        <property name="buddy">
88         <cstring>payAmount</cstring>
89        </property>
90       </widget>
91      </item>
92      <item row="3" column="0">
93       <widget class="QLabel" name="label_2">
94        <property name="text">
95         <string>Pay &amp;To:</string>
96        </property>
97        <property name="alignment">
98         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
99        </property>
100        <property name="buddy">
101         <cstring>payTo</cstring>
102        </property>
103       </widget>
104      </item>
105      <item row="2" column="1">
106       <widget class="QLabel" name="label_3">
107        <property name="font">
108         <font>
109          <pointsize>9</pointsize>
110         </font>
111        </property>
112        <property name="text">
113         <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
114        </property>
115       </widget>
116      </item>
117      <item row="5" column="1">
118       <widget class="BitcoinAmountField" name="payAmount"/>
119      </item>
120      <item row="4" column="1">
121       <layout class="QHBoxLayout" name="horizontalLayout_2">
122        <item>
123         <widget class="QCheckBox" name="addToAddressBook">
124          <property name="toolTip">
125           <string>Add specified destination address to address book</string>
126          </property>
127          <property name="text">
128           <string>A&amp;dd to address book as</string>
129          </property>
130         </widget>
131        </item>
132        <item>
133         <widget class="QLineEdit" name="addAsLabel">
134          <property name="enabled">
135           <bool>false</bool>
136          </property>
137          <property name="toolTip">
138           <string>Label to add address as</string>
139          </property>
140         </widget>
141        </item>
142       </layout>
143      </item>
144     </layout>
145    </item>
146    <item>
147     <spacer name="verticalSpacer">
148      <property name="orientation">
149       <enum>Qt::Vertical</enum>
150      </property>
151      <property name="sizeHint" stdset="0">
152       <size>
153        <width>20</width>
154        <height>40</height>
155       </size>
156      </property>
157     </spacer>
158    </item>
159    <item>
160     <layout class="QHBoxLayout" name="horizontalLayout">
161      <item>
162       <spacer name="horizontalSpacer">
163        <property name="orientation">
164         <enum>Qt::Horizontal</enum>
165        </property>
166        <property name="sizeHint" stdset="0">
167         <size>
168          <width>40</width>
169          <height>20</height>
170         </size>
171        </property>
172       </spacer>
173      </item>
174      <item>
175       <widget class="QPushButton" name="sendButton">
176        <property name="toolTip">
177         <string>Confirm the send action</string>
178        </property>
179        <property name="text">
180         <string>&amp;Send</string>
181        </property>
182        <property name="icon">
183         <iconset resource="../bitcoin.qrc">
184          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
185        </property>
186        <property name="default">
187         <bool>true</bool>
188        </property>
189       </widget>
190      </item>
191      <item>
192       <widget class="QDialogButtonBox" name="buttonBox">
193        <property name="sizePolicy">
194         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
195          <horstretch>0</horstretch>
196          <verstretch>0</verstretch>
197         </sizepolicy>
198        </property>
199        <property name="toolTip">
200         <string>Abort the send action</string>
201        </property>
202        <property name="standardButtons">
203         <set>QDialogButtonBox::Cancel</set>
204        </property>
205       </widget>
206      </item>
207     </layout>
208    </item>
209   </layout>
210  </widget>
211  <customwidgets>
212   <customwidget>
213    <class>BitcoinAmountField</class>
214    <extends>QLineEdit</extends>
215    <header>bitcoinamountfield.h</header>
216    <container>1</container>
217   </customwidget>
218  </customwidgets>
219  <tabstops>
220   <tabstop>payTo</tabstop>
221   <tabstop>addToAddressBook</tabstop>
222   <tabstop>addAsLabel</tabstop>
223   <tabstop>payAmount</tabstop>
224   <tabstop>addressBookButton</tabstop>
225   <tabstop>pasteButton</tabstop>
226   <tabstop>sendButton</tabstop>
227   <tabstop>buttonBox</tabstop>
228  </tabstops>
229  <resources>
230   <include location="../bitcoin.qrc"/>
231  </resources>
232  <connections/>
233 </ui>