2010-09-12 20:27:50 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PopupChatDialog</class>
|
2010-11-15 15:49:24 -05:00
|
|
|
<widget class="QWidget" name="PopupChatDialog">
|
2010-09-12 20:27:50 -04:00
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>531</width>
|
|
|
|
<height>451</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2010-10-07 16:16:16 -04:00
|
|
|
<string notr="true"/>
|
2010-09-12 20:27:50 -04:00
|
|
|
</property>
|
2011-07-07 19:24:48 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2010-11-15 15:49:24 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
2010-09-12 20:27:50 -04:00
|
|
|
</property>
|
2010-11-15 15:49:24 -05:00
|
|
|
<item>
|
2012-01-28 10:11:58 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2011-12-07 08:08:12 -05:00
|
|
|
<property name="leftMargin">
|
2011-07-07 19:24:48 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-12-07 08:08:12 -05:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>5</number>
|
2011-07-07 19:24:48 -04:00
|
|
|
</property>
|
2011-12-07 08:08:12 -05:00
|
|
|
<property name="bottomMargin">
|
2011-07-07 19:24:48 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-01-28 10:11:58 -05:00
|
|
|
<item>
|
2011-07-07 19:24:48 -04:00
|
|
|
<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>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QFrame#frame{border: transparent}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="margin">
|
2010-11-15 15:49:24 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-07-07 19:24:48 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="avatarFrameButton">
|
|
|
|
<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>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
</item>
|
2012-01-28 10:11:58 -05:00
|
|
|
<item>
|
2011-07-07 19:24:48 -04:00
|
|
|
<widget class="QFrame" name="avatarframe">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>132</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">border: transparent;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
2012-01-28 10:11:58 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2011-04-09 18:52:52 -04:00
|
|
|
<property name="leftMargin">
|
2012-01-28 10:11:58 -05:00
|
|
|
<number>0</number>
|
2011-07-07 19:24:48 -04:00
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
2012-01-28 10:11:58 -05:00
|
|
|
<number>0</number>
|
2010-11-15 15:49:24 -05:00
|
|
|
</property>
|
2012-01-28 10:11:58 -05:00
|
|
|
<item>
|
2011-09-05 17:19:07 -04:00
|
|
|
<widget class="AvatarWidget" name="avatarWidget" native="true">
|
2011-07-07 19:24:48 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>116</width>
|
|
|
|
<height>116</height>
|
|
|
|
</size>
|
2010-11-15 15:49:24 -05:00
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2011-07-07 19:24:48 -04:00
|
|
|
<width>116</width>
|
|
|
|
<height>116</height>
|
2010-11-15 15:49:24 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-01-28 10:11:58 -05:00
|
|
|
<item>
|
2011-12-29 09:19:53 -05:00
|
|
|
<spacer name="myspacer">
|
2011-07-07 19:24:48 -04:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
2010-11-15 15:49:24 -05:00
|
|
|
<size>
|
2011-07-07 19:24:48 -04:00
|
|
|
<width>61</width>
|
|
|
|
<height>141</height>
|
2010-11-15 15:49:24 -05:00
|
|
|
</size>
|
|
|
|
</property>
|
2011-07-07 19:24:48 -04:00
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-01-28 10:11:58 -05:00
|
|
|
<item>
|
2011-09-05 17:19:07 -04:00
|
|
|
<widget class="AvatarWidget" name="ownAvatarWidget" native="true">
|
2011-07-07 19:24:48 -04:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>116</width>
|
|
|
|
<height>116</height>
|
|
|
|
</size>
|
2010-11-15 15:49:24 -05:00
|
|
|
</property>
|
2011-07-07 19:24:48 -04:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>116</width>
|
|
|
|
<height>116</height>
|
|
|
|
</size>
|
2010-11-15 15:49:24 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-07 19:24:48 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-01-28 10:11:58 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="chatLayout">
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>3</number>
|
2011-12-07 08:08:12 -05:00
|
|
|
</property>
|
2012-01-28 10:11:58 -05: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>
|
2011-12-07 08:08:12 -05:00
|
|
|
</item>
|
2011-07-07 19:24:48 -04:00
|
|
|
</layout>
|
2010-11-15 15:49:24 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
2010-09-20 20:08:06 -04:00
|
|
|
<action name="actionClearOfflineMessages">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear offline messages</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2010-09-12 20:27:50 -04:00
|
|
|
</widget>
|
2011-09-05 17:19:07 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2012-01-28 10:11:58 -05:00
|
|
|
<class>ChatWidget</class>
|
2011-09-05 17:19:07 -04:00
|
|
|
<extends>QWidget</extends>
|
2012-01-28 10:11:58 -05:00
|
|
|
<header location="global">gui/chat/ChatWidget.h</header>
|
2011-09-05 17:19:07 -04:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2011-12-07 08:08:12 -05:00
|
|
|
<customwidget>
|
2012-01-28 10:11:58 -05:00
|
|
|
<class>AvatarWidget</class>
|
2012-01-17 15:36:36 -05:00
|
|
|
<extends>QWidget</extends>
|
2012-01-28 10:11:58 -05:00
|
|
|
<header>gui/common/AvatarWidget.h</header>
|
2011-12-07 08:08:12 -05:00
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2011-09-05 17:19:07 -04:00
|
|
|
</customwidgets>
|
2012-01-17 15:36:36 -05:00
|
|
|
<resources/>
|
2010-09-12 20:27:50 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|