blob: 9451b519a4aaef9f7cf77027e65c297d0c9251ac [file] [log] [blame]
Yingdi Yu100267f2013-10-21 15:01:40 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StartChatDialog</class>
4 <widget class="QDialog" name="StartChatDialog">
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="QPushButton" name="okButton">
17 <property name="geometry">
18 <rect>
19 <x>180</x>
20 <y>150</y>
21 <width>100</width>
22 <height>32</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>OK</string>
27 </property>
28 </widget>
29 <widget class="QLineEdit" name="chatroomInput">
30 <property name="geometry">
31 <rect>
32 <x>20</x>
33 <y>70</y>
34 <width>260</width>
35 <height>21</height>
36 </rect>
37 </property>
38 </widget>
39 <widget class="QLabel" name="introLabel">
40 <property name="geometry">
41 <rect>
42 <x>20</x>
43 <y>30</y>
44 <width>260</width>
45 <height>16</height>
46 </rect>
47 </property>
48 <property name="font">
49 <font>
50 <weight>75</weight>
51 <bold>true</bold>
52 </font>
53 </property>
54 <property name="text">
55 <string>Chatroom Prefix:</string>
56 </property>
57 </widget>
58 <widget class="QPushButton" name="cancelButton">
59 <property name="geometry">
60 <rect>
61 <x>20</x>
62 <y>150</y>
63 <width>100</width>
64 <height>32</height>
65 </rect>
66 </property>
67 <property name="text">
68 <string>Cancel</string>
69 </property>
70 </widget>
71 <widget class="QCheckBox" name="introCheckBox">
72 <property name="geometry">
73 <rect>
74 <x>20</x>
75 <y>110</y>
76 <width>260</width>
77 <height>20</height>
78 </rect>
79 </property>
80 <property name="text">
81 <string>Set invitee as introducer</string>
82 </property>
Yingdi Yu42f66462013-10-31 17:38:22 -070083 <property name="checkable">
84 <bool>false</bool>
85 </property>
Yingdi Yu100267f2013-10-21 15:01:40 -070086 </widget>
87 </widget>
88 <resources/>
89 <connections/>
90</ui>