13593c2c1ecb81b8835b92b929be74204af240c8
[novacoin.git] / src / qt / forms / sendcoinsentry.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SendCoinsEntry</class>
4  <widget class="QFrame" name="SendCoinsEntry">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>729</width>
10     <height>136</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <property name="frameShape">
17    <enum>QFrame::StyledPanel</enum>
18   </property>
19   <property name="frameShadow">
20    <enum>QFrame::Sunken</enum>
21   </property>
22   <layout class="QGridLayout" name="gridLayout">
23    <property name="spacing">
24     <number>12</number>
25    </property>
26    <item row="5" column="0">
27     <widget class="QLabel" name="label">
28      <property name="text">
29       <string>A&amp;mount:</string>
30      </property>
31      <property name="alignment">
32       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33      </property>
34      <property name="buddy">
35       <cstring>payAmount</cstring>
36      </property>
37     </widget>
38    </item>
39    <item row="3" column="0">
40     <widget class="QLabel" name="label_2">
41      <property name="text">
42       <string>Pay &amp;To:</string>
43      </property>
44      <property name="alignment">
45       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
46      </property>
47      <property name="buddy">
48       <cstring>payTo</cstring>
49      </property>
50     </widget>
51    </item>
52    <item row="5" column="1">
53     <widget class="BitcoinAmountField" name="payAmount"/>
54    </item>
55    <item row="4" column="1">
56     <layout class="QHBoxLayout" name="horizontalLayout_2">
57      <property name="spacing">
58       <number>0</number>
59      </property>
60      <item>
61       <widget class="QValidatedLineEdit" name="addAsLabel">
62        <property name="enabled">
63         <bool>true</bool>
64        </property>
65        <property name="toolTip">
66         <string>Enter a label for this address to add it to your address book</string>
67        </property>
68       </widget>
69      </item>
70     </layout>
71    </item>
72    <item row="4" column="0">
73     <widget class="QLabel" name="label_4">
74      <property name="text">
75       <string>&amp;Label:</string>
76      </property>
77      <property name="alignment">
78       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
79      </property>
80      <property name="buddy">
81       <cstring>addAsLabel</cstring>
82      </property>
83     </widget>
84    </item>
85    <item row="3" column="1">
86     <layout class="QHBoxLayout" name="horizontalLayout_3">
87      <property name="spacing">
88       <number>0</number>
89      </property>
90      <item>
91       <widget class="QValidatedLineEdit" name="payTo">
92        <property name="toolTip">
93         <string>The address to send the payment to  (e.g. 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L)</string>
94        </property>
95        <property name="maxLength">
96         <number>34</number>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <widget class="QPushButton" name="addressBookButton">
102        <property name="toolTip">
103         <string>Choose adress from address book</string>
104        </property>
105        <property name="text">
106         <string/>
107        </property>
108        <property name="icon">
109         <iconset resource="../bitcoin.qrc">
110          <normaloff>:/icons/address-book</normaloff>:/icons/address-book</iconset>
111        </property>
112        <property name="shortcut">
113         <string>Alt+A</string>
114        </property>
115        <property name="autoDefault">
116         <bool>false</bool>
117        </property>
118        <property name="flat">
119         <bool>false</bool>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <widget class="QPushButton" name="pasteButton">
125        <property name="toolTip">
126         <string>Paste address from clipboard</string>
127        </property>
128        <property name="text">
129         <string/>
130        </property>
131        <property name="icon">
132         <iconset resource="../bitcoin.qrc">
133          <normaloff>:/icons/editpaste</normaloff>:/icons/editpaste</iconset>
134        </property>
135        <property name="shortcut">
136         <string>Alt+P</string>
137        </property>
138        <property name="autoDefault">
139         <bool>false</bool>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="QPushButton" name="deleteButton">
145        <property name="toolTip">
146         <string>Remove this recipient</string>
147        </property>
148        <property name="text">
149         <string/>
150        </property>
151        <property name="icon">
152         <iconset resource="../bitcoin.qrc">
153          <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
154        </property>
155       </widget>
156      </item>
157     </layout>
158    </item>
159   </layout>
160  </widget>
161  <customwidgets>
162   <customwidget>
163    <class>BitcoinAmountField</class>
164    <extends>QLineEdit</extends>
165    <header>bitcoinamountfield.h</header>
166    <container>1</container>
167   </customwidget>
168   <customwidget>
169    <class>QValidatedLineEdit</class>
170    <extends>QLineEdit</extends>
171    <header>qvalidatedlineedit.h</header>
172   </customwidget>
173  </customwidgets>
174  <resources>
175   <include location="../bitcoin.qrc"/>
176  </resources>
177  <connections/>
178 </ui>