Merge branch 'master' of https://github.com/bitcoin/bitcoin
[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     <widget class="QScrollArea" name="scrollArea">
19      <property name="widgetResizable">
20       <bool>true</bool>
21      </property>
22      <widget class="QWidget" name="scrollAreaWidgetContents">
23       <property name="geometry">
24        <rect>
25         <x>0</x>
26         <y>0</y>
27         <width>666</width>
28         <height>162</height>
29        </rect>
30       </property>
31       <layout class="QVBoxLayout" name="verticalLayout_2">
32        <property name="margin">
33         <number>0</number>
34        </property>
35        <item>
36         <layout class="QVBoxLayout" name="entries">
37          <property name="spacing">
38           <number>6</number>
39          </property>
40         </layout>
41        </item>
42        <item>
43         <spacer name="verticalSpacer">
44          <property name="orientation">
45           <enum>Qt::Vertical</enum>
46          </property>
47          <property name="sizeHint" stdset="0">
48           <size>
49            <width>20</width>
50            <height>40</height>
51           </size>
52          </property>
53         </spacer>
54        </item>
55       </layout>
56      </widget>
57     </widget>
58    </item>
59    <item>
60     <layout class="QHBoxLayout" name="horizontalLayout">
61      <property name="spacing">
62       <number>12</number>
63      </property>
64      <item>
65       <widget class="QPushButton" name="addButton">
66        <property name="toolTip">
67         <string>Send to multiple recipients at once</string>
68        </property>
69        <property name="text">
70         <string>&amp;Add recipient...</string>
71        </property>
72        <property name="icon">
73         <iconset resource="../bitcoin.qrc">
74          <normaloff>:/icons/add</normaloff>:/icons/add</iconset>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <spacer name="horizontalSpacer">
80        <property name="orientation">
81         <enum>Qt::Horizontal</enum>
82        </property>
83        <property name="sizeHint" stdset="0">
84         <size>
85          <width>40</width>
86          <height>20</height>
87         </size>
88        </property>
89       </spacer>
90      </item>
91      <item>
92       <widget class="QPushButton" name="sendButton">
93        <property name="minimumSize">
94         <size>
95          <width>150</width>
96          <height>0</height>
97         </size>
98        </property>
99        <property name="toolTip">
100         <string>Confirm the send action</string>
101        </property>
102        <property name="text">
103         <string>&amp;Send</string>
104        </property>
105        <property name="icon">
106         <iconset resource="../bitcoin.qrc">
107          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
108        </property>
109        <property name="default">
110         <bool>true</bool>
111        </property>
112       </widget>
113      </item>
114     </layout>
115    </item>
116   </layout>
117  </widget>
118  <resources>
119   <include location="../bitcoin.qrc"/>
120  </resources>
121  <connections/>
122 </ui>