improve address book, add less conspicious toolbar icon
[novacoin.git] / 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>140</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      </item>
48      <item row="4" column="1">
49       <widget class="QLineEdit" name="payAmount">
50        <property name="maximumSize">
51         <size>
52          <width>145</width>
53          <height>16777215</height>
54         </size>
55        </property>
56       </widget>
57      </item>
58      <item row="3" column="2">
59       <widget class="QPushButton" name="pasteButton">
60        <property name="text">
61         <string>&amp;Paste</string>
62        </property>
63       </widget>
64      </item>
65      <item row="3" column="3">
66       <widget class="QPushButton" name="addressBookButton">
67        <property name="text">
68         <string>Address &amp;Book...</string>
69        </property>
70       </widget>
71      </item>
72      <item row="2" column="1">
73       <widget class="QLabel" name="label_3">
74        <property name="font">
75         <font>
76          <pointsize>9</pointsize>
77         </font>
78        </property>
79        <property name="text">
80         <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
81        </property>
82       </widget>
83      </item>
84     </layout>
85    </item>
86    <item>
87     <spacer name="verticalSpacer">
88      <property name="orientation">
89       <enum>Qt::Vertical</enum>
90      </property>
91      <property name="sizeHint" stdset="0">
92       <size>
93        <width>20</width>
94        <height>40</height>
95       </size>
96      </property>
97     </spacer>
98    </item>
99    <item>
100     <layout class="QHBoxLayout" name="horizontalLayout">
101      <item>
102       <spacer name="horizontalSpacer">
103        <property name="orientation">
104         <enum>Qt::Horizontal</enum>
105        </property>
106        <property name="sizeHint" stdset="0">
107         <size>
108          <width>40</width>
109          <height>20</height>
110         </size>
111        </property>
112       </spacer>
113      </item>
114      <item>
115       <widget class="QPushButton" name="sendButton">
116        <property name="text">
117         <string>&amp;Send</string>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <widget class="QPushButton" name="cancelButton">
123        <property name="text">
124         <string>Cancel</string>
125        </property>
126       </widget>
127      </item>
128     </layout>
129    </item>
130   </layout>
131  </widget>
132  <resources/>
133  <connections/>
134 </ui>