lowercase
[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>129</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</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>pay_amount</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>pay_to</cstring>
42        </property>
43       </widget>
44      </item>
45      <item row="3" column="1">
46       <widget class="QLineEdit" name="pay_to"/>
47      </item>
48      <item row="4" column="1">
49       <widget class="QLineEdit" name="pay_amount">
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="pushButton">
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="pushButton_2">
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     <widget class="QDialogButtonBox" name="buttonBox">
101      <property name="orientation">
102       <enum>Qt::Horizontal</enum>
103      </property>
104      <property name="standardButtons">
105       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
106      </property>
107     </widget>
108    </item>
109   </layout>
110  </widget>
111  <resources/>
112  <connections>
113   <connection>
114    <sender>buttonBox</sender>
115    <signal>accepted()</signal>
116    <receiver>SendCoinsDialog</receiver>
117    <slot>accept()</slot>
118    <hints>
119     <hint type="sourcelabel">
120      <x>248</x>
121      <y>254</y>
122     </hint>
123     <hint type="destinationlabel">
124      <x>157</x>
125      <y>274</y>
126     </hint>
127    </hints>
128   </connection>
129   <connection>
130    <sender>buttonBox</sender>
131    <signal>rejected()</signal>
132    <receiver>SendCoinsDialog</receiver>
133    <slot>reject()</slot>
134    <hints>
135     <hint type="sourcelabel">
136      <x>316</x>
137      <y>260</y>
138     </hint>
139     <hint type="destinationlabel">
140      <x>286</x>
141      <y>274</y>
142     </hint>
143    </hints>
144   </connection>
145  </connections>
146 </ui>