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>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QTextBrowser" name="txvChatWindow" >
|
2009-11-30 23:16:31 +01:00
|
|
|
<property name="textInteractionFlags" >
|
|
|
|
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::NoTextInteraction|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-07-24 08:14:41 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLineEdit" name="edtLocalInputText" />
|
2008-07-24 08:14:41 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2009-11-30 23:16:31 +01:00
|
|
|
<width>181</width>
|
|
|
|
<height>27</height>
|
2008-07-24 08:14:41 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-11-30 23:16:31 +01:00
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QPushButton" name="butClear" >
|
2009-11-30 23:16:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Cl&ear</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-07-24 08:14:41 +02:00
|
|
|
<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>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>edtLocalInputText</tabstop>
|
|
|
|
<tabstop>txvChatWindow</tabstop>
|
|
|
|
<tabstop>butClear</tabstop>
|
2009-11-30 23:16:31 +01:00
|
|
|
<tabstop>buttonClose</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>
|