2010-04-20 08:42:45 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MessengerWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MessengerWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-10-05 23:18:27 +00:00
|
|
|
<width>258</width>
|
2010-05-24 00:59:12 +00:00
|
|
|
<height>482</height>
|
2010-04-20 08:42:45 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2010-09-12 14:10:28 +00:00
|
|
|
<string>RetroShare Messenger</string>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QFrame" name="messengerframetop">
|
2010-08-30 19:10:07 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>82</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<property name="margin">
|
2010-04-20 08:42:45 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-08-30 19:10:07 +00:00
|
|
|
<item row="0" column="0">
|
2012-08-22 13:44:23 +00:00
|
|
|
<widget class="AvatarWidget" name="avatar">
|
2010-08-30 19:10:07 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>70</width>
|
|
|
|
<height>70</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>70</width>
|
|
|
|
<height>70</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2010-10-05 23:18:27 +00:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QComboBox" name="messagelineEdit">
|
|
|
|
<property name="editable">
|
|
|
|
<bool>true</bool>
|
2010-09-11 18:08:38 +00:00
|
|
|
</property>
|
2010-10-05 23:18:27 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
2012-08-22 13:44:23 +00:00
|
|
|
<widget class="QToolButton" name="statusButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-08-30 19:10:07 +00:00
|
|
|
</property>
|
2012-08-22 13:44:23 +00:00
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextOnly</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
2010-08-30 19:10:07 +00:00
|
|
|
<bool>true</bool>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
2010-08-30 19:10:07 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-04-20 08:42:45 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2010-08-30 19:10:07 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-04-20 08:42:45 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2012-08-26 20:31:10 +00:00
|
|
|
<widget class="QFrame" name="toolBarFrame">
|
2010-04-20 08:42:45 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
2010-10-05 23:18:27 +00:00
|
|
|
<height>32</height>
|
2010-04-20 08:42:45 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
2012-09-07 17:30:23 +00:00
|
|
|
<enum>QFrame::Box</enum>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
2012-09-07 17:30:23 +00:00
|
|
|
<enum>QFrame::Sunken</enum>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
2012-08-26 20:31:10 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2010-04-20 08:42:45 +00:00
|
|
|
<property name="margin">
|
2010-10-05 23:18:27 +00:00
|
|
|
<number>2</number>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
2012-08-26 20:31:10 +00:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="filterLineLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LineEditClear" name="filterLineEdit">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Search Friends</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-04-20 08:42:45 +00:00
|
|
|
<widget class="QToolButton" name="addIMAccountButton">
|
|
|
|
<property name="toolTip">
|
2010-09-13 20:05:55 +00:00
|
|
|
<string>Add a Friend</string>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/user/add_user24.png</normaloff>:/images/user/add_user24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 20:31:10 +00:00
|
|
|
<item>
|
2010-04-20 08:42:45 +00:00
|
|
|
<widget class="QToolButton" name="shareButton">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Share Files for your Friends</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/friendsfolder24.png</normaloff>:/images/friendsfolder24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 20:31:10 +00:00
|
|
|
<item>
|
2012-08-22 13:44:23 +00:00
|
|
|
<widget class="QToolButton" name="displaytoolButton">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="popupMode">
|
|
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-12-12 23:41:45 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
2012-08-27 21:48:00 +00:00
|
|
|
<widget class="LogoBar" name="logoFrame">
|
2012-08-22 13:44:23 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>65</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-12-12 23:41:45 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2012-08-27 21:48:00 +00:00
|
|
|
<widget class="QFrame" name="friendListFrame">
|
2010-12-12 23:41:45 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2012-08-27 21:48:00 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2010-05-24 00:59:12 +00:00
|
|
|
<item row="1" column="0">
|
2011-10-20 21:34:44 +00:00
|
|
|
<widget class="FriendList" name="friendList" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-04-20 08:42:45 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-10-05 23:18:27 +00:00
|
|
|
<width>258</width>
|
2010-08-30 19:10:07 +00:00
|
|
|
<height>20</height>
|
2010-04-20 08:42:45 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2011-09-05 21:19:07 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>AvatarWidget</class>
|
2012-05-21 19:37:38 +00:00
|
|
|
<extends>QLabel</extends>
|
2011-09-05 21:19:07 +00:00
|
|
|
<header>gui/common/AvatarWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2011-10-20 21:34:44 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>FriendList</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/common/FriendList.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2012-09-07 17:30:23 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header>gui/common/LineEditClear.h</header>
|
|
|
|
</customwidget>
|
2012-08-22 13:44:23 +00:00
|
|
|
<customwidget>
|
|
|
|
<class>LogoBar</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header>gui/LogoBar.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2011-09-05 21:19:07 +00:00
|
|
|
</customwidgets>
|
2010-04-20 08:42:45 +00:00
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|