blob: 1108478a5aa2f6595b33148a9eeb89045a591dd0 [file] [log] [blame]
Mengjin Yan391d7242014-08-28 20:51:55 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SendInvitationRequestDialog</class>
4 <widget class="QDialog" name="SendInvitationRequestDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>441</width>
10 <height>308</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QLabel" name="introLabel">
17 <property name="geometry">
18 <rect>
19 <x>40</x>
20 <y>20</y>
21 <width>391</width>
22 <height>16</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose your contact to send invitation request:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
27 </property>
28 </widget>
29 <widget class="QListView" name="contactsListView">
30 <property name="geometry">
31 <rect>
32 <x>40</x>
33 <y>50</y>
34 <width>351</width>
35 <height>192</height>
36 </rect>
37 </property>
38 </widget>
39 <widget class="QPushButton" name="sendButton">
40 <property name="geometry">
41 <rect>
42 <x>230</x>
43 <y>260</y>
44 <width>91</width>
45 <height>32</height>
46 </rect>
47 </property>
48 <property name="text">
49 <string>Send</string>
50 </property>
51 </widget>
52 <widget class="QPushButton" name="cancelButton">
53 <property name="geometry">
54 <rect>
55 <x>330</x>
56 <y>260</y>
57 <width>91</width>
58 <height>32</height>
59 </rect>
60 </property>
61 <property name="text">
62 <string>Cancel</string>
63 </property>
64 </widget>
65 </widget>
66 <resources/>
67 <connections/>
68</ui>