2011-07-11 11:53:41 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SecurityItem</class>
|
|
|
|
<widget class="QWidget" name="SecurityItem">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-12-05 17:06:02 -05:00
|
|
|
<width>1015</width>
|
|
|
|
<height>246</height>
|
2011-07-11 11:53:41 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout">
|
2019-10-09 12:06:30 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2014-11-15 12:24:49 -05:00
|
|
|
<number>1</number>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="sizePolicy">
|
2014-01-16 12:52:41 -05:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2011-07-11 11:53:41 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-09-07 13:30:23 -04:00
|
|
|
<property name="autoFillBackground">
|
2020-12-05 17:06:02 -05:00
|
|
|
<bool>true</bool>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
2012-09-07 13:30:23 -04:00
|
|
|
<enum>QFrame::Box</enum>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
2012-09-07 13:30:23 -04:00
|
|
|
<enum>QFrame::Sunken</enum>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
2011-08-13 18:26:51 -04:00
|
|
|
<layout class="QGridLayout">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2014-12-07 11:27:24 -05:00
|
|
|
<widget class="QFrame" name="headFrame">
|
2011-08-13 18:26:51 -04:00
|
|
|
<layout class="QGridLayout">
|
2019-10-09 12:06:30 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2011-07-11 11:53:41 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2019-10-09 12:06:30 -04:00
|
|
|
<property name="verticalSpacing">
|
2011-07-11 11:53:41 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" rowspan="2">
|
2012-09-07 13:30:23 -04:00
|
|
|
<widget class="AvatarWidget" name="avatar">
|
2011-07-11 11:53:41 -04: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>
|
2014-01-16 12:52:41 -05:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
2011-07-11 11:53:41 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2011-08-13 18:26:51 -04:00
|
|
|
<layout class="QGridLayout">
|
2014-01-16 19:40:28 -05:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2011-07-11 11:53:41 -04:00
|
|
|
<item row="0" column="0">
|
2014-12-07 11:27:24 -05:00
|
|
|
<widget class="StyledLabel" name="peerNameLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Peer Name</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2014-01-16 12:52:41 -05:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-12 11:30:14 -04:00
|
|
|
<item row="1" column="0" colspan="2">
|
2011-07-11 11:53:41 -04:00
|
|
|
<widget class="QLabel" name="titleLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>true</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Connected</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-12 11:30:14 -04:00
|
|
|
<item row="0" column="1">
|
2014-12-07 11:27:24 -05:00
|
|
|
<widget class="StyledLabel" name="requestLabel">
|
2012-09-26 19:01:34 -04:00
|
|
|
<property name="sizePolicy">
|
2012-12-09 13:26:30 -05:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
|
2012-09-26 19:01:34 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-04-12 11:30:14 -04:00
|
|
|
<property name="text">
|
2012-12-09 13:26:30 -05:00
|
|
|
<string>wants to be friend with you on RetroShare</string>
|
2012-04-12 11:30:14 -04:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2014-01-16 12:52:41 -05:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
2012-04-12 11:30:14 -04:00
|
|
|
</property>
|
2012-09-26 19:01:34 -04:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2012-04-12 11:30:14 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-11 11:53:41 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
2011-08-21 18:28:19 -04:00
|
|
|
<widget class="QLabel" name="timeLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TextLabel</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2012-03-31 19:05:30 -04:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2020-12-05 17:06:02 -05:00
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2011-08-21 18:28:19 -04:00
|
|
|
<item>
|
2012-04-04 11:44:35 -04:00
|
|
|
<widget class="QToolButton" name="friendRequesttoolButton">
|
2012-10-09 06:04:04 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2011-08-21 18:28:19 -04:00
|
|
|
<property name="text">
|
2012-04-04 11:44:35 -04:00
|
|
|
<string>Accept Friend Request</string>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2012-04-04 11:44:35 -04:00
|
|
|
<normaloff>:/images/user/user_request48.png</normaloff>:/images/user/user_request48.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
2019-11-26 09:32:49 -05:00
|
|
|
<bool>false</bool>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-04-04 11:44:35 -04:00
|
|
|
<widget class="QToolButton" name="peerDetailsButton">
|
2012-10-09 06:04:04 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2011-08-21 18:28:19 -04:00
|
|
|
<property name="text">
|
2012-04-04 11:44:35 -04:00
|
|
|
<string>Peer details</string>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2013-08-26 19:52:06 -04:00
|
|
|
<normaloff>:/images/informations_24x24.png</normaloff>:/images/informations_24x24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
2019-11-26 09:32:49 -05:00
|
|
|
<bool>false</bool>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-04-04 11:44:35 -04:00
|
|
|
<widget class="QToolButton" name="removeFriendButton">
|
2012-10-09 06:04:04 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2011-08-21 18:28:19 -04:00
|
|
|
<property name="text">
|
2012-04-04 11:44:35 -04:00
|
|
|
<string>Deny friend</string>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
2012-04-04 11:44:35 -04:00
|
|
|
<normaloff>:/images/denied16.png</normaloff>:/images/denied16.png</iconset>
|
2011-08-21 18:28:19 -04:00
|
|
|
</property>
|
2013-08-26 19:52:06 -04:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-08-21 18:28:19 -04:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-03-31 19:05:30 -04:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>388</width>
|
|
|
|
<height>21</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-07-11 11:53:41 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="chatButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-10-09 06:04:04 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Chat</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start Chat</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-12-05 17:06:02 -05:00
|
|
|
<iconset>
|
2014-12-06 10:29:41 -05:00
|
|
|
<normaloff>:/images/chat_24.png</normaloff>:/images/chat_24.png</iconset>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-04 11:44:35 -04:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-03-31 19:05:30 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="expandButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-10-09 06:04:04 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2012-03-31 19:05:30 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Expand</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-10-09 12:06:30 -04:00
|
|
|
<iconset resource="../icons.qrc">
|
|
|
|
<normaloff>:/icons/png/down-arrow.png</normaloff>:/icons/png/down-arrow.png</iconset>
|
2012-03-31 19:05:30 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearButton">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-10-09 06:04:04 -04:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2012-03-31 19:05:30 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remove Item</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2019-10-09 12:06:30 -04:00
|
|
|
<iconset resource="../icons.qrc">
|
2019-11-26 09:32:49 -05:00
|
|
|
<normaloff>:/icons/png/exit2.png</normaloff>:/icons/png/exit2.png</iconset>
|
2012-03-31 19:05:30 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-11 11:53:41 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QFrame" name="expandFrame">
|
2011-08-13 18:26:51 -04:00
|
|
|
<layout class="QGridLayout">
|
2011-07-11 11:53:41 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2019-12-14 12:24:46 -05:00
|
|
|
<widget class="QLabel" name="nameLeftLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-12-14 12:24:46 -05:00
|
|
|
<widget class="QLabel" name="idLeftLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Peer ID:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-12-14 12:24:46 -05:00
|
|
|
<widget class="QLabel" name="trustLeftLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Trust: </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-12-14 12:24:46 -05:00
|
|
|
<widget class="QLabel" name="locLeftLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-08-21 18:28:19 -04:00
|
|
|
<string>Location:</string>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-12-14 12:24:46 -05:00
|
|
|
<widget class="QLabel" name="ipLeftLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-08-21 18:28:19 -04:00
|
|
|
<string>IP Address:</string>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2019-12-14 12:24:46 -05:00
|
|
|
<widget class="QLabel" name="connLeftLabel">
|
2011-07-11 11:53:41 -04:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-08-21 18:28:19 -04:00
|
|
|
<string>Connection Method:</string>
|
2011-07-11 11:53:41 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="typeLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>true</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Status:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="nameLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="idLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="trustLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Good</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="locLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="ipLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TextLabel</string>
|
|
|
|
</property>
|
2012-10-11 06:28:24 -04:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2011-07-11 11:53:41 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="connLabel">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="statusLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">Connected</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
<action name="actionNew_Message">
|
|
|
|
<property name="icon">
|
2020-12-05 17:06:02 -05:00
|
|
|
<iconset>
|
2011-07-11 11:53:41 -04:00
|
|
|
<normaloff>:/images/mail_send.png</normaloff>:/images/mail_send.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Write Message</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
2011-09-05 17:19:07 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>AvatarWidget</class>
|
2012-05-21 15:37:38 -04:00
|
|
|
<extends>QLabel</extends>
|
2011-09-05 17:19:07 -04:00
|
|
|
<header>gui/common/AvatarWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2019-11-26 09:32:49 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>StyledLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>gui/common/StyledLabel.h</header>
|
|
|
|
</customwidget>
|
2011-09-05 17:19:07 -04:00
|
|
|
</customwidgets>
|
2011-07-11 11:53:41 -04:00
|
|
|
<resources>
|
2019-10-09 12:06:30 -04:00
|
|
|
<include location="../icons.qrc"/>
|
2019-12-14 12:24:46 -05:00
|
|
|
<include location="../images.qrc"/>
|
2011-07-11 11:53:41 -04:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|