blob: 0143de6be065945abce7ec59934b65ac97385a7f [file] [log] [blame]
Yingdi Yu42f66462013-10-31 17:38:22 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InviteListDialog</class>
4 <widget class="QDialog" name="InviteListDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
19 <x>10</x>
20 <y>10</y>
21 <width>281</width>
22 <height>381</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout" stretch="4,1,20,2">
26 <property name="spacing">
27 <number>10</number>
28 </property>
29 <item>
30 <widget class="QLabel" name="inviteLabel">
31 <property name="font">
32 <font>
33 <weight>75</weight>
34 <bold>true</bold>
35 </font>
36 </property>
37 <property name="text">
38 <string>TextLabel</string>
39 </property>
40 <property name="alignment">
41 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QCheckBox" name="isIntroducer">
47 <property name="text">
48 <string>as introducer</string>
49 </property>
50 <property name="checkable">
51 <bool>false</bool>
52 </property>
53 <property name="checked">
54 <bool>false</bool>
55 </property>
56 <property name="tristate">
57 <bool>false</bool>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QListView" name="contactListView"/>
63 </item>
64 <item>
65 <layout class="QHBoxLayout" name="horizontalLayout">
66 <item>
67 <widget class="QPushButton" name="cancelButton">
68 <property name="text">
69 <string>Cancel</string>
70 </property>
71 <property name="autoDefault">
72 <bool>false</bool>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QPushButton" name="inviteButton">
78 <property name="text">
79 <string>Invite</string>
80 </property>
81 <property name="autoDefault">
82 <bool>false</bool>
83 </property>
84 </widget>
85 </item>
86 </layout>
87 </item>
88 </layout>
89 </widget>
90 </widget>
91 <resources/>
92 <connections/>
93</ui>