2009-05-08 20:58:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-08-31 09:08:24 +00:00
|
|
|
<class>ChatWindow</class>
|
2009-05-08 20:58:19 +00:00
|
|
|
<widget class="QWidget" name="ChatWindow">
|
|
|
|
<property name="geometry">
|
2008-08-31 09:08:24 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-05-08 20:58:19 +00:00
|
|
|
<property name="windowTitle">
|
2008-08-31 09:08:24 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-05-08 20:58:19 +00:00
|
|
|
<layout class="QVBoxLayout">
|
2008-08-31 09:08:24 +00:00
|
|
|
<item>
|
2009-05-08 20:58:19 +00:00
|
|
|
<widget class="QTextBrowser" name="display">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Monospace</family>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2008-08-31 09:08:24 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-05-08 20:58:19 +00:00
|
|
|
<property name="html">
|
|
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
2008-08-31 09:08:24 +00:00
|
|
|
p, li { white-space: pre-wrap; }
|
2009-05-08 20:58:19 +00:00
|
|
|
</style></head><body style=" font-family:'Monospace'; font-size:10pt; font-weight:400; font-style:normal;">
|
|
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"></p></body></html></string>
|
2008-08-31 09:08:24 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-05-08 20:58:19 +00:00
|
|
|
<widget class="QLineEdit" name="input"/>
|
2008-08-31 09:08:24 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|