add sendmany support
[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     <layout class="QVBoxLayout" name="entries">
19      <property name="spacing">
20       <number>6</number>
21      </property>
22     </layout>
23    </item>
24    <item>
25     <layout class="QHBoxLayout" name="horizontalLayout">
26      <property name="spacing">
27       <number>12</number>
28      </property>
29      <item>
30       <spacer name="horizontalSpacer">
31        <property name="orientation">
32         <enum>Qt::Horizontal</enum>
33        </property>
34        <property name="sizeHint" stdset="0">
35         <size>
36          <width>40</width>
37          <height>20</height>
38         </size>
39        </property>
40       </spacer>
41      </item>
42      <item>
43       <widget class="QPushButton" name="addButton">
44        <property name="text">
45         <string>&amp;Add recipient...</string>
46        </property>
47        <property name="icon">
48         <iconset resource="../bitcoin.qrc">
49          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QPushButton" name="sendButton">
55        <property name="minimumSize">
56         <size>
57          <width>150</width>
58          <height>0</height>
59         </size>
60        </property>
61        <property name="toolTip">
62         <string>Confirm the send action</string>
63        </property>
64        <property name="text">
65         <string>&amp;Send</string>
66        </property>
67        <property name="icon">
68         <iconset resource="../bitcoin.qrc">
69          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
70        </property>
71        <property name="default">
72         <bool>true</bool>
73        </property>
74       </widget>
75      </item>
76     </layout>
77    </item>
78    <item>
79     <spacer name="verticalSpacer">
80      <property name="orientation">
81       <enum>Qt::Vertical</enum>
82      </property>
83      <property name="sizeHint" stdset="0">
84       <size>
85        <width>20</width>
86        <height>40</height>
87       </size>
88      </property>
89     </spacer>
90    </item>
91   </layout>
92  </widget>
93  <resources>
94   <include location="../bitcoin.qrc"/>
95  </resources>
96  <connections/>
97 </ui>