2008-07-24 08:14:41 +02:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>CChatDlgBase</class>
|
|
|
|
<widget class="QDialog" name="CChatDlgBase" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<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>
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Chat</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon" >
|
2009-05-01 12:06:07 +02:00
|
|
|
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
|
2008-07-24 08:14:41 +02:00
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QTextBrowser" name="TextViewChatWindow" />
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-10-26 22:10:14 +01:00
|
|
|
<widget class="QLineEdit" name="lineEditLocalInputText" />
|
2008-07-24 08:14:41 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonClose" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>lineEditLocalInputText</tabstop>
|
|
|
|
<tabstop>buttonClose</tabstop>
|
2008-07-24 18:20:25 +02:00
|
|
|
<tabstop>TextViewChatWindow</tabstop>
|
2008-07-24 08:14:41 +02:00
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc" />
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonClose</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>CChatDlgBase</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>20</x>
|
|
|
|
<y>20</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|