Port things from MSN to WLM plugin:
[kdenetwork.git] / kopete / protocols / telepathy / ui / telepathyaddcontactpage.ui
blob162a818ff5e4b34607588bfa07ad7c26432da66a
1 <ui version="4.0" >
2  <class>TelepathyAddContactPage</class>
3  <widget class="QWidget" name="TelepathyAddContactPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <property name="margin" >
14     <number>9</number>
15    </property>
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item row="0" column="0" >
20     <layout class="QHBoxLayout" >
21      <property name="margin" >
22       <number>0</number>
23      </property>
24      <property name="spacing" >
25       <number>6</number>
26      </property>
27      <item>
28       <widget class="QLabel" name="label" >
29        <property name="text" >
30         <string>User ID:</string>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="KLineEdit" name="textUserId" />
36      </item>
37     </layout>
38    </item>
39    <item row="1" column="0" >
40     <spacer>
41      <property name="orientation" >
42       <enum>Qt::Vertical</enum>
43      </property>
44      <property name="sizeHint" >
45       <size>
46        <width>20</width>
47        <height>40</height>
48       </size>
49      </property>
50     </spacer>
51    </item>
52   </layout>
53  </widget>
54  <customwidgets>
55   <customwidget>
56    <class>KLineEdit</class>
57    <extends>QLineEdit</extends>
58    <header>klineedit.h</header>
59   </customwidget>
60  </customwidgets>
61  <resources/>
62  <connections/>
63 </ui>