2012-10-26 07:55:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ChatLobbyWidget</class>
|
|
|
|
<widget class="QWidget" name="ChatLobbyWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>608</width>
|
2013-02-24 17:44:14 -05:00
|
|
|
<height>381</height>
|
2012-10-26 07:55:28 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-02-24 17:44:14 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2012-10-26 07:55:28 -04:00
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
2013-02-24 17:44:14 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-10-26 07:55:28 -04:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2013-07-19 08:18:58 -04:00
|
|
|
<property name="margin">
|
2012-10-26 07:55:28 -04:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarPixmap">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
2013-08-15 12:20:14 -04:00
|
|
|
<pixmap resource="images.qrc">:/images/chat_22.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>false</bool>
|
2012-10-26 07:55:28 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Chat lobbies</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>123</width>
|
|
|
|
<height>13</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-29 18:02:04 -04:00
|
|
|
<widget class="QToolButton" name="helpButton">
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
2012-10-26 07:55:28 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
2013-07-19 08:18:58 -04:00
|
|
|
<normaloff>:/images/64px_help.png</normaloff>:/images/64px_help.png</iconset>
|
2012-10-26 07:55:28 -04:00
|
|
|
</property>
|
2013-07-19 08:18:58 -04:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2012-10-26 07:55:28 -04:00
|
|
|
</property>
|
2013-08-29 18:02:04 -04:00
|
|
|
<property name="autoRaise">
|
2012-10-26 07:55:28 -04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-24 17:44:14 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
2013-03-21 16:32:04 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-02-24 17:44:14 -05:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QTreeWidget" name="lobbyTreeWidget">
|
2013-08-26 12:15:29 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>9</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2013-08-26 19:37:13 -04:00
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
2013-08-26 12:15:29 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-02-24 17:44:14 -05:00
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<property name="sizePolicy">
|
2013-03-21 16:32:04 -04:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2013-02-24 17:44:14 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-03-19 16:49:24 -04:00
|
|
|
<widget class="QWidget" name="page"/>
|
2013-02-24 17:44:14 -05:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-26 07:55:28 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|