Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next...
[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="4" column="1">
56       <widget class="QLineEdit" name="payAmount">
57        <property name="maximumSize">
58         <size>
59          <width>145</width>
60          <height>16777215</height>
61         </size>
62        </property>
63        <property name="toolTip">
64         <string>Amount of bitcoins to send (e.g. 0.05)</string>
65        </property>
66        <property name="alignment">
67         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
68        </property>
69       </widget>
70      </item>
71      <item row="3" column="2">
72       <widget class="QPushButton" name="pasteButton">
73        <property name="toolTip">
74         <string>Paste address from system clipboard</string>
75        </property>
76        <property name="text">
77         <string>&amp;Paste</string>
78        </property>
79        <property name="autoDefault">
80         <bool>false</bool>
81        </property>
82       </widget>
83      </item>
84      <item row="3" column="3">
85       <widget class="QPushButton" name="addressBookButton">
86        <property name="toolTip">
87         <string>Look up adress in address book</string>
88        </property>
89        <property name="text">
90         <string>Address &amp;Book...</string>
91        </property>
92        <property name="autoDefault">
93         <bool>false</bool>
94        </property>
95       </widget>
96      </item>
97      <item row="2" column="1">
98       <widget class="QLabel" name="label_3">
99        <property name="font">
100         <font>
101          <pointsize>9</pointsize>
102         </font>
103        </property>
104        <property name="text">
105         <string>Enter a Bitcoin address (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
106        </property>
107       </widget>
108      </item>
109     </layout>
110    </item>
111    <item>
112     <spacer name="verticalSpacer">
113      <property name="orientation">
114       <enum>Qt::Vertical</enum>
115      </property>
116      <property name="sizeHint" stdset="0">
117       <size>
118        <width>20</width>
119        <height>40</height>
120       </size>
121      </property>
122     </spacer>
123    </item>
124    <item>
125     <layout class="QHBoxLayout" name="horizontalLayout">
126      <item>
127       <spacer name="horizontalSpacer">
128        <property name="orientation">
129         <enum>Qt::Horizontal</enum>
130        </property>
131        <property name="sizeHint" stdset="0">
132         <size>
133          <width>40</width>
134          <height>20</height>
135         </size>
136        </property>
137       </spacer>
138      </item>
139      <item>
140       <widget class="QPushButton" name="sendButton">
141        <property name="toolTip">
142         <string>Confirm the send action</string>
143        </property>
144        <property name="text">
145         <string>&amp;Send</string>
146        </property>
147        <property name="icon">
148         <iconset resource="../bitcoin.qrc">
149          <normaloff>:/icons/send</normaloff>:/icons/send</iconset>
150        </property>
151        <property name="default">
152         <bool>true</bool>
153        </property>
154       </widget>
155      </item>
156      <item>
157       <widget class="QDialogButtonBox" name="buttonBox">
158        <property name="sizePolicy">
159         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
160          <horstretch>0</horstretch>
161          <verstretch>0</verstretch>
162         </sizepolicy>
163        </property>
164        <property name="toolTip">
165         <string>Abort the send action</string>
166        </property>
167        <property name="standardButtons">
168         <set>QDialogButtonBox::Cancel</set>
169        </property>
170       </widget>
171      </item>
172     </layout>
173    </item>
174   </layout>
175  </widget>
176  <resources>
177   <include location="../bitcoin.qrc"/>
178  </resources>
179  <connections/>
180 </ui>