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