blob: 3df9786fa0a23b5f58d70f4461cd7bc165183646 [file] [log] [blame]
Yingdi Yu348f5ea2014-03-01 14:47:25 -08001<?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>100</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
Yingdi Yud85e29f2014-09-09 17:20:04 -070016 <widget class="QWidget" name="layoutWidget">
Yingdi Yu348f5ea2014-03-01 14:47:25 -080017 <property name="geometry">
18 <rect>
19 <x>10</x>
20 <y>10</y>
21 <width>281</width>
22 <height>23</height>
23 </rect>
24 </property>
25 <layout class="QHBoxLayout" name="chatroomLineLayout">
26 <item>
27 <widget class="QLabel" name="introLabel">
28 <property name="font">
29 <font>
30 <weight>75</weight>
31 <bold>true</bold>
32 </font>
33 </property>
34 <property name="text">
35 <string>Chatroom Name:</string>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QLineEdit" name="chatroomInput"/>
41 </item>
42 </layout>
43 </widget>
Yingdi Yud85e29f2014-09-09 17:20:04 -070044 <widget class="QWidget" name="layoutWidget">
Yingdi Yu348f5ea2014-03-01 14:47:25 -080045 <property name="geometry">
46 <rect>
47 <x>10</x>
48 <y>60</y>
49 <width>281</width>
50 <height>32</height>
51 </rect>
52 </property>
53 <layout class="QHBoxLayout" name="buttonLayout" stretch="1,1">
54 <property name="spacing">
55 <number>-1</number>
56 </property>
57 <item>
58 <widget class="QPushButton" name="cancelButton">
59 <property name="text">
60 <string>Cancel</string>
61 </property>
62 <property name="autoDefault">
63 <bool>false</bool>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QPushButton" name="okButton">
69 <property name="text">
70 <string>OK</string>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </widget>
76 </widget>
77 <resources/>
78 <connections/>
79</ui>