blob: 0e5bbfb8210d53fb630f2614565c054eedc2eed9 [file] [log] [blame]
Yingdi Yu9e0dc292013-10-10 11:39:45 -07001<?xml version="1.0" encoding="UTF-8"?>
Yingdi Yudef90612013-10-09 22:34:42 -07002<ui version="4.0">
3 <class>ContactPanel</class>
4 <widget class="QDialog" name="ContactPanel">
Yingdi Yu01a942b2013-10-10 15:00:58 -07005 <property name="enabled">
6 <bool>true</bool>
7 </property>
Yingdi Yudef90612013-10-09 22:34:42 -07008 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070012 <width>600</width>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070013 <height>480</height>
Yingdi Yudef90612013-10-09 22:34:42 -070014 </rect>
15 </property>
Yingdi Yu01a942b2013-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 Yudef90612013-10-09 22:34:42 -070022 <property name="windowTitle">
Yingdi Yu01a942b2013-10-10 15:00:58 -070023 <string>Contacts</string>
Yingdi Yudef90612013-10-09 22:34:42 -070024 </property>
Yingdi Yua4898752013-10-15 20:31:37 -070025 <widget class="QWidget" name="layoutWidget">
Yingdi Yu9e0dc292013-10-10 11:39:45 -070026 <property name="geometry">
27 <rect>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070028 <x>11</x>
29 <y>11</y>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070030 <width>581</width>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070031 <height>461</height>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070032 </rect>
33 </property>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070034 <layout class="QVBoxLayout" name="verticalLayout_2">
Yingdi Yu9e0dc292013-10-10 11:39:45 -070035 <item>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070036 <layout class="QHBoxLayout" name="ContactPanelLayout" stretch="3,7">
37 <property name="spacing">
38 <number>10</number>
Yingdi Yu01a942b2013-10-10 15:00:58 -070039 </property>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070040 <property name="sizeConstraint">
41 <enum>QLayout::SetDefaultConstraint</enum>
Yingdi Yu01a942b2013-10-10 15:00:58 -070042 </property>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -070043 <item>
44 <widget class="QListView" name="ContactList">
45 <property name="contextMenuPolicy">
Yingdi Yu79c25a22013-10-21 13:38:38 -070046 <enum>Qt::CustomContextMenu</enum>
Yingdi Yu0a6b6c52013-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 Yuc26af3c2013-10-17 17:03:46 -070059 <number>0</number>
Yingdi Yu0a6b6c52013-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 Yua4898752013-10-15 20:31:37 -0700178 <widget class="QWidget" name="TrustScope">
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700179 <attribute name="title">
Yingdi Yua4898752013-10-15 20:31:37 -0700180 <string>Trust Scope</string>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700181 </attribute>
Yingdi Yuc26af3c2013-10-17 17:03:46 -0700182 <widget class="QWidget" name="layoutWidget">
Yingdi Yua4898752013-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>
209 </widget>
210 </item>
211 <item>
212 <widget class="QPushButton" name="addScope_2">
213 <property name="text">
214 <string>Delete Scope</string>
215 </property>
216 </widget>
217 </item>
218 </layout>
219 </item>
220 </layout>
221 </widget>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700222 </widget>
223 <widget class="QWidget" name="Endorse">
224 <attribute name="title">
225 <string>Endorse</string>
226 </attribute>
Yingdi Yud59b5932013-10-16 13:16:49 -0700227 <widget class="QTableWidget" name="endorseList">
Yingdi Yua4898752013-10-15 20:31:37 -0700228 <property name="geometry">
229 <rect>
230 <x>20</x>
231 <y>10</y>
232 <width>351</width>
233 <height>331</height>
234 </rect>
235 </property>
236 </widget>
237 <widget class="QPushButton" name="endorseButton">
238 <property name="geometry">
239 <rect>
240 <x>260</x>
241 <y>350</y>
242 <width>114</width>
243 <height>32</height>
244 </rect>
245 </property>
246 <property name="text">
247 <string>Endorse</string>
248 </property>
249 </widget>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700250 </widget>
251 </widget>
252 </item>
253 </layout>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700254 </item>
255 <item>
Yingdi Yu53eb8a72013-10-23 11:50:51 -0700256 <layout class="QHBoxLayout" name="ButtonsLayout" stretch="1,1,1">
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700257 <property name="spacing">
Yingdi Yu53eb8a72013-10-23 11:50:51 -0700258 <number>50</number>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700259 </property>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700260 <item>
261 <widget class="QPushButton" name="AddContactButton">
262 <property name="text">
263 <string>Add Contact</string>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700264 </property>
265 </widget>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700266 </item>
267 <item>
Yingdi Yu53eb8a72013-10-23 11:50:51 -0700268 <widget class="QPushButton" name="settingButton">
269 <property name="text">
270 <string>Setting</string>
271 </property>
272 </widget>
273 </item>
274 <item>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700275 <widget class="QPushButton" name="EditProfileButton">
276 <property name="text">
277 <string>Edit Profile</string>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700278 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700279 </widget>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700280 </item>
281 </layout>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700282 </item>
283 </layout>
284 </widget>
Yingdi Yudef90612013-10-09 22:34:42 -0700285 </widget>
286 <resources/>
287 <connections/>
288</ui>