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>
2014-09-09 19:45:38 +00:00
<width>826</width>
2015-10-15 02:14:52 +02:00
<height>630</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>
2014-09-09 19:45:38 +00:00
<layout class="QVBoxLayout" name="verticalLayout_6">
2015-11-17 15:58:22 +01: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">
2014-12-11 00:13:40 +00:00
<number>0</number>
</property>
2014-09-09 19:45:38 +00:00
<item>
<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>
<layout class="QHBoxLayout" name="horizontalLayout_3">
2015-11-17 15:58:22 +01:00
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
2014-09-09 19:45:38 +00:00
<number>2</number>
</property>
<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">
2015-01-23 14:42:28 +00:00
<pixmap resource="../images.qrc">:/images/user/friends24.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="QPushButton" name="todoPushButton">
<property name="text">
<string>Todo</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="helpButton">
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="icon">
<iconset resource="../images.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>
<item>
2014-02-19 16:20:19 +00:00
<widget class="QSplitter" name="splitter">
<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">
2014-05-06 20:01:25 +00:00
<layout class="QVBoxLayout" name="verticalLayout_5">
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>
2014-05-06 20:01:25 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
2015-11-17 15:58:22 +01:00
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
2014-02-19 16:20:19 +00:00
<number>2</number>
</property>
<item>
2014-05-06 20:01:25 +00:00
<widget class="LineEditClear" name="filterLineEdit"/>
2014-02-19 16:20:19 +00:00
</item>
2014-09-24 20:53:07 +00:00
<item>
<widget class="QComboBox" name="filterComboBox"/>
</item>
2014-02-19 16:20:19 +00:00
<item>
<widget class="QToolButton" name="toolButton_NewId">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<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">
<string>Create new Identity</string>
</property>
<property name="text">
<string>New ID</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/identity/identity_create_32.png</normaloff>:/images/identity/identity_create_32.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2014-05-06 20:01:25 +00:00
<item>
2014-09-24 20:53:07 +00:00
<layout class="QHBoxLayout" name="filterLayout"/>
2014-05-06 20:01:25 +00:00
</item>
<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">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<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>
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">
2014-09-24 20:13:19 +00:00
<string>Identity name</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">
2015-10-17 02:23:46 +02:00
<string>Reputation</string>
</property>
<property name="textAlignment">
2015-11-17 15:58:22 +01:00
<set>AlignLeading|AlignVCenter</set>
2015-10-15 02:14:52 +02:00
</property>
</column>
2014-05-06 20:01:25 +00:00
</widget>
</item>
</layout>
</widget>
2015-06-09 08:33:34 +00:00
<widget class="QWidget" name="layoutWidget1">
2014-09-09 19:45:38 +00:00
<layout class="QVBoxLayout" name="verticalLayout_4">
2014-06-05 00:18:28 +00:00
<item>
2015-02-10 01:14:44 +00:00
<widget class="QFrame" name="headerFrame">
2014-06-05 00:18:28 +00:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
2015-02-10 01:14:44 +00:00
<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">
<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">
2015-06-09 08:33:34 +00:00
<widget class="StyledElidedLabel" name="headerTextLabel">
2015-02-10 01:14:44 +00:00
<property name="text">
<string>People</string>
</property>
</widget>
</item>
<item row="0" column="3" rowspan="2">
<widget class="QToolButton" name="messageButton">
<property name="minimumSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="toolTip">
2015-06-18 11:26:00 +00:00
<string>Send message</string>
2015-02-10 01:14:44 +00:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/mail-message-new.png</normaloff>:/images/mail-message-new.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2014-06-05 00:18:28 +00:00
</widget>
</item>
2014-02-19 16:20:19 +00:00
<item>
<widget class="QGroupBox" name="detailsGroupBox">
<property name="title">
2015-06-18 11:26:00 +00:00
<string>Identity info</string>
2014-02-19 16:20:19 +00:00
</property>
2014-06-14 16:57:50 +00:00
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
2015-11-17 15:58:22 +01:00
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
2014-06-14 16:57:50 +00:00
<number>6</number>
</property>
2015-10-15 02:14:52 +02:00
<property name="spacing">
<number>6</number>
</property>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
2014-09-24 20:13:19 +00:00
<property name="text">
2015-10-15 02:14:52 +02:00
<string>Identity ID :</string>
2014-09-24 20:13:19 +00:00
</property>
</widget>
</item>
2015-10-15 02:14:52 +02:00
<item row="1" column="0">
<widget class="QLabel" name="label">
2015-03-14 14:33:23 +00:00
<property name="text">
2015-10-15 02:14:52 +02:00
<string>Identity name :</string>
2015-03-14 14:33:23 +00:00
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="PgpId_LB">
<property name="text">
<string>Owner node ID :</string>
</property>
</widget>
</item>
2014-09-24 20:48:16 +00:00
<item row="1" column="1">
2014-06-14 16:57:50 +00:00
<widget class="QLineEdit" name="lineEdit_Nickname">
2014-02-19 16:20:19 +00:00
<property name="enabled">
2014-06-14 16:57:50 +00:00
<bool>true</bool>
2014-02-19 11:11:06 +00:00
</property>
2014-06-14 16:57:50 +00:00
<property name="readOnly">
2014-02-19 11:11:06 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2015-03-14 14:33:23 +00:00
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_KeyId">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
2014-02-19 11:11:06 +00:00
</property>
</widget>
</item>
2015-03-14 14:33:23 +00:00
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_GpgId">
2014-02-19 16:20:19 +00:00
<property name="enabled">
2014-06-14 16:57:50 +00:00
<bool>true</bool>
2014-02-19 16:20:19 +00:00
</property>
2014-06-14 16:57:50 +00:00
<property name="readOnly">
2014-02-19 16:20:19 +00:00
<bool>true</bool>
2014-02-19 11:11:06 +00:00
</property>
</widget>
</item>
2014-09-24 20:48:16 +00:00
<item row="5" column="0">
2014-09-24 20:13:19 +00:00
<widget class="QLabel" name="PgpName_LB">
2014-02-19 16:20:19 +00:00
<property name="text">
2014-09-24 20:48:16 +00:00
<string>Owner node name :</string>
2014-06-14 16:57:50 +00:00
</property>
</widget>
</item>
2014-09-24 20:48:16 +00:00
<item row="5" column="1">
2014-09-24 20:13:19 +00:00
<widget class="QLineEdit" name="lineEdit_GpgName">
2014-06-14 16:57:50 +00:00
<property name="enabled">
<bool>true</bool>
2014-02-19 16:20:19 +00:00
</property>
2014-06-14 16:57:50 +00:00
<property name="readOnly">
2014-02-19 11:11:06 +00:00
<bool>true</bool>
</property>
</widget>
</item>
2014-09-24 20:48:16 +00:00
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Type:</string>
2014-02-19 11:11:06 +00:00
</property>
2014-09-24 20:48:16 +00:00
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_Type"/>
2014-02-19 11:11:06 +00:00
</item>
2015-03-14 14:33:23 +00:00
<item row="6" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Last used:</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="lineEdit_LastUsed"/>
</item>
2014-02-19 11:11:06 +00:00
</layout>
2013-07-10 21:57:23 +00:00
</item>
2015-02-03 22:16:21 +00:00
<item row="0" column="1">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="avatarLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
2015-02-05 00:10:37 +00:00
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
2015-02-03 22:16:21 +00:00
<property name="text">
<string extracomment="Click here to change your avatar">Your Avatar</string>
</property>
2015-02-05 15:55:19 +00:00
<property name="scaledContents">
<bool>true</bool>
</property>
2015-02-03 22:16:21 +00:00
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-15 02:14:52 +02:00
<height>2</height>
2015-02-03 22:16:21 +00:00
</size>
</property>
</spacer>
</item>
</layout>
</item>
2014-02-19 11:11:06 +00:00
</layout>
2014-02-19 16:20:19 +00:00
</widget>
</item>
<item>
2015-10-15 02:14:52 +02:00
<widget class="QGroupBox" name="reputationGroupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Reputation</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QGridLayout" name="gridLayout_2">
2015-11-17 15:58:22 +01:00
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
2015-10-15 02:14:52 +02:00
<number>6</number>
</property>
<item row="2" 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="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Your opinion:</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Neighbor nodes:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="ownOpinion_CB">
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2015-10-04 17:47:30 -04:00
<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,</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</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=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</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=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</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=" 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:</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=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; -0.5: Posts are not stored, nor forwarded </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </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=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</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>
2015-10-15 02:14:52 +02:00
</property>
<property name="currentIndex">
<number>0</number>
</property>
<item>
<property name="text">
<string>Negative</string>
</property>
<property name="icon">
<iconset>
<normaloff>../icons/yellow_biohazard64.png</normaloff>../icons/yellow_biohazard64.png</iconset>
</property>
2014-02-19 16:20:19 +00:00
</item>
2015-10-15 02:14:52 +02:00
<item>
<property name="text">
<string>Neutral</string>
</property>
2014-02-19 16:20:19 +00:00
</item>
2015-10-15 02:14:52 +02:00
<item>
<property name="text">
<string>Positive</string>
</property>
2014-09-09 19:45:38 +00:00
</item>
2015-10-15 02:14:52 +02:00
</widget>
</item>
<item row="3" 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>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Overall:</string>
</property>
</widget>
2014-09-09 19:45:38 +00:00
</item>
2014-02-19 16:20:19 +00:00
</layout>
2015-10-15 02:14:52 +02:00
</item>
</layout>
</widget>
2014-09-09 19:45:38 +00:00
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2015-10-15 02:14:52 +02:00
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
2014-09-09 19:45:38 +00:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
2014-02-19 16:20:19 +00:00
</item>
</layout>
</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">
<iconset resource="../images.qrc">
<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">
<iconset resource="../images.qrc">
<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">
<iconset resource="../images.qrc">
<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>
2015-06-09 08:33:34 +00:00
<customwidget>
<class>StyledElidedLabel</class>
<extends>QLabel</extends>
<header>gui/common/StyledElidedLabel.h</header>
</customwidget>
2015-03-14 14:33:23 +00:00
<customwidget>
<class>StyledLabel</class>
<extends>QLabel</extends>
<header>gui/common/StyledLabel.h</header>
</customwidget>
2014-12-06 22:09:44 +00:00
<customwidget>
<class>RSTreeWidget</class>
<extends>QTreeWidget</extends>
<header>gui/common/RSTreeWidget.h</header>
</customwidget>
2013-07-10 21:57:23 +00:00
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
<header location="global">gui/common/LineEditClear.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>todoPushButton</tabstop>
2015-08-11 16:01:43 +02:00
<tabstop>idTreeWidget</tabstop>
2013-07-10 21:57:23 +00:00
<tabstop>lineEdit_Nickname</tabstop>
<tabstop>lineEdit_KeyId</tabstop>
<tabstop>lineEdit_GpgId</tabstop>
<tabstop>lineEdit_GpgName</tabstop>
</tabstops>
2012-02-13 18:43:15 +00:00
<resources>
2012-11-20 14:08:28 +00:00
<include location="../images.qrc"/>
2012-02-13 18:43:15 +00:00
</resources>
<connections/>
</ui>