2012-01-17 20:36:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ChatLobbyDialog</class>
|
|
|
|
<widget class="QWidget" name="ChatLobbyDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>531</width>
|
2014-05-08 13:33:39 +00:00
|
|
|
<height>445</height>
|
2012-01-17 20:36:36 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">MainWindow</string>
|
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2014-12-05 14:54:34 +00:00
|
|
|
<property name="margin">
|
2012-01-17 20:36:36 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2014-05-08 13:33:39 +00:00
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2012-01-28 15:11:58 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<layout class="QHBoxLayout" name="chatLayout">
|
|
|
|
<property name="topMargin">
|
2014-12-05 14:54:34 +00:00
|
|
|
<number>0</number>
|
2012-01-17 20:36:36 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<item>
|
|
|
|
<widget class="ChatWidget" name="chatWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QFrame" name="participantsFrame">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2014-09-15 14:43:01 +00:00
|
|
|
<width>120</width>
|
2014-05-08 13:33:39 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-12-30 15:44:36 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>140</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2012-01-17 20:36:36 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
2012-01-17 20:36:36 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="participantsList">
|
2014-06-04 15:10:39 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-09-15 14:43:01 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-12-30 15:44:36 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>140</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
2013-05-20 14:05:53 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
2013-05-20 14:05:53 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
2013-05-20 14:05:53 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
2013-05-20 14:05:53 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<property name="animated">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="allColumnsShowFocus">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="headerHidden">
|
|
|
|
<bool>true</bool>
|
2012-01-28 15:11:58 +00:00
|
|
|
</property>
|
2014-05-08 13:33:39 +00:00
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string>Participants</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="leftsideFrame">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="participantsFrameButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>31</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>31</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>31</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-05-20 14:05:53 +00:00
|
|
|
</widget>
|
2014-05-08 13:33:39 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>12</width>
|
|
|
|
<height>335</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-01-17 20:36:36 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2012-01-28 15:11:58 +00:00
|
|
|
<action name="actionChangeNickname">
|
|
|
|
<property name="text">
|
|
|
|
<string>Change nick name</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-17 20:36:36 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ChatWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global">gui/chat/ChatWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|