2009-09-29 19:41:29 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2007-11-14 22:18:48 -05:00
<class>MessengerWindow</class>
2009-09-29 19:41:29 -04:00
<widget class="QMainWindow" name="MessengerWindow">
<property name="geometry">
2007-11-14 22:18:48 -05:00
<rect>
<x>0</x>
<y>0</y>
2010-02-03 12:39:30 -05:00
<width>295</width>
2010-02-06 17:56:56 -05:00
<height>507</height>
2007-11-14 22:18:48 -05:00
</rect>
</property>
2009-09-29 19:41:29 -04:00
<property name="windowTitle">
2008-10-23 11:22:35 -04:00
<string>RetroShare Messenger</string>
2007-11-14 22:18:48 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="windowIcon">
<iconset resource="images.qrc">
2009-01-30 18:51:59 -05:00
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
2007-11-14 22:18:48 -05:00
</property>
2009-09-29 19:41:29 -04:00
<widget class="QWidget" name="centralwidget">
2010-02-03 18:38:38 -05:00
<layout class="QGridLayout" name="gridLayout">
2009-09-29 19:41:29 -04:00
<property name="margin">
2009-01-06 20:56:09 -05:00
<number>0</number>
</property>
2009-09-29 19:41:29 -04:00
<property name="spacing">
2008-10-23 11:22:35 -04:00
<number>0</number>
</property>
2009-09-29 19:41:29 -04:00
<item row="0" column="0">
<widget class="QFrame" name="messengerframetop">
2009-09-30 10:41:38 -04:00
<property name="styleSheet">
2010-02-03 18:38:38 -05:00
<string notr="true">#messengerframetop {
2009-09-30 10:41:38 -04:00
border: none;
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
stop: 0.39999 #717171, stop: 0.4 #626262,
stop: 0.9 #4c4c4c, stop: 1 #333333);
2010-02-03 18:38:38 -05:00
}
</string>
2009-09-30 10:41:38 -04:00
</property>
2009-09-29 19:41:29 -04:00
<property name="frameShape">
2008-10-23 11:22:35 -04:00
<enum>QFrame::StyledPanel</enum>
</property>
2009-09-29 19:41:29 -04:00
<property name="frameShadow">
2008-10-23 11:22:35 -04:00
<enum>QFrame::Raised</enum>
</property>
2009-09-29 19:41:29 -04:00
<layout class="QGridLayout">
<property name="leftMargin">
2009-01-08 13:28:18 -05:00
<number>6</number>
2009-01-06 20:56:09 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="topMargin">
2009-01-08 13:28:18 -05:00
<number>6</number>
2009-01-06 20:56:09 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="rightMargin">
2009-01-08 13:28:18 -05:00
<number>6</number>
2009-01-06 20:56:09 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="bottomMargin">
2009-01-08 13:28:18 -05:00
<number>2</number>
2007-11-14 22:18:48 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="spacing">
2009-01-07 16:12:31 -05:00
<number>0</number>
</property>
2010-02-03 18:38:38 -05:00
<item row="0" column="0" colspan="2">
2009-09-29 19:41:29 -04:00
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QToolButton" name="avatarButton">
<property name="minimumSize">
2009-01-30 18:51:59 -05:00
<size>
<width>70</width>
<height>70</height>
</size>
</property>
2009-09-29 19:41:29 -04:00
<property name="maximumSize">
2009-01-30 18:51:59 -05:00
<size>
<width>70</width>
<height>70</height>
</size>
</property>
2009-09-29 19:41:29 -04:00
<property name="toolTip">
2009-01-30 18:51:59 -05:00
<string>Click to Change your Avatar</string>
2008-10-23 11:22:35 -04:00
</property>
2009-09-29 19:41:29 -04:00
<property name="styleSheet">
<string notr="true">QToolButton#avatarButton{border-image: url(:/images/mystatus_bg.png);}</string>
2009-01-06 20:56:09 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="icon">
<iconset resource="images.qrc">
2009-01-30 18:51:59 -05:00
<normaloff>:/images/user/personal64.png</normaloff>:/images/user/personal64.png</iconset>
2008-10-23 11:22:35 -04:00
</property>
2009-09-29 19:41:29 -04:00
<property name="iconSize">
2008-10-23 11:22:35 -04:00
<size>
2009-01-30 18:51:59 -05:00
<width>50</width>
<height>50</height>
2008-10-23 11:22:35 -04:00
</size>
</property>
2009-09-29 19:41:29 -04:00
<property name="autoRaise">
2008-10-23 11:22:35 -04:00
<bool>true</bool>
</property>
</widget>
</item>
2009-09-29 19:41:29 -04:00
<item row="0" column="1">
<layout class="QGridLayout">
<property name="margin">
2009-01-06 20:56:09 -05:00
<number>4</number>
</property>
2009-09-29 19:41:29 -04:00
<property name="spacing">
2008-10-23 11:22:35 -04:00
<number>6</number>
</property>
2010-02-03 18:38:38 -05:00
<item row="1" column="0">
2009-09-29 19:41:29 -04:00
<widget class="QComboBox" name="statuscomboBox">
<property name="enabled">
2010-02-06 17:56:56 -05:00
<bool>true</bool>
2008-10-23 11:22:35 -04:00
</property>
2009-09-29 19:41:29 -04:00
<property name="toolTip">
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
2007-11-14 22:18:48 -05:00
p, li { white-space: pre-wrap; }
2009-09-29 19:41:29 -04:00
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Change your Status and your display</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">picture here.</p></body></html></string>
2008-10-23 11:22:35 -04:00
</property>
2009-09-29 19:41:29 -04:00
<property name="insertPolicy">
2008-10-23 11:22:35 -04:00
<enum>QComboBox::NoInsert</enum>
</property>
2009-09-29 19:41:29 -04:00
<property name="frame">
2008-10-23 11:22:35 -04:00
<bool>true</bool>
</property>
2009-09-29 19:41:29 -04:00
<property name="modelColumn">
2008-10-23 11:22:35 -04:00
<number>0</number>
</property>
<item>
2009-09-29 19:41:29 -04:00
<property name="text">
2008-10-23 11:22:35 -04:00
<string>Online</string>
</property>
2009-09-29 19:41:29 -04:00
<property name="icon">
<iconset resource="images.qrc">
2010-02-03 12:39:30 -05:00
<normaloff>:/images/im-user.png</normaloff>:/images/im-user.png</iconset>
2008-10-23 11:22:35 -04:00
</property>
</item>
<item>
2009-09-29 19:41:29 -04:00
<property name="text">
2008-10-23 11:22:35 -04:00
<string>Busy</string>
</property>
2009-09-29 19:41:29 -04:00
<property name="icon">
<iconset resource="images.qrc">
2010-02-03 12:39:30 -05:00
<normaloff>:/images/im-user-busy.png</normaloff>:/images/im-user-busy.png</iconset>
2008-10-23 11:22:35 -04:00
</property>
</item>
<item>
2009-09-29 19:41:29 -04:00
<property name="text">
2008-10-23 11:22:35 -04:00
<string>Away</string>
</property>
2009-09-29 19:41:29 -04:00
<property name="icon">
<iconset resource="images.qrc">
2010-02-03 12:39:30 -05:00
<normaloff>:/images/im-user-away.png</normaloff>:/images/im-user-away.png</iconset>
2008-10-23 11:22:35 -04:00
</property>
</item>
<item>
2009-09-29 19:41:29 -04:00
<property name="text">
2008-10-23 11:22:35 -04:00
<string>Apear Offline</string>
</property>
2009-09-29 19:41:29 -04:00
<property name="icon">
<iconset resource="images.qrc">
2010-02-03 12:39:30 -05:00
<normaloff>:/images/im-user-offline.png</normaloff>:/images/im-user-offline.png</iconset>
2008-10-23 11:22:35 -04:00
</property>
</item>
</widget>
</item>
2010-02-03 18:38:38 -05:00
<item row="2" column="0">
2010-02-06 17:56:56 -05:00
<widget class="QLineEdit" name="messagelineEdit">
<property name="styleSheet">
<string notr="true">border: 1px solid #CCCCCC;</string>
</property>
</widget>
2008-10-23 11:22:35 -04:00
</item>
2010-02-03 18:38:38 -05:00
<item row="0" column="0">
<widget class="QLabel" name="nicklabel">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
2008-10-23 11:22:35 -04:00
</layout>
</item>
</layout>
2007-11-14 22:18:48 -05:00
</item>
2010-02-03 18:38:38 -05:00
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QFrame" name="frame">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>38</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#frame {
border: none;
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
stop: 0.39999 #717171, stop: 0.4 #626262,
stop: 0.9 #4c4c4c, stop: 1 #333333);
}</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>6</number>
</property>
<item>
<widget class="QToolButton" name="addIMAccountButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2009-01-08 13:28:18 -05:00
</property>
2010-02-03 18:38:38 -05:00
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolTip">
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Add a Friend</p></body></html></string>
2009-01-08 13:28:18 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="text">
2010-02-03 18:38:38 -05:00
<string/>
2009-01-08 13:28:18 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="icon">
<iconset resource="images.qrc">
2010-02-03 18:38:38 -05:00
<normaloff>:/images/user/add_user24.png</normaloff>:/images/user/add_user24.png</iconset>
2009-01-07 16:12:31 -05:00
</property>
2009-09-29 19:41:29 -04:00
<property name="iconSize">
2009-01-08 13:28:18 -05:00
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2010-02-03 18:38:38 -05:00
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
2009-09-29 19:41:29 -04:00
<property name="autoRaise">
2009-01-08 13:28:18 -05:00
<bool>true</bool>
2009-01-07 16:12:31 -05:00
</property>
</widget>
</item>
2010-02-03 18:38:38 -05:00
<item>
<widget class="QToolButton" name="shareButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2009-01-08 13:28:18 -05:00
</property>
2010-02-03 12:39:30 -05:00
<property name="toolTip">
2010-02-03 18:38:38 -05:00
<string>Share Files for your Friends</string>
</property>
<property name="styleSheet">
<string notr="true"/>
2010-02-03 12:39:30 -05:00
</property>
<property name="text">
2010-02-03 18:38:38 -05:00
<string>...</string>
2010-02-03 12:39:30 -05:00
</property>
<property name="icon">
<iconset resource="images.qrc">
2010-02-03 18:38:38 -05:00
<normaloff>:/images/friendsfolder24.png</normaloff>:/images/friendsfolder24.png</iconset>
2010-02-03 12:39:30 -05:00
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
2010-02-03 18:38:38 -05:00
<item>
2010-02-03 12:39:30 -05:00
<widget class="QPushButton" name="displaypushButton">
<property name="styleSheet">
<string notr="true">QPushButton::menu-indicator {
subcontrol-origin: padding;
subcontrol-position: bottom right;
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
2010-02-03 18:38:38 -05:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>161</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2007-11-14 22:18:48 -05:00
</layout>
2008-10-23 11:22:35 -04:00
</widget>
</item>
2010-02-03 18:38:38 -05:00
<item row="3" column="0">
<widget class="QFrame" name="logoframe">
2010-02-06 17:56:56 -05:00
<property name="styleSheet">
<string notr="true">QFrame#logoframe{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
border: 1px solid #CCCCCC;}</string>
</property>
2010-02-03 18:38:38 -05:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
2010-02-06 17:56:56 -05:00
<item row="2" column="0">
<widget class="QFrame" name="frame_2">
<property name="styleSheet">
<string notr="true">QFrame#frame_2{
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #FEFEFE, stop:1 #E8E8E8);
}</string>
</property>
<layout class="QGridLayout">
<property name="margin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="1" column="0" colspan="2">
<widget class="QTreeWidget" name="messengertreeWidget">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid #CCCCCC;</string>
</property>
<property name="iconSize">
<size>
<width>18</width>
<height>18</height>
</size>
</property>
<property name="indentation">
<number>22</number>
</property>
<property name="columnCount">
<number>0</number>
</property>
<attribute name="headerShowSortIndicator" stdset="0">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
</item>
2008-10-23 11:22:35 -04:00
</layout>
</widget>
2009-09-29 19:41:29 -04:00
<widget class="QMenuBar" name="menubar">
<property name="geometry">
2008-10-23 11:22:35 -04:00
<rect>
<x>0</x>
<y>0</y>
2010-02-03 12:39:30 -05:00
<width>295</width>
2009-09-29 19:41:29 -04:00
<height>21</height>
2008-10-23 11:22:35 -04:00
</rect>
</property>
</widget>
2010-02-03 12:39:30 -05:00
<action name="actionSort_Peers_Descending_Order">
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/sort_decrease.png</normaloff>:/images/sort_decrease.png</iconset>
</property>
<property name="text">
<string>Sort Descending Order</string>
</property>
<property name="toolTip">
<string>Sort Descending Order</string>
</property>
</action>
<action name="actionSort_Peers_Ascending_Order">
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/sort_incr.png</normaloff>:/images/sort_incr.png</iconset>
</property>
<property name="text">
<string>Sort Ascending Order</string>
</property>
<property name="toolTip">
<string>Sort Ascending Order</string>
</property>
</action>
<action name="actionRoot_is_decorated">
<property name="text">
<string>Set root is Decorated</string>
</property>
<property name="toolTip">
<string>Set Root Decorated</string>
</property>
</action>
<action name="actionRoot_isnot_decorated">
<property name="text">
<string>Set Root is not Decorated</string>
</property>
</action>
<action name="actionHide_Offline_Friends">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide Offline Friends</string>
</property>
</action>
2007-11-14 22:18:48 -05:00
</widget>
<resources>
2009-09-29 19:41:29 -04:00
<include location="images.qrc"/>
2007-11-14 22:18:48 -05:00
</resources>
<connections/>
</ui>