blob: 08c15a3a54ced45e90de1c40c442810e08ee02cd [file] [log] [blame]
Yingdi Yu847aa862013-10-09 16:35:53 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ContactPanel</class>
4 <widget class="QDialog" name="ContactPanel">
Yingdi Yu40eca752013-10-10 15:00:58 -07005 <property name="enabled">
6 <bool>true</bool>
7 </property>
Yingdi Yu847aa862013-10-09 16:35:53 -07008 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>600</width>
Yingdi Yu3b318c12013-10-15 17:54:00 -070013 <height>480</height>
Yingdi Yu847aa862013-10-09 16:35:53 -070014 </rect>
15 </property>
Yingdi Yu40eca752013-10-10 15:00:58 -070016 <property name="sizePolicy">
17 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
18 <horstretch>0</horstretch>
19 <verstretch>0</verstretch>
20 </sizepolicy>
21 </property>
Yingdi Yu847aa862013-10-09 16:35:53 -070022 <property name="windowTitle">
Yingdi Yu40eca752013-10-10 15:00:58 -070023 <string>Contacts</string>
Yingdi Yu847aa862013-10-09 16:35:53 -070024 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -070025 <widget class="QWidget" name="layoutWidget">
Yingdi Yu847aa862013-10-09 16:35:53 -070026 <property name="geometry">
27 <rect>
Yingdi Yu3b318c12013-10-15 17:54:00 -070028 <x>11</x>
29 <y>11</y>
Yingdi Yu847aa862013-10-09 16:35:53 -070030 <width>581</width>
Yingdi Yu3b318c12013-10-15 17:54:00 -070031 <height>461</height>
Yingdi Yu847aa862013-10-09 16:35:53 -070032 </rect>
33 </property>
Yingdi Yu3b318c12013-10-15 17:54:00 -070034 <layout class="QVBoxLayout" name="verticalLayout_2">
Yingdi Yu847aa862013-10-09 16:35:53 -070035 <item>
Yingdi Yu3b318c12013-10-15 17:54:00 -070036 <layout class="QHBoxLayout" name="ContactPanelLayout" stretch="3,7">
37 <property name="spacing">
38 <number>10</number>
Yingdi Yu40eca752013-10-10 15:00:58 -070039 </property>
Yingdi Yu3b318c12013-10-15 17:54:00 -070040 <property name="sizeConstraint">
41 <enum>QLayout::SetDefaultConstraint</enum>
Yingdi Yu40eca752013-10-10 15:00:58 -070042 </property>
Yingdi Yu3b318c12013-10-15 17:54:00 -070043 <item>
44 <widget class="QListView" name="ContactList">
45 <property name="contextMenuPolicy">
Yingdi Yu2ac40fb2013-10-21 13:38:38 -070046 <enum>Qt::CustomContextMenu</enum>
Yingdi Yu3b318c12013-10-15 17:54:00 -070047 </property>
48 <property name="acceptDrops">
49 <bool>false</bool>
50 </property>
51 <property name="editTriggers">
52 <set>QAbstractItemView::NoEditTriggers</set>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QTabWidget" name="ContactInfo">
58 <property name="currentIndex">
Yingdi Yu8f7325a2013-10-17 17:03:46 -070059 <number>0</number>
Yingdi Yu3b318c12013-10-15 17:54:00 -070060 </property>
61 <widget class="QWidget" name="General">
62 <attribute name="title">
63 <string>General</string>
64 </attribute>
65 <widget class="QGraphicsView" name="Avatar">
66 <property name="geometry">
67 <rect>
68 <x>130</x>
69 <y>10</y>
70 <width>128</width>
71 <height>128</height>
72 </rect>
73 </property>
74 </widget>
75 <widget class="QWidget" name="layoutWidget">
76 <property name="geometry">
77 <rect>
78 <x>30</x>
79 <y>160</y>
80 <width>331</width>
81 <height>124</height>
82 </rect>
83 </property>
84 <layout class="QVBoxLayout" name="verticalLayout">
85 <item>
86 <layout class="QHBoxLayout" name="horizontalLayout" stretch="35,100">
87 <property name="spacing">
88 <number>-1</number>
89 </property>
90 <item>
91 <widget class="QLabel" name="NameSpaceLabel">
92 <property name="font">
93 <font>
94 <weight>75</weight>
95 <bold>true</bold>
96 </font>
97 </property>
98 <property name="text">
99 <string>Name space</string>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QLineEdit" name="NameSpaceData">
105 <property name="font">
106 <font>
107 <family>Lucida Grande</family>
108 </font>
109 </property>
110 <property name="readOnly">
111 <bool>true</bool>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </item>
117 <item>
118 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="35,100">
119 <item>
120 <widget class="QLabel" name="NameLabel">
121 <property name="font">
122 <font>
123 <weight>75</weight>
124 <bold>true</bold>
125 </font>
126 </property>
127 <property name="text">
128 <string>Name</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QLineEdit" name="NameData">
134 <property name="font">
135 <font>
136 <family>Lucida Grande</family>
137 </font>
138 </property>
139 <property name="readOnly">
140 <bool>true</bool>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </item>
146 <item>
147 <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="35,100">
148 <item>
149 <widget class="QLabel" name="InstitutionLabel">
150 <property name="font">
151 <font>
152 <weight>75</weight>
153 <bold>true</bold>
154 </font>
155 </property>
156 <property name="text">
157 <string>Institution </string>
158 </property>
159 </widget>
160 </item>
161 <item>
162 <widget class="QLineEdit" name="InstitutionData">
163 <property name="font">
164 <font>
165 <family>Lucida Grande</family>
166 </font>
167 </property>
168 <property name="readOnly">
169 <bool>true</bool>
170 </property>
171 </widget>
172 </item>
173 </layout>
174 </item>
175 </layout>
176 </widget>
177 </widget>
Yingdi Yubf7517c2013-10-15 20:31:37 -0700178 <widget class="QWidget" name="TrustScope">
Yingdi Yu3b318c12013-10-15 17:54:00 -0700179 <attribute name="title">
Yingdi Yubf7517c2013-10-15 20:31:37 -0700180 <string>Trust Scope</string>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700181 </attribute>
Yingdi Yu8f7325a2013-10-17 17:03:46 -0700182 <widget class="QWidget" name="layoutWidget">
Yingdi Yubf7517c2013-10-15 20:31:37 -0700183 <property name="geometry">
184 <rect>
185 <x>20</x>
186 <y>10</y>
187 <width>351</width>
188 <height>371</height>
189 </rect>
190 </property>
191 <layout class="QVBoxLayout" name="verticalLayout_3">
192 <item>
193 <widget class="QCheckBox" name="isIntroducer">
194 <property name="text">
195 <string>Set as introducer</string>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <widget class="QListView" name="trustScopeList"/>
201 </item>
202 <item>
203 <layout class="QHBoxLayout" name="horizontalLayout_4">
204 <item>
205 <widget class="QPushButton" name="addScope">
206 <property name="text">
207 <string>Add Scope</string>
208 </property>
Yingdi Yuec5e72a2013-11-03 15:05:26 -0800209 <property name="autoDefault">
210 <bool>false</bool>
211 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -0700212 </widget>
213 </item>
214 <item>
Yingdi Yuec5e72a2013-11-03 15:05:26 -0800215 <widget class="QPushButton" name="deleteScope">
Yingdi Yubf7517c2013-10-15 20:31:37 -0700216 <property name="text">
217 <string>Delete Scope</string>
218 </property>
Yingdi Yuec5e72a2013-11-03 15:05:26 -0800219 <property name="autoDefault">
220 <bool>false</bool>
221 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -0700222 </widget>
223 </item>
224 </layout>
225 </item>
226 </layout>
227 </widget>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700228 </widget>
229 <widget class="QWidget" name="Endorse">
230 <attribute name="title">
231 <string>Endorse</string>
232 </attribute>
Yingdi Yu0269c872013-10-16 13:16:49 -0700233 <widget class="QTableWidget" name="endorseList">
Yingdi Yubf7517c2013-10-15 20:31:37 -0700234 <property name="geometry">
235 <rect>
236 <x>20</x>
237 <y>10</y>
238 <width>351</width>
239 <height>331</height>
240 </rect>
241 </property>
242 </widget>
243 <widget class="QPushButton" name="endorseButton">
244 <property name="geometry">
245 <rect>
246 <x>260</x>
247 <y>350</y>
248 <width>114</width>
249 <height>32</height>
250 </rect>
251 </property>
252 <property name="text">
253 <string>Endorse</string>
254 </property>
255 </widget>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700256 </widget>
257 </widget>
258 </item>
259 </layout>
Yingdi Yu847aa862013-10-09 16:35:53 -0700260 </item>
261 <item>
Yingdi Yu978b3ae2013-10-23 11:50:51 -0700262 <layout class="QHBoxLayout" name="ButtonsLayout" stretch="1,1,1">
Yingdi Yu3b318c12013-10-15 17:54:00 -0700263 <property name="spacing">
Yingdi Yu978b3ae2013-10-23 11:50:51 -0700264 <number>50</number>
Yingdi Yu847aa862013-10-09 16:35:53 -0700265 </property>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700266 <item>
267 <widget class="QPushButton" name="AddContactButton">
268 <property name="text">
269 <string>Add Contact</string>
Yingdi Yu847aa862013-10-09 16:35:53 -0700270 </property>
271 </widget>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700272 </item>
273 <item>
Yingdi Yu978b3ae2013-10-23 11:50:51 -0700274 <widget class="QPushButton" name="settingButton">
275 <property name="text">
276 <string>Setting</string>
277 </property>
278 </widget>
279 </item>
280 <item>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700281 <widget class="QPushButton" name="EditProfileButton">
282 <property name="text">
283 <string>Edit Profile</string>
Yingdi Yu847aa862013-10-09 16:35:53 -0700284 </property>
Yingdi Yu847aa862013-10-09 16:35:53 -0700285 </widget>
Yingdi Yu3b318c12013-10-15 17:54:00 -0700286 </item>
287 </layout>
Yingdi Yu847aa862013-10-09 16:35:53 -0700288 </item>
289 </layout>
290 </widget>
291 </widget>
292 <resources/>
293 <connections/>
294</ui>