blob: 5cf399a8bff172f03a08bc33c322ccd83dfafc2b [file] [log] [blame]
Yingdi Yu348f5ea2014-03-01 14:47:25 -08001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>AddContactPanel</class>
4 <widget class="QDialog" name="AddContactPanel">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Contact</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QVBoxLayout" name="addContactPanelLayout" stretch="1,30,1">
19 <property name="spacing">
20 <number>10</number>
21 </property>
22 <item>
23 <layout class="QHBoxLayout" name="contactSearchLayout" stretch="3,5,2">
24 <item>
25 <widget class="QLabel" name="contactLabel">
26 <property name="font">
27 <font>
28 <weight>75</weight>
29 <bold>true</bold>
30 </font>
31 </property>
32 <property name="text">
33 <string>Contact identity:</string>
34 </property>
35 <property name="textFormat">
36 <enum>Qt::AutoText</enum>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QLineEdit" name="contactInput"/>
42 </item>
43 <item>
44 <widget class="QPushButton" name="searchButton">
45 <property name="text">
46 <string>Fetch</string>
47 </property>
48 <property name="autoDefault">
49 <bool>false</bool>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </item>
55 <item>
56 <widget class="QTableWidget" name="infoView">
57 <attribute name="horizontalHeaderStretchLastSection">
58 <bool>true</bool>
59 </attribute>
60 </widget>
61 </item>
62 <item>
63 <layout class="QHBoxLayout" name="buttonLayout">
64 <item>
65 <widget class="QPushButton" name="cancelButton">
66 <property name="text">
67 <string>Cancel</string>
68 </property>
69 <property name="autoDefault">
70 <bool>false</bool>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="QPushButton" name="addButton">
76 <property name="text">
77 <string>Add</string>
78 </property>
79 <property name="autoDefault">
80 <bool>false</bool>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </item>
86 </layout>
87 </item>
88 </layout>
89 </widget>
90 <resources/>
91 <connections/>
92</ui>