Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next...
[novacoin.git] / gui / 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>113</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     </layout>
57    </item>
58    <item>
59     <widget class="QDialogButtonBox" name="buttonBox">
60      <property name="orientation">
61       <enum>Qt::Horizontal</enum>
62      </property>
63      <property name="standardButtons">
64       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
65      </property>
66     </widget>
67    </item>
68   </layout>
69  </widget>
70  <resources/>
71  <connections>
72   <connection>
73    <sender>buttonBox</sender>
74    <signal>accepted()</signal>
75    <receiver>EditAddressDialog</receiver>
76    <slot>accept()</slot>
77    <hints>
78     <hint type="sourcelabel">
79      <x>248</x>
80      <y>254</y>
81     </hint>
82     <hint type="destinationlabel">
83      <x>157</x>
84      <y>274</y>
85     </hint>
86    </hints>
87   </connection>
88   <connection>
89    <sender>buttonBox</sender>
90    <signal>rejected()</signal>
91    <receiver>EditAddressDialog</receiver>
92    <slot>reject()</slot>
93    <hints>
94     <hint type="sourcelabel">
95      <x>316</x>
96      <y>260</y>
97     </hint>
98     <hint type="destinationlabel">
99      <x>286</x>
100      <y>274</y>
101     </hint>
102    </hints>
103   </connection>
104  </connections>
105 </ui>