mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
b11459329b
* Added to display system message text when call is stopped. * Fixing spaces on chat window. * Clean up chatwidget buttons, moved text color to the font menu button git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7731 b45a01b8-16f6-495d-af2f-9b41ad6348cc
148 lines
4.1 KiB
XML
148 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PopupChatWindow</class>
|
|
<widget class="QMainWindow" name="PopupChatWindow">
|
|
<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>
|
|
<widget class="QWidget" name="chatcentralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="leftMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="ChatTabWidget" name="tabWidget">
|
|
<property name="tabsClosable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="movable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="chatstatusbar"/>
|
|
<widget class="QToolBar" name="chattoolBar">
|
|
<property name="movable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="allowedAreas">
|
|
<set>Qt::LeftToolBarArea|Qt::TopToolBarArea</set>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>32</width>
|
|
<height>32</height>
|
|
</size>
|
|
</property>
|
|
<property name="floatable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionAvatar"/>
|
|
<addaction name="actionColor"/>
|
|
<addaction name="actionSetOnTop"/>
|
|
<addaction name="actionDockTab"/>
|
|
<addaction name="actionUndockTab"/>
|
|
</widget>
|
|
<action name="actionAvatar">
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/no_avatar_70.png</normaloff>:/images/no_avatar_70.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Avatar</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Set your Avatar Picture</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDockTab">
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/tab-dock.png</normaloff>:/images/tab-dock.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dock tab</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Dock tab</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUndockTab">
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/tab-undock.png</normaloff>:/images/tab-undock.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Undock tab</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Undock tab</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColor">
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/highlight.png</normaloff>:/images/highlight.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set Chat Window Color</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Set Chat Window Color</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSetOnTop">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../images.qrc">
|
|
<normaloff>:/images/pin32.png</normaloff>:/images/pin32.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set window on top</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Set window on top</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>ChatTabWidget</class>
|
|
<extends>QTabWidget</extends>
|
|
<header location="global">gui/chat/ChatTabWidget.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../images.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|