2012-02-13 18:43:15 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IdDialog</class>
<widget class="QWidget" name="IdDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-08-24 12:50:41 +02:00
<width>1269</width>
2017-01-04 21:49:52 +01:00
<height>793</height>
2012-02-13 18:43:15 +00:00
</rect>
</property>
2014-02-19 11:11:06 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2012-02-13 18:43:15 +00:00
<property name="windowTitle">
<string/>
</property>
2016-07-29 20:54:26 +02:00
<layout class="QGridLayout" name="IdDialogGLayout">
2017-01-04 21:49:52 +01:00
<property name="margin">
2016-03-30 17:06:34 +02:00
<number>0</number>
</property>
<item row="0" column="0">
2014-09-09 19:45:38 +00:00
<widget class="QFrame" name="titleBarFrame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
2016-07-29 20:54:26 +02:00
<layout class="QHBoxLayout" name="titleBarFrameHLayout">
2017-01-04 21:49:52 +01:00
<property name="margin">
2016-01-07 19:25:52 +01:00
<number>2</number>
</property>
2014-09-09 19:45:38 +00:00
<item>
<widget class="QLabel" name="titleBarPixmap">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
2016-08-16 22:02:30 +02:00
<pixmap resource="../icons.qrc">:/icons/png/people.png</pixmap>
2014-09-09 19:45:38 +00:00
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2014-12-06 22:09:44 +00:00
<widget class="StyledLabel" name="titleBarLabel">
2014-09-09 19:45:38 +00:00
<property name="text">
2015-01-23 14:42:28 +00:00
<string>People</string>
2014-09-09 19:45:38 +00:00
</property>
</widget>
</item>
2015-11-17 15:58:22 +01:00
<item>
<widget class="QLabel" name="label_count">
<property name="text">
<string>()</string>
</property>
</widget>
</item>
2014-09-09 19:45:38 +00:00
<item>
<spacer name="titleBarSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="helpButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="icon">
2016-08-04 11:43:35 +02:00
<iconset resource="../icons.qrc">
2015-06-30 16:44:58 +00:00
<normaloff>:/icons/help_64.png</normaloff>:/icons/help_64.png</iconset>
2014-09-09 19:45:38 +00:00
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2017-01-03 16:43:31 +01:00
<item row="2" column="0">
2016-07-29 20:54:26 +02:00
<widget class="QSplitter" name="mainSplitter">
2014-02-19 16:20:19 +00:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
2012-11-20 14:08:28 +00:00
</property>
2014-09-24 20:13:19 +00:00
<widget class="QWidget" name="layoutWidget">
2016-07-29 20:54:26 +02:00
<layout class="QVBoxLayout" name="leftVLayout">
2013-07-10 21:57:23 +00:00
<item>
2014-05-06 20:01:25 +00:00
<widget class="QFrame" name="toolBarFrame">
2014-02-19 16:20:19 +00:00
<property name="frameShape">
<enum>QFrame::Box</enum>
2013-07-10 21:57:23 +00:00
</property>
2014-02-19 16:20:19 +00:00
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
2016-07-29 20:54:26 +02:00
<layout class="QHBoxLayout" name="toolBarFrameHLayout">
2017-01-04 21:49:52 +01:00
<property name="margin">
2016-04-13 21:00:07 +02:00
<number>1</number>
</property>
2014-02-19 16:20:19 +00:00
<item>
2014-05-06 20:01:25 +00:00
<widget class="LineEditClear" name="filterLineEdit"/>
2014-02-19 16:20:19 +00:00
</item>
<item>
2016-08-26 02:48:46 +02:00
<widget class="QToolButton" name="toolButton_New">
2014-02-19 16:20:19 +00:00
<property name="sizePolicy">
2016-08-26 02:48:46 +02:00
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
2014-02-19 16:20:19 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2014-04-14 15:37:06 +00:00
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
2014-02-19 16:20:19 +00:00
<property name="toolTip">
2016-08-26 02:48:46 +02:00
<string>Create new...</string>
2016-04-10 10:53:21 -04:00
</property>
<property name="icon">
<iconset resource="../icons.qrc">
2016-08-26 02:48:46 +02:00
<normaloff>:/icons/png/add.png</normaloff>:/icons/png/add.png</iconset>
2016-04-10 10:53:21 -04:00
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
2016-08-26 02:48:46 +02:00
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
2016-04-10 10:53:21 -04:00
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
2014-02-19 16:20:19 +00:00
</layout>
</widget>
</item>
2014-05-06 20:01:25 +00:00
<item>
2015-08-11 16:01:43 +02:00
<widget class="RSTreeWidget" name="idTreeWidget">
2014-05-06 20:01:25 +00:00
<property name="sizePolicy">
2015-09-10 17:37:42 +02:00
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
2014-05-06 20:01:25 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2015-08-11 16:01:43 +02:00
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
2015-02-05 11:51:08 +00:00
</property>
2015-12-11 23:49:35 -05:00
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="indentation">
<number>24</number>
</property>
2014-05-06 20:01:25 +00:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
2015-08-11 16:01:43 +02:00
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
2014-05-06 20:01:25 +00:00
<column>
<property name="text">
2015-12-11 23:49:35 -05:00
<string>Persons</string>
2014-05-06 20:01:25 +00:00
</property>
</column>
<column>
<property name="text">
2015-06-18 11:26:00 +00:00
<string>Identity ID</string>
2014-05-06 20:01:25 +00:00
</property>
</column>
<column>
<property name="text">
2015-06-12 07:22:04 +00:00
<string>Owned by</string>
2014-05-06 20:01:25 +00:00
</property>
</column>
2015-10-15 02:14:52 +02:00
<column>
<property name="text">
2017-01-03 01:37:16 +01:00
<string/>
</property>
<property name="toolTip">
<string>Votes</string>
2015-10-17 02:23:46 +02:00
</property>
<property name="textAlignment">
2017-01-04 21:49:52 +01:00
<set>AlignLeft|AlignVCenter</set>
2015-10-15 02:14:52 +02:00
</property>
2017-01-03 01:37:16 +01:00
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/flag-green.png</normaloff>:/icons/flag-green.png</iconset>
</property>
2015-10-15 02:14:52 +02:00
</column>
2014-05-06 20:01:25 +00:00
</widget>
</item>
2015-09-10 17:37:42 +02:00
</layout>
</widget>
2016-07-29 20:54:26 +02:00
<widget class="QTabWidget" name="rightTabWidget">
2016-01-13 23:08:14 -05:00
<property name="currentIndex">
2016-07-29 20:54:26 +02:00
<number>0</number>
2016-01-13 23:08:14 -05:00
</property>
2016-07-29 20:54:26 +02:00
<widget class="QWidget" name="personTab">
2016-04-10 10:53:21 -04:00
<attribute name="icon">
2016-08-25 17:09:33 +02:00
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/person.png</normaloff>:/icons/png/person.png</iconset>
2016-04-10 10:53:21 -04:00
</attribute>
2016-01-13 23:08:14 -05:00
<attribute name="title">
<string>Person</string>
</attribute>
2016-07-29 20:54:26 +02:00
<layout class="QVBoxLayout" name="personTabVLayout">
2016-01-13 23:08:14 -05:00
<item>
2016-07-29 20:54:26 +02:00
<widget class="QFrame" name="headerFramePerson">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<property name="horizontalSpacing">
<number>12</number>
</property>
<item row="0" column="0" rowspan="2">
<widget class="QLabel" name="avLabel_Person">
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
2015-09-10 17:37:42 +02:00
</property>
2016-07-29 20:54:26 +02:00
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="2" colspan="2">
<widget class="StyledElidedLabel" name="headerTextLabel_Person">
<property name="text">
<string>People</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="detailsGroupBox">
<property name="title">
<string>Identity info</string>
</property>
2017-01-03 16:43:31 +01:00
<layout class="QGridLayout" name="gridLayout_3">
2016-07-29 20:54:26 +02:00
<item row="0" column="0">
2016-08-24 03:28:57 +02:00
<widget class="QLabel" name="label_Nickname">
<property name="text">
<string>Identity name :</string>
2016-07-29 20:54:26 +02:00
</property>
2016-08-24 03:28:57 +02:00
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_Nickname">
<property name="enabled">
<bool>true</bool>
2016-07-29 20:54:26 +02:00
</property>
2016-08-24 03:28:57 +02:00
<property name="readOnly">
<bool>true</bool>
2016-07-29 20:54:26 +02:00
</property>
2016-08-24 03:28:57 +02:00
</widget>
2016-07-29 20:54:26 +02:00
</item>
2017-01-03 16:43:31 +01:00
<item row="0" column="2" rowspan="11">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
2016-07-29 20:54:26 +02:00
<widget class="QLabel" name="avatarLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2015-09-10 17:37:42 +02:00
<property name="minimumSize">
<size>
2016-07-29 20:54:26 +02:00
<width>128</width>
<height>128</height>
2015-09-10 17:37:42 +02:00
</size>
</property>
<property name="maximumSize">
<size>
2016-07-29 20:54:26 +02:00
<width>128</width>
<height>128</height>
2015-09-10 17:37:42 +02:00
</size>
</property>
2016-07-29 20:54:26 +02:00
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
2015-09-10 17:37:42 +02:00
</property>
<property name="text">
2016-07-29 20:54:26 +02:00
<string extracomment="Click here to change your avatar">Your Avatar</string>
2015-09-10 17:37:42 +02:00
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
2016-07-29 20:54:26 +02:00
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
2015-09-10 17:37:42 +02:00
</widget>
</item>
2017-01-03 16:43:31 +01:00
<item row="1" column="0">
2016-07-29 20:54:26 +02:00
<widget class="QPushButton" name="inviteButton">
2016-01-01 21:37:27 -05:00
<property name="text">
2016-07-29 20:54:26 +02:00
<string>Send Invite</string>
2015-09-10 17:37:42 +02:00
</property>
2016-01-01 21:37:27 -05:00
</widget>
2015-09-10 17:37:42 +02:00
</item>
2017-01-03 16:43:31 +01:00
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_4">
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../icons.qrc">:/icons/png/thumbs-up.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_positive">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="toolTip">
<string>Positive votes</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="maximumSize">
<size>
<width>34</width>
<height>34</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../icons.qrc">:/icons/png/thumbs-down.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_negative">
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="toolTip">
<string>Negative votes</string>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="0">
<spacer name="avatarVSpacer_2">
2016-08-10 00:22:23 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
2017-01-03 16:43:31 +01:00
<width>118</width>
<height>17</height>
2016-08-10 00:22:23 +02:00
</size>
</property>
</spacer>
</item>
2016-01-01 21:37:27 -05:00
</layout>
2016-07-29 20:54:26 +02:00
</item>
2016-08-24 03:28:57 +02:00
<item row="1" column="0">
<widget class="QLabel" name="label_KeyId">
<property name="text">
<string>Identity ID :</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_KeyId">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_Type">
<property name="text">
<string>Type:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_Type"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_GpgId">
<property name="text">
<string>Owner node ID :</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_GpgId">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_GpgName">
<property name="text">
<string>Owner node name :</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_GpgName">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_LastUsed">
<property name="text">
<string>Last used:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEdit_LastUsed"/>
</item>
<item row="6" column="0" colspan="2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2017-01-03 16:43:31 +01:00
<item row="7" column="0">
<widget class="QLabel" name="label">
2016-08-24 03:28:57 +02:00
<property name="text">
2017-01-03 16:43:31 +01:00
<string>Your opinion:</string>
2016-08-24 03:28:57 +02:00
</property>
</widget>
</item>
2016-08-24 12:50:41 +02:00
<item row="7" column="1">
<widget class="QComboBox" name="ownOpinion_CB">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself and your friend nodes. Your own opinion is shared among friends and used to compute a reputation score: If your opinion about an identity is neutral, the reputation score is the average of your friend's opinions. If not, your own opinion gives the score.</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity. When the overall score is lower than -0.6, the identity is banned, which prevents all messages and forums/channels authored by this identity to be forwarded, both ways. Some forums also have special anti-spam flags that require a higher reputation level, making them more sensitive to bad opinions. Banned identities gradually lose their activity and eventually disappear (after 30 days). </p>
<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<item>
<property name="text">
<string>Negative</string>
</property>
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/thumbs-down.png</normaloff>:/icons/png/thumbs-down.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Neutral</string>
</property>
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/thumbs-neutral.png</normaloff>:/icons/png/thumbs-neutral.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Positive</string>
</property>
<property name="icon">
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/thumbs-up.png</normaloff>:/icons/png/thumbs-up.png</iconset>
</property>
</item>
</widget>
</item>
2017-01-03 16:43:31 +01:00
<item row="8" column="0">
<widget class="QLabel" name="banoption_label">
2016-08-24 12:50:41 +02:00
<property name="text">
2017-01-03 16:43:31 +01:00
<string>Ban-option:</string>
</property>
</widget>
</item>
<item row="8" column="1">
<widget class="QCheckBox" name="autoBanIdentities_CB">
<property name="text">
<string>Auto-Ban all identities signed by the same node</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="neighborNodesOpinion_LB">
<property name="text">
<string>Friend votes:</string>
</property>
</widget>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="neighborNodesOpinion_TF">
<property name="toolTip">
<string><html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html></string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="overallOpinion_LB">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Overall:</string>
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QLineEdit" name="overallOpinion_TF">
<property name="toolTip">
<string><html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html></string>
</property>
<property name="readOnly">
<bool>true</bool>
2016-08-24 12:50:41 +02:00
</property>
</widget>
</item>
2016-07-29 20:54:26 +02:00
</layout>
</widget>
</item>
2016-12-21 00:34:07 +01:00
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Usage statistics</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2017-01-04 21:49:52 +01:00
<widget class="RSTextBrowser" name="usageStatistics_TB"/>
2016-12-21 00:34:07 +01:00
</item>
</layout>
</widget>
</item>
2016-07-29 20:54:26 +02:00
<item>
<spacer name="reputationVSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
2016-01-01 21:37:27 -05:00
</item>
</layout>
</widget>
2016-07-29 20:54:26 +02:00
<widget class="QWidget" name="circleTab">
2016-04-10 10:53:21 -04:00
<attribute name="icon">
2016-08-25 17:09:33 +02:00
<iconset resource="../icons.qrc">
<normaloff>:/icons/png/circles.png</normaloff>:/icons/png/circles.png</iconset>
2016-04-10 10:53:21 -04:00
</attribute>
2016-01-01 21:37:27 -05:00
<attribute name="title">
<string>Circles</string>
</attribute>
2016-07-29 20:54:26 +02:00
<layout class="QVBoxLayout" name="circleTabVLayout">
2016-04-10 10:53:21 -04:00
<item>
2016-07-29 20:54:26 +02:00
<widget class="QFrame" name="headerFrameCircle">
2016-04-10 10:53:21 -04:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2016-07-29 20:54:26 +02:00
<layout class="QGridLayout" name="headerFrameCircleGLayout">
2016-04-10 10:53:21 -04:00
<property name="horizontalSpacing">
<number>12</number>
</property>
<item row="0" column="0" rowspan="2">
<widget class="QLabel" name="avlabel_Circles">
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="2" colspan="2">
<widget class="StyledElidedLabel" name="headerTextLabel_Circles">
<property name="text">
<string>Circles</string>
</property>
</widget>
</item>
</layout>
</widget>
2016-01-01 21:37:27 -05:00
</item>
2016-04-10 10:53:21 -04:00
<item>
2016-01-01 21:37:27 -05:00
<widget class="QTreeWidget" name="treeWidget_membership">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
2016-05-25 18:47:06 -04:00
<string>Circle name</string>
2016-01-01 21:37:27 -05:00
</property>
</column>
<column>
<property name="text">
2016-05-25 18:47:06 -04:00
<string>Membership</string>
2016-01-01 21:37:27 -05:00
</property>
</column>
<item>
<property name="text">
<string>Public Circles</string>
</property>
</item>
<item>
<property name="text">
<string>Personal Circles</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
2014-02-19 16:20:19 +00:00
</widget>
</widget>
2012-02-13 18:43:15 +00:00
</item>
</layout>
2014-05-03 17:56:12 +00:00
<action name="editIdentity">
<property name="icon">
2016-03-30 17:06:34 +02:00
<iconset resource="../images.qrc">
2014-05-03 17:56:12 +00:00
<normaloff>:/images/edit_16.png</normaloff>:/images/edit_16.png</iconset>
</property>
<property name="text">
2015-06-18 11:26:00 +00:00
<string>Edit identity</string>
2014-05-03 17:56:12 +00:00
</property>
<property name="toolTip">
2015-06-18 11:26:00 +00:00
<string>Edit identity</string>
2014-05-03 17:56:12 +00:00
</property>
</action>
2014-05-06 17:15:20 +00:00
<action name="removeIdentity">
<property name="icon">
2016-03-30 17:06:34 +02:00
<iconset resource="../images.qrc">
2014-05-06 17:15:20 +00:00
<normaloff>:/images/delete.png</normaloff>:/images/delete.png</iconset>
</property>
<property name="text">
2015-06-18 11:26:00 +00:00
<string>Delete identity</string>
2014-05-06 17:15:20 +00:00
</property>
</action>
2014-06-12 10:28:23 +00:00
<action name="chatIdentity">
<property name="icon">
2016-03-30 17:06:34 +02:00
<iconset resource="../images.qrc">
2014-06-12 10:28:23 +00:00
<normaloff>:/images/toaster/chat.png</normaloff>:/images/toaster/chat.png</iconset>
</property>
<property name="text">
<string>Chat with this peer</string>
</property>
<property name="toolTip">
<string>Launches a distant chat with this peer</string>
</property>
</action>
2012-02-13 18:43:15 +00:00
</widget>
2013-07-10 21:57:23 +00:00
<customwidgets>
2016-08-26 02:48:46 +02:00
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
2017-01-04 21:49:52 +01:00
<header>gui/common/LineEditClear.h</header>
2016-08-26 02:48:46 +02:00
</customwidget>
<customwidget>
<class>RSTreeWidget</class>
<extends>QTreeWidget</extends>
<header>gui/common/RSTreeWidget.h</header>
</customwidget>
2015-06-09 08:33:34 +00:00
<customwidget>
2015-09-10 17:37:42 +02:00
<class>StyledElidedLabel</class>
2015-06-09 08:33:34 +00:00
<extends>QLabel</extends>
2015-09-10 17:37:42 +02:00
<header>gui/common/StyledElidedLabel.h</header>
2015-06-09 08:33:34 +00:00
</customwidget>
2015-03-14 14:33:23 +00:00
<customwidget>
2015-09-10 17:37:42 +02:00
<class>StyledLabel</class>
2015-03-14 14:33:23 +00:00
<extends>QLabel</extends>
2015-09-10 17:37:42 +02:00
<header>gui/common/StyledLabel.h</header>
2015-03-14 14:33:23 +00:00
</customwidget>
2017-01-04 21:49:52 +01:00
<customwidget>
<class>RSTextBrowser</class>
<extends>QTextBrowser</extends>
<header>gui/common/RSTextBrowser.h</header>
</customwidget>
2013-07-10 21:57:23 +00:00
</customwidgets>
<tabstops>
2015-08-11 16:01:43 +02:00
<tabstop>idTreeWidget</tabstop>
2013-07-10 21:57:23 +00:00
</tabstops>
2012-02-13 18:43:15 +00:00
<resources>
2016-04-10 10:53:21 -04:00
<include location="../icons.qrc"/>
2016-08-04 11:43:35 +02:00
<include location="../images.qrc"/>
2012-02-13 18:43:15 +00:00
</resources>
<connections/>
</ui>