moved the nick list to the right side of the Chat lobbies

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7354 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-05-08 13:33:39 +00:00
parent a9193c6380
commit 78f3ab21fd

View File

@ -7,178 +7,168 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>531</width> <width>531</width>
<height>451</height> <height>445</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string notr="true">MainWindow</string> <string notr="true">MainWindow</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin"> <property name="rightMargin">
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <widget class="QSplitter" name="splitter">
<property name="spacing"> <property name="orientation">
<number>3</number> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="rightMargin"> <widget class="QWidget" name="layoutWidget">
<number>0</number> <layout class="QHBoxLayout" name="chatLayout">
</property> <property name="topMargin">
<item> <number>3</number>
<widget class="QFrame" name="leftsideFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="maximumSize"> <item>
<size> <widget class="ChatWidget" name="chatWidget" native="true">
<width>14</width> <property name="sizePolicy">
<height>16777215</height> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
</size> <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>
<width>50</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>0</number>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <property name="topMargin">
<property name="margin"> <number>3</number>
<number>0</number> </property>
</property> <property name="rightMargin">
<item> <number>0</number>
<widget class="QPushButton" name="participantsFrameButton"> </property>
<property name="minimumSize"> <property name="bottomMargin">
<size> <number>3</number>
<width>14</width> </property>
<height>31</height> <item>
</size> <widget class="QTreeWidget" name="participantsList">
</property> <property name="contextMenuPolicy">
<property name="maximumSize"> <enum>Qt::CustomContextMenu</enum>
<size> </property>
<width>14</width> <property name="selectionMode">
<height>31</height> <enum>QAbstractItemView::ExtendedSelection</enum>
</size> </property>
</property> <property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<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>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text"> <property name="text">
<string/> <string>Participants</string>
</property> </property>
<property name="iconSize"> </column>
<size> </widget>
<width>16</width> </item>
<height>31</height> </layout>
</size> </widget>
</property> </widget>
<property name="checkable"> </item>
<bool>true</bool> <item>
</property> <widget class="QFrame" name="leftsideFrame">
</widget> <property name="sizePolicy">
</item> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<item> <horstretch>0</horstretch>
<spacer> <verstretch>0</verstretch>
<property name="orientation"> </sizepolicy>
<enum>Qt::Vertical</enum> </property>
</property> <property name="maximumSize">
<property name="sizeHint" stdset="0"> <size>
<size> <width>14</width>
<width>12</width> <height>16777215</height>
<height>335</height> </size>
</size> </property>
</property> <layout class="QVBoxLayout" name="verticalLayout">
</spacer> <property name="margin">
</item> <number>0</number>
</layout> </property>
</widget> <item>
</item> <widget class="QPushButton" name="participantsFrameButton">
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QFrame" name="participantsFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>14</width>
<height>0</height> <height>31</height>
</size> </size>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <property name="maximumSize">
<property name="leftMargin"> <size>
<number>0</number> <width>14</width>
</property> <height>31</height>
<property name="topMargin"> </size>
<number>3</number> </property>
</property> <property name="text">
<property name="rightMargin"> <string/>
<number>0</number> </property>
</property> <property name="iconSize">
<property name="bottomMargin"> <size>
<number>3</number> <width>16</width>
</property> <height>31</height>
<item> </size>
<widget class="QTreeWidget" name="participantsList"> </property>
<property name="contextMenuPolicy"> <property name="checkable">
<enum>Qt::CustomContextMenu</enum> <bool>true</bool>
</property> </property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<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>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Participants</string>
</property>
</column>
</widget>
</item>
</layout>
</widget> </widget>
<widget class="QWidget" name="layoutWidget"> </item>
<layout class="QHBoxLayout" name="chatLayout"> <item>
<property name="topMargin"> <spacer>
<number>3</number> <property name="orientation">
</property> <enum>Qt::Vertical</enum>
<item> </property>
<widget class="ChatWidget" name="chatWidget" native="true"> <property name="sizeHint" stdset="0">
<property name="sizePolicy"> <size>
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <width>12</width>
<horstretch>0</horstretch> <height>335</height>
<verstretch>0</verstretch> </size>
</sizepolicy> </property>
</property> </spacer>
</widget> </item>
</item> </layout>
</layout> </widget>
</widget>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
<action name="actionChangeNickname"> <action name="actionChangeNickname">