blob: ae6392cb6e9bec8e101e677c2b622dd3f59706f5 [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>
13 <height>450</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>
28 <x>10</x>
29 <y>10</y>
30 <width>581</width>
31 <height>431</height>
32 </rect>
33 </property>
34 <layout class="QHBoxLayout" name="ContactPanelLayout" stretch="3,7">
35 <property name="spacing">
36 <number>10</number>
37 </property>
Yingdi Yu01a942b2013-10-10 15:00:58 -070038 <property name="sizeConstraint">
39 <enum>QLayout::SetDefaultConstraint</enum>
40 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070041 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -070042 <widget class="QListView" name="ContactList">
43 <property name="contextMenuPolicy">
44 <enum>Qt::DefaultContextMenu</enum>
45 </property>
46 <property name="acceptDrops">
47 <bool>false</bool>
48 </property>
49 <property name="editTriggers">
50 <set>QAbstractItemView::NoEditTriggers</set>
51 </property>
52 </widget>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070053 </item>
54 <item>
55 <widget class="QTabWidget" name="ContactInfo">
56 <property name="currentIndex">
57 <number>0</number>
58 </property>
59 <widget class="QWidget" name="General">
60 <attribute name="title">
61 <string>General</string>
62 </attribute>
63 <widget class="QGraphicsView" name="Avatar">
64 <property name="geometry">
65 <rect>
66 <x>130</x>
67 <y>10</y>
68 <width>128</width>
69 <height>128</height>
70 </rect>
71 </property>
72 </widget>
73 <widget class="QWidget" name="">
74 <property name="geometry">
75 <rect>
76 <x>30</x>
77 <y>160</y>
78 <width>331</width>
79 <height>124</height>
80 </rect>
81 </property>
82 <layout class="QVBoxLayout" name="verticalLayout">
83 <item>
84 <layout class="QHBoxLayout" name="horizontalLayout" stretch="35,100">
85 <property name="spacing">
86 <number>-1</number>
87 </property>
88 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -070089 <widget class="QLabel" name="NameSpaceLabel">
90 <property name="font">
91 <font>
92 <weight>75</weight>
93 <bold>true</bold>
94 </font>
95 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070096 <property name="text">
97 <string>Name space</string>
98 </property>
99 </widget>
100 </item>
101 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -0700102 <widget class="QLineEdit" name="NameSpaceData">
103 <property name="font">
104 <font>
105 <family>Lucida Grande</family>
106 </font>
107 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700108 <property name="readOnly">
109 <bool>true</bool>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </item>
115 <item>
116 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="35,100">
117 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -0700118 <widget class="QLabel" name="NameLabel">
119 <property name="font">
120 <font>
121 <weight>75</weight>
122 <bold>true</bold>
123 </font>
124 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700125 <property name="text">
126 <string>Name</string>
127 </property>
128 </widget>
129 </item>
130 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -0700131 <widget class="QLineEdit" name="NameData">
132 <property name="font">
133 <font>
134 <family>Lucida Grande</family>
135 </font>
136 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700137 <property name="readOnly">
138 <bool>true</bool>
139 </property>
140 </widget>
141 </item>
142 </layout>
143 </item>
144 <item>
145 <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="35,100">
146 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -0700147 <widget class="QLabel" name="InstitutionLabel">
148 <property name="font">
149 <font>
150 <weight>75</weight>
151 <bold>true</bold>
152 </font>
153 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700154 <property name="text">
155 <string>Institution </string>
156 </property>
157 </widget>
158 </item>
159 <item>
Yingdi Yu01a942b2013-10-10 15:00:58 -0700160 <widget class="QLineEdit" name="InstitutionData">
161 <property name="font">
162 <font>
163 <family>Lucida Grande</family>
164 </font>
165 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -0700166 <property name="readOnly">
167 <bool>true</bool>
168 </property>
169 </widget>
170 </item>
171 </layout>
172 </item>
173 </layout>
174 </widget>
175 </widget>
176 <widget class="QWidget" name="TrustLevel">
177 <attribute name="title">
178 <string>Trust Level</string>
179 </attribute>
180 </widget>
181 <widget class="QWidget" name="Endorse">
182 <attribute name="title">
183 <string>Endorse</string>
184 </attribute>
185 </widget>
186 </widget>
187 </item>
188 </layout>
189 </widget>
Yingdi Yudef90612013-10-09 22:34:42 -0700190 </widget>
191 <resources/>
192 <connections/>
193</ui>