95909fb964e79b0e1cf9d26f963370dc0f731b1a
[novacoin.git] / src / qt / forms / editaddressdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>EditAddressDialog</class>
4  <widget class="QDialog" name="EditAddressDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>458</width>
10     <height>114</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Edit Address</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QFormLayout" name="formLayout">
19      <property name="fieldGrowthPolicy">
20       <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
21      </property>
22      <item row="0" column="0">
23       <widget class="QLabel" name="label">
24        <property name="text">
25         <string>&amp;Label</string>
26        </property>
27        <property name="buddy">
28         <cstring>labelEdit</cstring>
29        </property>
30       </widget>
31      </item>
32      <item row="1" column="0">
33       <widget class="QLabel" name="label_2">
34        <property name="text">
35         <string>&amp;Address</string>
36        </property>
37        <property name="buddy">
38         <cstring>addressEdit</cstring>
39        </property>
40       </widget>
41      </item>
42      <item row="0" column="1">
43       <widget class="QLineEdit" name="labelEdit">
44        <property name="toolTip">
45         <string>The label associated with this address book entry</string>
46        </property>
47       </widget>
48      </item>
49      <item row="1" column="1">
50       <widget class="QLineEdit" name="addressEdit">
51        <property name="toolTip">
52         <string>The address associated with this address book entry. This can only be modified for sending addresses.</string>
53        </property>
54       </widget>
55      </item>
56      <item row="2" column="1">
57       <widget class="QCheckBox" name="setAsDefault">
58        <property name="text">
59         <string>Set as default receiving address</string>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </item>
65    <item>
66     <widget class="QDialogButtonBox" name="buttonBox">
67      <property name="orientation">
68       <enum>Qt::Horizontal</enum>
69      </property>
70      <property name="standardButtons">
71       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
72      </property>
73     </widget>
74    </item>
75   </layout>
76  </widget>
77  <resources/>
78  <connections>
79   <connection>
80    <sender>buttonBox</sender>
81    <signal>accepted()</signal>
82    <receiver>EditAddressDialog</receiver>
83    <slot>accept()</slot>
84    <hints>
85     <hint type="sourcelabel">
86      <x>248</x>
87      <y>254</y>
88     </hint>
89     <hint type="destinationlabel">
90      <x>157</x>
91      <y>274</y>
92     </hint>
93    </hints>
94   </connection>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>rejected()</signal>
98    <receiver>EditAddressDialog</receiver>
99    <slot>reject()</slot>
100    <hints>
101     <hint type="sourcelabel">
102      <x>316</x>
103      <y>260</y>
104     </hint>
105     <hint type="destinationlabel">
106      <x>286</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111  </connections>
112 </ui>