Fix some padding and focus issues with the new BitcoinAmountWidget
[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>149</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="4" column="0">
20       <widget class="QLabel" name="label">
21        <property name="text">
22         <string>&amp;Amount:</string>
23        </property>
24        <property name="alignment">
25         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
26        </property>
27        <property name="buddy">
28         <cstring>payAmount</cstring>
29        </property>
30       </widget>
31      </item>
32      <item row="3" column="0">
33       <widget class="QLabel" name="label_2">
34        <property name="text">
35         <string>Pay &amp;To:</string>
36        </property>
37        <property name="alignment">
38         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
39        </property>
40        <property name="buddy">
41         <cstring>payTo</cstring>
42        </property>
43       </widget>
44      </item>
45      <item row="3" column="1">
46       <widget class="QLineEdit" name="payTo">
47        <property name="toolTip">
48         <string>The address to send the payment to  (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
49        </property>
50        <property name="maxLength">
51         <number>34</number>
52        </property>
53       </widget>
54      </item>
55      <item row="3" column="2">
56       <widget class="QPushButton" name="pasteButton">
57        <property name="toolTip">
58         <string>Paste address from system clipboard</string>
59        </property>
60        <property name="text">
61         <string>&amp;Paste</string>
62        </property>
63        <property name="autoDefault">
64         <bool>false</bool>
65        </property>
66       </widget>
67      </item>
68      <item row="3" column="3">
69       <widget class="QPushButton" name="addressBookButton">
70        <property name="toolTip">
71         <string>Look up adress in address book</string>
72        </property>
73        <property name="text">
74         <string>Address &amp;Book...</string>
75        </property>
76        <property name="autoDefault">
77         <bool>false</bool>
78        </property>
79       </widget>
80      </item>
81      <item row="2" column="1">
82       <widget class="QLabel" name="label_3">
83        <property name="font">
84         <font>
85          <pointsize>9</pointsize>
86         </font>
87        </property>
88        <property name="text">
89         <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
90        </property>
91       </widget>
92      </item>
93      <item row="4" column="1">
94       <widget class="BitcoinAmountField" name="payAmount" native="true"/>
95      </item>
96     </layout>
97    </item>
98    <item>
99     <spacer name="verticalSpacer">
100      <property name="orientation">
101       <enum>Qt::Vertical</enum>
102      </property>
103      <property name="sizeHint" stdset="0">
104       <size>
105        <width>20</width>
106        <height>40</height>
107       </size>
108      </property>
109     </spacer>
110    </item>
111    <item>
112     <layout class="QHBoxLayout" name="horizontalLayout">
113      <item>
114       <spacer name="horizontalSpacer">
115        <property name="orientation">
116         <enum>Qt::Horizontal</enum>
117        </property>
118        <property name="sizeHint" stdset="0">
119         <size>
120          <width>40</width>
121          <height>20</height>
122         </size>
123        </property>
124       </spacer>
125      </item>
126      <item>
127       <widget class="QPushButton" name="sendButton">
128        <property name="toolTip">
129         <string>Confirm the send action</string>
130        </property>
131        <property name="text">
132         <string>&amp;Send</string>
133        </property>
134        <property name="icon">
135         <iconset resource="../bitcoin.qrc">
136          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
137        </property>
138        <property name="default">
139         <bool>true</bool>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="QDialogButtonBox" name="buttonBox">
145        <property name="sizePolicy">
146         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
147          <horstretch>0</horstretch>
148          <verstretch>0</verstretch>
149         </sizepolicy>
150        </property>
151        <property name="toolTip">
152         <string>Abort the send action</string>
153        </property>
154        <property name="standardButtons">
155         <set>QDialogButtonBox::Cancel</set>
156        </property>
157       </widget>
158      </item>
159     </layout>
160    </item>
161   </layout>
162  </widget>
163  <customwidgets>
164   <customwidget>
165    <class>BitcoinAmountField</class>
166    <extends>QWidget</extends>
167    <header>bitcoinamountfield.h</header>
168    <container>1</container>
169   </customwidget>
170  </customwidgets>
171  <tabstops>
172   <tabstop>payTo</tabstop>
173   <tabstop>payAmount</tabstop>
174   <tabstop>pasteButton</tabstop>
175   <tabstop>addressBookButton</tabstop>
176   <tabstop>sendButton</tabstop>
177   <tabstop>buttonBox</tabstop>
178  </tabstops>
179  <resources>
180   <include location="../bitcoin.qrc"/>
181  </resources>
182  <connections/>
183 </ui>