blob: dcc8755fbc4fe914a8cd484a191880eca873905f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChronoChat</class>
<widget class="QDialog" name="ChronoChat">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
<string>ChronoChat</string>
</property>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>581</width>
<height>431</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="18,40">
<item>
<widget class="QListView" name="Participants"/>
</item>
<item>
<layout class="QVBoxLayout" name="ChatLayout" stretch="38,5">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<item>
<widget class="QTextEdit" name="Transcript">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="Message"/>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>