a5c38a530678283c4d6ea6cf1907a156b7cca823
[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         </widget>
111        </item>
112        <item>
113         <widget class="QPushButton" name="addressBookButton">
114          <property name="toolTip">
115           <string>Look up adress in address book</string>
116          </property>
117          <property name="text">
118           <string/>
119          </property>
120          <property name="icon">
121           <iconset resource="../bitcoin.qrc">
122            <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
123          </property>
124          <property name="shortcut">
125           <string>Alt+A</string>
126          </property>
127          <property name="autoDefault">
128           <bool>false</bool>
129          </property>
130          <property name="flat">
131           <bool>false</bool>
132          </property>
133         </widget>
134        </item>
135        <item>
136         <widget class="QPushButton" name="pasteButton">
137          <property name="toolTip">
138           <string>Paste address from system clipboard</string>
139          </property>
140          <property name="text">
141           <string/>
142          </property>
143          <property name="icon">
144           <iconset resource="../bitcoin.qrc">
145            <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
146          </property>
147          <property name="shortcut">
148           <string>Alt+P</string>
149          </property>
150          <property name="autoDefault">
151           <bool>false</bool>
152          </property>
153         </widget>
154        </item>
155       </layout>
156      </item>
157     </layout>
158    </item>
159    <item>
160     <layout class="QHBoxLayout" name="horizontalLayout">
161      <property name="spacing">
162       <number>12</number>
163      </property>
164      <item>
165       <spacer name="horizontalSpacer">
166        <property name="orientation">
167         <enum>Qt::Horizontal</enum>
168        </property>
169        <property name="sizeHint" stdset="0">
170         <size>
171          <width>40</width>
172          <height>20</height>
173         </size>
174        </property>
175       </spacer>
176      </item>
177      <item>
178       <widget class="QPushButton" name="sendButton">
179        <property name="minimumSize">
180         <size>
181          <width>120</width>
182          <height>0</height>
183         </size>
184        </property>
185        <property name="toolTip">
186         <string>Confirm the send action</string>
187        </property>
188        <property name="text">
189         <string>&amp;Send</string>
190        </property>
191        <property name="icon">
192         <iconset resource="../bitcoin.qrc">
193          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
194        </property>
195        <property name="default">
196         <bool>true</bool>
197        </property>
198       </widget>
199      </item>
200      <item>
201       <widget class="QDialogButtonBox" name="buttonBox">
202        <property name="sizePolicy">
203         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
204          <horstretch>0</horstretch>
205          <verstretch>0</verstretch>
206         </sizepolicy>
207        </property>
208        <property name="toolTip">
209         <string>Abort the send action</string>
210        </property>
211        <property name="standardButtons">
212         <set>QDialogButtonBox::Cancel</set>
213        </property>
214        <property name="centerButtons">
215         <bool>false</bool>
216        </property>
217       </widget>
218      </item>
219     </layout>
220    </item>
221    <item>
222     <spacer name="verticalSpacer">
223      <property name="orientation">
224       <enum>Qt::Vertical</enum>
225      </property>
226      <property name="sizeHint" stdset="0">
227       <size>
228        <width>20</width>
229        <height>40</height>
230       </size>
231      </property>
232     </spacer>
233    </item>
234   </layout>
235  </widget>
236  <customwidgets>
237   <customwidget>
238    <class>BitcoinAmountField</class>
239    <extends>QLineEdit</extends>
240    <header>bitcoinamountfield.h</header>
241    <container>1</container>
242   </customwidget>
243  </customwidgets>
244  <tabstops>
245   <tabstop>payTo</tabstop>
246   <tabstop>addressBookButton</tabstop>
247   <tabstop>pasteButton</tabstop>
248   <tabstop>addAsLabel</tabstop>
249   <tabstop>payAmount</tabstop>
250   <tabstop>sendButton</tabstop>
251   <tabstop>buttonBox</tabstop>
252  </tabstops>
253  <resources>
254   <include location="../bitcoin.qrc"/>
255  </resources>
256  <connections/>
257 </ui>