blob: 0b264793bb3270d8fcd898fc314603d02ba7930e [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 Yu9e0dc292013-10-10 11:39:45 -070025 <widget class="QWidget" name="">
26 <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">
46 <enum>Qt::DefaultContextMenu</enum>
47 </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">
59 <number>0</number>
60 </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>
178 <widget class="QWidget" name="TrustLevel">
179 <attribute name="title">
180 <string>Trust Level</string>
181 </attribute>
182 </widget>
183 <widget class="QWidget" name="Endorse">
184 <attribute name="title">
185 <string>Endorse</string>
186 </attribute>
187 </widget>
188 </widget>
189 </item>
190 </layout>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700191 </item>
192 <item>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700193 <layout class="QHBoxLayout" name="ButtonsLayout" stretch="1,1">
194 <property name="spacing">
195 <number>100</number>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700196 </property>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700197 <item>
198 <widget class="QPushButton" name="AddContactButton">
199 <property name="text">
200 <string>Add Contact</string>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700201 </property>
202 </widget>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700203 </item>
204 <item>
205 <widget class="QPushButton" name="EditProfileButton">
206 <property name="text">
207 <string>Edit Profile</string>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700208 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700209 </widget>
Yingdi Yu0a6b6c52013-10-15 17:54:00 -0700210 </item>
211 </layout>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700212 </item>
213 </layout>
214 </widget>
Yingdi Yudef90612013-10-09 22:34:42 -0700215 </widget>
216 <resources/>
217 <connections/>
218</ui>