editaddressdialog.ui raw
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>457</width>
10 <height>126</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>&Label</string>
26 </property>
27 <property name="buddy">
28 <cstring>labelEdit</cstring>
29 </property>
30 </widget>
31 </item>
32 <item row="0" column="1">
33 <widget class="QLineEdit" name="labelEdit">
34 <property name="toolTip">
35 <string>The label associated with this address list entry</string>
36 </property>
37 </widget>
38 </item>
39 <item row="1" column="0">
40 <widget class="QLabel" name="label_2">
41 <property name="text">
42 <string>&Address</string>
43 </property>
44 <property name="buddy">
45 <cstring>addressEdit</cstring>
46 </property>
47 </widget>
48 </item>
49 <item row="1" column="1">
50 <widget class="QValidatedLineEdit" name="addressEdit">
51 <property name="toolTip">
52 <string>The address associated with this address list 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 <customwidgets>
71 <customwidget>
72 <class>QValidatedLineEdit</class>
73 <extends>QLineEdit</extends>
74 <header>qt/qvalidatedlineedit.h</header>
75 </customwidget>
76 </customwidgets>
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>20</x>
87 <y>20</y>
88 </hint>
89 <hint type="destinationlabel">
90 <x>20</x>
91 <y>20</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>20</x>
103 <y>20</y>
104 </hint>
105 <hint type="destinationlabel">
106 <x>20</x>
107 <y>20</y>
108 </hint>
109 </hints>
110 </connection>
111 </connections>
112 </ui>
113