blob: dcc8755fbc4fe914a8cd484a191880eca873905f [file] [log] [blame]
Yingdi Yu767d2ac2013-10-09 15:16:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ChronoChat</class>
4 <widget class="QDialog" name="ChronoChat">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>ChronoChat</string>
15 </property>
16 <widget class="QWidget" name="">
17 <property name="geometry">
18 <rect>
19 <x>10</x>
20 <y>10</y>
21 <width>581</width>
22 <height>431</height>
23 </rect>
24 </property>
25 <layout class="QHBoxLayout" name="horizontalLayout" stretch="18,40">
26 <item>
27 <widget class="QListView" name="Participants"/>
28 </item>
29 <item>
30 <layout class="QVBoxLayout" name="ChatLayout" stretch="38,5">
31 <property name="sizeConstraint">
32 <enum>QLayout::SetDefaultConstraint</enum>
33 </property>
34 <property name="leftMargin">
35 <number>0</number>
36 </property>
37 <item>
38 <widget class="QTextEdit" name="Transcript">
39 <property name="readOnly">
40 <bool>true</bool>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <widget class="QTextEdit" name="Message"/>
46 </item>
47 </layout>
48 </item>
49 </layout>
50 </widget>
51 </widget>
52 <resources/>
53 <connections/>
54</ui>