reduce spacing between "Add to address book as" and the text field
[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>660</width>
10     <height>151</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        <property name="spacing">
123         <number>0</number>
124        </property>
125        <item>
126         <widget class="QCheckBox" name="addToAddressBook">
127          <property name="toolTip">
128           <string>Add specified destination address to address book</string>
129          </property>
130          <property name="text">
131           <string>A&amp;dd to address book as</string>
132          </property>
133         </widget>
134        </item>
135        <item>
136         <widget class="QLineEdit" name="addAsLabel">
137          <property name="enabled">
138           <bool>false</bool>
139          </property>
140          <property name="toolTip">
141           <string>Label to add address as</string>
142          </property>
143         </widget>
144        </item>
145       </layout>
146      </item>
147     </layout>
148    </item>
149    <item>
150     <spacer name="verticalSpacer">
151      <property name="orientation">
152       <enum>Qt::Vertical</enum>
153      </property>
154      <property name="sizeHint" stdset="0">
155       <size>
156        <width>20</width>
157        <height>40</height>
158       </size>
159      </property>
160     </spacer>
161    </item>
162    <item>
163     <layout class="QHBoxLayout" name="horizontalLayout">
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="toolTip">
180         <string>Confirm the send action</string>
181        </property>
182        <property name="text">
183         <string>&amp;Send</string>
184        </property>
185        <property name="icon">
186         <iconset resource="../bitcoin.qrc">
187          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
188        </property>
189        <property name="default">
190         <bool>true</bool>
191        </property>
192       </widget>
193      </item>
194      <item>
195       <widget class="QDialogButtonBox" name="buttonBox">
196        <property name="sizePolicy">
197         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
198          <horstretch>0</horstretch>
199          <verstretch>0</verstretch>
200         </sizepolicy>
201        </property>
202        <property name="toolTip">
203         <string>Abort the send action</string>
204        </property>
205        <property name="standardButtons">
206         <set>QDialogButtonBox::Cancel</set>
207        </property>
208       </widget>
209      </item>
210     </layout>
211    </item>
212   </layout>
213  </widget>
214  <customwidgets>
215   <customwidget>
216    <class>BitcoinAmountField</class>
217    <extends>QLineEdit</extends>
218    <header>bitcoinamountfield.h</header>
219    <container>1</container>
220   </customwidget>
221  </customwidgets>
222  <tabstops>
223   <tabstop>payTo</tabstop>
224   <tabstop>addToAddressBook</tabstop>
225   <tabstop>addAsLabel</tabstop>
226   <tabstop>payAmount</tabstop>
227   <tabstop>addressBookButton</tabstop>
228   <tabstop>pasteButton</tabstop>
229   <tabstop>sendButton</tabstop>
230   <tabstop>buttonBox</tabstop>
231  </tabstops>
232  <resources>
233   <include location="../bitcoin.qrc"/>
234  </resources>
235  <connections/>
236 </ui>