blob: fb6f4fa275c9dcfbfaccf6ca856272b3bd8929ce [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 Yub2e747d2013-11-05 23:06:43 -080025 <layout class="QVBoxLayout" name="addContactPanelLayout" stretch="1,25,0,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">
Yingdi Yu2e3199c2013-11-06 18:42:34 -080053 <string>Fetch</string>
Yingdi Yubf7517c2013-10-15 20:31:37 -070054 </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 Yu2ac40fb2013-10-21 13:38:38 -070063 <widget class="QTableWidget" name="infoView">
64 <attribute name="horizontalHeaderStretchLastSection">
65 <bool>true</bool>
66 </attribute>
67 </widget>
Yingdi Yubf7517c2013-10-15 20:31:37 -070068 </item>
69 <item>
Yingdi Yub2e747d2013-11-05 23:06:43 -080070 <widget class="QCheckBox" name="fetchBox">
71 <property name="text">
72 <string>Fetch profile</string>
73 </property>
74 <property name="checkable">
75 <bool>true</bool>
76 </property>
77 </widget>
78 </item>
79 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070080 <layout class="QHBoxLayout" name="buttonLayout">
Yingdi Yubf7517c2013-10-15 20:31:37 -070081 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070082 <widget class="QPushButton" name="cancelButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070083 <property name="text">
84 <string>Cancel</string>
85 </property>
Yingdi Yu4685b1b2013-10-18 17:05:02 -070086 <property name="autoDefault">
87 <bool>false</bool>
88 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -070089 </widget>
90 </item>
91 <item>
Yingdi Yu0269c872013-10-16 13:16:49 -070092 <widget class="QPushButton" name="addButton">
Yingdi Yubf7517c2013-10-15 20:31:37 -070093 <property name="text">
94 <string>Add</string>
95 </property>
Yingdi Yu4685b1b2013-10-18 17:05:02 -070096 <property name="autoDefault">
97 <bool>false</bool>
98 </property>
Yingdi Yubf7517c2013-10-15 20:31:37 -070099 </widget>
100 </item>
101 </layout>
102 </item>
103 </layout>
104 </widget>
105 </widget>
106 <resources/>
107 <connections/>
108</ui>