blob: 28958b9a12ecbfd4c2970cdb5ce1685a608e78ad [file] [log] [blame]
Yingdi Yu908f8412013-11-09 00:03:26 -08001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>BrowseContactDialog</class>
4 <widget class="QDialog" name="BrowseContactDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>480</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>BrowseContacts</string>
15 </property>
16 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
19 <x>12</x>
20 <y>10</y>
21 <width>581</width>
22 <height>471</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout" stretch="20,1">
26 <item>
27 <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,3">
28 <item>
29 <widget class="QListView" name="ContactList">
30 <property name="contextMenuPolicy">
31 <enum>Qt::CustomContextMenu</enum>
32 </property>
33 <property name="acceptDrops">
34 <bool>false</bool>
35 </property>
36 <property name="editTriggers">
37 <set>QAbstractItemView::NoEditTriggers</set>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QTableWidget" name="InfoTable">
43 <attribute name="horizontalHeaderStretchLastSection">
44 <bool>true</bool>
45 </attribute>
46 </widget>
47 </item>
48 </layout>
49 </item>
50 <item>
51 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1">
52 <item>
53 <widget class="QPushButton" name="CancelButton">
54 <property name="text">
55 <string>Cancel</string>
56 </property>
57 <property name="autoDefault">
58 <bool>false</bool>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QPushButton" name="AddButton">
64 <property name="text">
65 <string>Add </string>
66 </property>
67 <property name="autoDefault">
68 <bool>false</bool>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </item>
74 </layout>
75 </widget>
76 </widget>
77 <resources/>
78 <connections/>
79</ui>