1<ui version="4.0" >
2 <class>GroupWiseContactProps</class>
3 <widget class="QWidget" name="GroupWiseContactProps" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>309</width>
9    <height>384</height>
10   </rect>
11  </property>
12  <layout class="QVBoxLayout" >
13   <item>
14    <widget class="QLabel" name="userId" >
15     <property name="sizePolicy" >
16      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
17       <horstretch>3</horstretch>
18       <verstretch>0</verstretch>
19      </sizepolicy>
20     </property>
21     <property name="text" >
22      <string>USER_ID</string>
23     </property>
24     <property name="wordWrap" >
25      <bool>false</bool>
26     </property>
27    </widget>
28   </item>
29   <item>
30    <widget class="Line" name="line4" >
31     <property name="frameShape" >
32      <enum>QFrame::HLine</enum>
33     </property>
34     <property name="frameShadow" >
35      <enum>QFrame::Sunken</enum>
36     </property>
37     <property name="orientation" >
38      <enum>Qt::Horizontal</enum>
39     </property>
40    </widget>
41   </item>
42   <item>
43    <layout class="QGridLayout" >
44     <property name="leftMargin" >
45      <number>0</number>
46     </property>
47     <property name="topMargin" >
48      <number>0</number>
49     </property>
50     <property name="rightMargin" >
51      <number>0</number>
52     </property>
53     <property name="bottomMargin" >
54      <number>0</number>
55     </property>
56     <property name="horizontalSpacing" >
57      <number>6</number>
58     </property>
59     <property name="verticalSpacing" >
60      <number>6</number>
61     </property>
62     <item row="4" column="1" >
63      <widget class="QLineEdit" name="lastName" >
64       <property name="toolTip" >
65        <string>Change the display name used for this contact</string>
66       </property>
67       <property name="text" >
68        <string/>
69       </property>
70       <property name="readOnly" >
71        <bool>true</bool>
72       </property>
73      </widget>
74     </item>
75     <item row="0" column="0" >
76      <widget class="QLabel" name="textLabel14" >
77       <property name="text" >
78        <string>Status:</string>
79       </property>
80       <property name="wordWrap" >
81        <bool>false</bool>
82       </property>
83      </widget>
84     </item>
85     <item row="2" column="1" >
86      <widget class="QLineEdit" name="displayName" >
87       <property name="toolTip" >
88        <string>Change the display name used for this contact</string>
89       </property>
90       <property name="text" >
91        <string/>
92       </property>
93       <property name="readOnly" >
94        <bool>false</bool>
95       </property>
96      </widget>
97     </item>
98     <item rowspan="2" row="0" column="1" >
99      <widget class="QLabel" name="status" >
100       <property name="text" >
101        <string>USER_STATUS</string>
102       </property>
103       <property name="wordWrap" >
104        <bool>false</bool>
105       </property>
106      </widget>
107     </item>
108     <item row="3" column="0" >
109      <widget class="QLabel" name="textLabel10" >
110       <property name="text" >
111        <string>First name:</string>
112       </property>
113       <property name="wordWrap" >
114        <bool>false</bool>
115       </property>
116      </widget>
117     </item>
118     <item rowspan="2" row="1" column="0" >
119      <widget class="QLabel" name="lbldisplayName" >
120       <property name="text" >
121        <string>&amp;Display name:</string>
122       </property>
123       <property name="wordWrap" >
124        <bool>false</bool>
125       </property>
126       <property name="buddy" >
127        <cstring>displayName</cstring>
128       </property>
129      </widget>
130     </item>
131     <item row="3" column="1" >
132      <widget class="QLineEdit" name="firstName" >
133       <property name="toolTip" >
134        <string>Change the display name used for this contact</string>
135       </property>
136       <property name="text" >
137        <string/>
138       </property>
139       <property name="readOnly" >
140        <bool>true</bool>
141       </property>
142      </widget>
143     </item>
144     <item row="4" column="0" >
145      <widget class="QLabel" name="textLabel11" >
146       <property name="text" >
147        <string>Last name:</string>
148       </property>
149       <property name="wordWrap" >
150        <bool>false</bool>
151       </property>
152      </widget>
153     </item>
154    </layout>
155   </item>
156   <item>
157    <widget class="Line" name="line1_2" >
158     <property name="frameShape" >
159      <enum>QFrame::HLine</enum>
160     </property>
161     <property name="frameShadow" >
162      <enum>QFrame::Sunken</enum>
163     </property>
164     <property name="orientation" >
165      <enum>Qt::Horizontal</enum>
166     </property>
167    </widget>
168   </item>
169   <item>
170    <widget class="QLabel" name="textLabel15" >
171     <property name="text" >
172      <string>Additional properties:</string>
173     </property>
174     <property name="wordWrap" >
175      <bool>false</bool>
176     </property>
177    </widget>
178   </item>
179   <item>
180    <widget class="QTreeWidget" name="propsView" >
181     <property name="contextMenuPolicy" >
182      <enum>Qt::ActionsContextMenu</enum>
183     </property>
184     <property name="indentation" >
185      <number>0</number>
186     </property>
187     <property name="rootIsDecorated" >
188      <bool>false</bool>
189     </property>
190     <property name="allColumnsShowFocus" >
191      <bool>true</bool>
192     </property>
193     <column>
194      <property name="text" >
195       <string>New Column</string>
196      </property>
197     </column>
198     <column>
199      <property name="text" >
200       <string>New Column</string>
201      </property>
202     </column>
203    </widget>
204   </item>
205  </layout>
206 </widget>
207 <tabstops>
208  <tabstop>displayName</tabstop>
209  <tabstop>firstName</tabstop>
210  <tabstop>lastName</tabstop>
211 </tabstops>
212 <resources/>
213 <connections/>
214</ui>
215