blob: ec4ba9fd33ddc9abc181cae7655ca6bb1c9a2810 [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">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
Yingdi Yu9e0dc292013-10-10 11:39:45 -07009 <width>600</width>
10 <height>450</height>
Yingdi Yudef90612013-10-09 22:34:42 -070011 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
Yingdi Yu9e0dc292013-10-10 11:39:45 -070016 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
19 <x>10</x>
20 <y>10</y>
21 <width>581</width>
22 <height>431</height>
23 </rect>
24 </property>
25 <layout class="QHBoxLayout" name="ContactPanelLayout" stretch="3,7">
26 <property name="spacing">
27 <number>10</number>
28 </property>
29 <item>
30 <widget class="QListWidget" name="ContactList"/>
31 </item>
32 <item>
33 <widget class="QTabWidget" name="ContactInfo">
34 <property name="currentIndex">
35 <number>0</number>
36 </property>
37 <widget class="QWidget" name="General">
38 <attribute name="title">
39 <string>General</string>
40 </attribute>
41 <widget class="QGraphicsView" name="Avatar">
42 <property name="geometry">
43 <rect>
44 <x>130</x>
45 <y>10</y>
46 <width>128</width>
47 <height>128</height>
48 </rect>
49 </property>
50 </widget>
51 <widget class="QWidget" name="">
52 <property name="geometry">
53 <rect>
54 <x>30</x>
55 <y>160</y>
56 <width>331</width>
57 <height>124</height>
58 </rect>
59 </property>
60 <layout class="QVBoxLayout" name="verticalLayout">
61 <item>
62 <layout class="QHBoxLayout" name="horizontalLayout" stretch="35,100">
63 <property name="spacing">
64 <number>-1</number>
65 </property>
66 <item>
67 <widget class="QLabel" name="label">
68 <property name="text">
69 <string>Name space</string>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QLineEdit" name="lineEdit">
75 <property name="readOnly">
76 <bool>true</bool>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </item>
82 <item>
83 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="35,100">
84 <item>
85 <widget class="QLabel" name="label_2">
86 <property name="text">
87 <string>Name</string>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QLineEdit" name="lineEdit_2">
93 <property name="readOnly">
94 <bool>true</bool>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </item>
100 <item>
101 <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="35,100">
102 <item>
103 <widget class="QLabel" name="label_3">
104 <property name="text">
105 <string>Institution </string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <widget class="QLineEdit" name="lineEdit_3">
111 <property name="readOnly">
112 <bool>true</bool>
113 </property>
114 </widget>
115 </item>
116 </layout>
117 </item>
118 </layout>
119 </widget>
120 </widget>
121 <widget class="QWidget" name="TrustLevel">
122 <attribute name="title">
123 <string>Trust Level</string>
124 </attribute>
125 </widget>
126 <widget class="QWidget" name="Endorse">
127 <attribute name="title">
128 <string>Endorse</string>
129 </attribute>
130 </widget>
131 </widget>
132 </item>
133 </layout>
134 </widget>
Yingdi Yudef90612013-10-09 22:34:42 -0700135 </widget>
136 <resources/>
137 <connections/>
138</ui>