2020-06-21 14:45:11 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-07-24 08:14:41 +02:00
|
|
|
<class>CChatDlgBase</class>
|
2020-06-21 14:45:11 +02:00
|
|
|
<widget class="QDialog" name="CChatDlgBase">
|
|
|
|
<property name="geometry">
|
2008-07-24 08:14:41 +02:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-09-01 21:34:19 +02:00
|
|
|
<width>435</width>
|
2008-07-24 18:20:25 +02:00
|
|
|
<height>405</height>
|
2008-07-24 08:14:41 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
2008-07-24 08:14:41 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="windowTitle">
|
2008-07-24 08:14:41 +02:00
|
|
|
<string>Chat</string>
|
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
2008-07-24 08:14:41 +02:00
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2008-07-24 08:14:41 +02:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2008-07-24 08:14:41 +02:00
|
|
|
<item>
|
2020-06-21 14:45:11 +02:00
|
|
|
<widget class="QTextBrowser" name="txvChatWindow">
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="textInteractionFlags">
|
2009-11-30 23:16:31 +01:00
|
|
|
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="openLinks">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-11-30 23:16:31 +01:00
|
|
|
</widget>
|
2008-07-24 08:14:41 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-06-21 14:45:11 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2009-11-30 23:16:31 +01:00
|
|
|
<item>
|
2020-06-21 14:45:11 +02:00
|
|
|
<widget class="QLineEdit" name="edtLocalInputText"/>
|
2009-11-30 23:16:31 +01:00
|
|
|
</item>
|
2008-07-24 08:14:41 +02:00
|
|
|
<item>
|
2020-06-21 14:45:11 +02:00
|
|
|
<widget class="QPushButton" name="butSend">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Send</string>
|
2008-07-24 08:14:41 +02:00
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
2008-07-24 08:14:41 +02:00
|
|
|
</property>
|
2020-06-21 14:45:11 +02:00
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
2008-07-24 08:14:41 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>txvChatWindow</tabstop>
|
2008-07-24 08:14:41 +02:00
|
|
|
</tabstops>
|
|
|
|
<resources>
|
2020-06-21 14:45:11 +02:00
|
|
|
<include location="resources.qrc"/>
|
2008-07-24 08:14:41 +02:00
|
|
|
</resources>
|
2020-06-21 14:45:11 +02:00
|
|
|
<connections/>
|
2008-07-24 08:14:41 +02:00
|
|
|
</ui>
|