blob: 99fd5e9a78d9bb48326e971d44b6a82c4948d2ef [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>
Yingdi Yu4685b1b2013-10-18 17:05:02 -070016 <widget class="QWidget" name="layoutWidget">
Yingdi Yubf7517c2013-10-15 20:31:37 -070017 <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>
Yingdi Yu4685b1b2013-10-18 17:05:02 -070055 <property name="autoDefault">
56 <bool>false</bool>
57 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -070058 </widget>
59 </item>
60 </layout>
61 </item>
62 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070063 <widget class="QTableWidget" name="infoView"/>
Yingdi Yubf7517c2013-10-15 20:31:37 -070064 </item>
65 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070066 <layout class="QHBoxLayout" name="buttonLayout">
Yingdi Yubf7517c2013-10-15 20:31:37 -070067 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070068 <widget class="QPushButton" name="cancelButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070069 <property name="text">
70 <string>Cancel</string>
71 </property>
Yingdi Yu4685b1b2013-10-18 17:05:02 -070072 <property name="autoDefault">
73 <bool>false</bool>
74 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -070075 </widget>
76 </item>
77 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070078 <widget class="QPushButton" name="addButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070079 <property name="text">
80 <string>Add</string>
81 </property>
Yingdi Yu4685b1b2013-10-18 17:05:02 -070082 <property name="autoDefault">
83 <bool>false</bool>
84 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -070085 </widget>
86 </item>
87 </layout>
88 </item>
89 </layout>
90 </widget>
91 </widget>
92 <resources/>
93 <connections/>
94</ui>