blob: d2b03742da201763f60d70862f831e0e2837cd76 [file] [log] [blame]
Yingdi Yubf7517c2013-10-15 20:31:37 -07001<?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 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
19 <x>10</x>
20 <y>10</y>
21 <width>381</width>
22 <height>481</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout" stretch="1,15,1">
26 <property name="spacing">
27 <number>10</number>
28 </property>
29 <item>
30 <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,5,2">
31 <item>
32 <widget class="QLabel" name="label">
33 <property name="font">
34 <font>
35 <weight>75</weight>
36 <bold>true</bold>
37 </font>
38 </property>
39 <property name="text">
40 <string>Contact:</string>
41 </property>
42 <property name="textFormat">
43 <enum>Qt::AutoText</enum>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QLineEdit" name="lineEdit"/>
49 </item>
50 <item>
51 <widget class="QPushButton" name="pushButton">
52 <property name="text">
53 <string>Search</string>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <widget class="QTableView" name="tableView"/>
61 </item>
62 <item>
63 <layout class="QHBoxLayout" name="horizontalLayout_2">
64 <item>
65 <widget class="QPushButton" name="pushButton_2">
66 <property name="text">
67 <string>Cancel</string>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QPushButton" name="pushButton_3">
73 <property name="text">
74 <string>Add</string>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 </layout>
81 </widget>
82 </widget>
83 <resources/>
84 <connections/>
85</ui>