blob: b7d936741f9692b453d4233c2e3ab1266be2d1a7 [file] [log] [blame]
Yingdi Yu24ca96f2013-10-22 23:42:16 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InvitationDialog</class>
4 <widget class="QDialog" name="InvitationDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>200</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QLabel" name="msgLabel">
17 <property name="geometry">
18 <rect>
19 <x>30</x>
20 <y>30</y>
21 <width>240</width>
22 <height>50</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>TextLabel</string>
27 </property>
28 <property name="alignment">
29 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
30 </property>
31 </widget>
32 <widget class="QLineEdit" name="chatroomLine">
33 <property name="geometry">
34 <rect>
35 <x>30</x>
36 <y>100</y>
37 <width>241</width>
38 <height>21</height>
39 </rect>
40 </property>
41 <property name="readOnly">
42 <bool>true</bool>
43 </property>
44 </widget>
45 <widget class="QPushButton" name="cancelButton">
46 <property name="geometry">
47 <rect>
48 <x>30</x>
49 <y>150</y>
50 <width>100</width>
51 <height>32</height>
52 </rect>
53 </property>
54 <property name="text">
55 <string>Cancel</string>
56 </property>
57 </widget>
58 <widget class="QPushButton" name="okButton">
59 <property name="geometry">
60 <rect>
61 <x>170</x>
62 <y>150</y>
63 <width>100</width>
64 <height>32</height>
65 </rect>
66 </property>
67 <property name="text">
68 <string>OK</string>
69 </property>
70 </widget>
71 </widget>
72 <resources/>
73 <connections/>
74</ui>