blob: 3632931b79a57bc5d740b87e79181755dabcd31f [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>
Yingdi Yu0269c872013-10-16 13:16:49 -070025 <layout class="QVBoxLayout" name="addContactPanelLayout" stretch="1,25,1">
Yingdi Yubf7517c2013-10-15 20:31:37 -070026 <property name="spacing">
27 <number>10</number>
28 </property>
29 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070030 <layout class="QHBoxLayout" name="contactSearchLayout" stretch="1,5,2">
Yingdi Yubf7517c2013-10-15 20:31:37 -070031 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070032 <widget class="QLabel" name="contactLabel">
Yingdi Yubf7517c2013-10-15 20:31:37 -070033 <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>
Yingdi Yu0269c872013-10-16 13:16:49 -070048 <widget class="QLineEdit" name="contactInput"/>
Yingdi Yubf7517c2013-10-15 20:31:37 -070049 </item>
50 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070051 <widget class="QPushButton" name="searchButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070052 <property name="text">
53 <string>Search</string>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070060 <widget class="QTableWidget" name="infoView"/>
Yingdi Yubf7517c2013-10-15 20:31:37 -070061 </item>
62 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070063 <layout class="QHBoxLayout" name="buttonLayout">
Yingdi Yubf7517c2013-10-15 20:31:37 -070064 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070065 <widget class="QPushButton" name="cancelButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070066 <property name="text">
67 <string>Cancel</string>
68 </property>
69 </widget>
70 </item>
71 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070072 <widget class="QPushButton" name="addButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070073 <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>