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-02-19 11:11:06 +00:00
|
|
|
<width>605</width>
|
|
|
|
<height>525</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-02-19 16:20:19 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<layout class="QVBoxLayout" name="leftLayout">
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>6</number>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2013-07-10 21:57:23 +00:00
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
|
|
|
<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>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2014-05-03 17:56:12 +00: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>
|
|
|
|
<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">
|
|
|
|
<pixmap resource="../images.qrc">:/images/identity/identities_32.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Identities</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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="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>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="todoPushButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Todo</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-10 21:57:23 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<layout class="QHBoxLayout" name="filterLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="filterLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="filterComboBox"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="LineEditClear" name="filterLineEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-10 21:57:23 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="RSTreeWidget" name="treeWidget_IdList">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<column>
|
2012-02-13 18:43:15 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Nickname</string>
|
2013-09-02 19:20:47 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
</column>
|
|
|
|
<column>
|
2012-11-20 14:08:28 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>KeyId</string>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
</column>
|
|
|
|
<column>
|
2012-11-20 14:08:28 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Type</string>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-04-14 15:37:06 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget1">
|
2014-02-19 16:20:19 +00:00
|
|
|
<layout class="QVBoxLayout" name="rightLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="toolBarFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2014-05-03 17:56:12 +00: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>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QToolButton" name="toolButton_Delete">
|
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>Delete Identity</string>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Delete ID</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/identity/identity_delete_32.png</normaloff>:/images/identity/identity_delete_32.png</iconset>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
2012-11-20 14:08:28 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QToolButton" name="toolButton_EditId">
|
2014-04-14 15:37:06 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Edit Identity</string>
|
|
|
|
</property>
|
2012-11-20 14:08:28 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Edit ID</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/identity/identity_edit_32.png</normaloff>:/images/identity/identity_edit_32.png</iconset>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRaise">
|
2012-11-20 14:08:28 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QToolButton" name="toolButton_Reputation">
|
2014-04-14 15:37:06 +00:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2012-11-20 14:08:28 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Edit Reputation</string>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/edit_24.png</normaloff>:/images/edit_24.png</iconset>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="autoRaise">
|
2012-11-20 14:08:28 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<spacer name="toolBarSpacer">
|
2012-11-20 14:08:28 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="detailsGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Identity Type</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Nickname</string>
|
|
|
|
</property>
|
2012-11-20 14:08:28 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_Nickname">
|
2012-11-20 14:08:28 +00:00
|
|
|
<property name="enabled">
|
2014-02-19 16:20:19 +00:00
|
|
|
<bool>true</bool>
|
2012-11-20 14:08:28 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="readOnly">
|
2012-11-20 14:08:28 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item row="0" column="2" rowspan="6">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_IdYourself">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Yourself</string>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="checkable">
|
2014-02-19 11:11:06 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_IdFriend">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-02-19 11:11:06 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Friend</string>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="checkable">
|
2014-02-19 11:11:06 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_IdFOF">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2014-02-19 11:11:06 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Friend of Friend</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_IdOther">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Other</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
2014-02-19 11:11:06 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_IdPseudo">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Pseudonym</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
2014-02-19 11:11:06 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-07-10 21:57:23 +00:00
|
|
|
</item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Key ID</string>
|
2013-06-04 21:00:43 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_KeyId">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
2013-06-04 21:00:43 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGP 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="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_GpgHash">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</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="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGP Id</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGP Hash</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-06-04 21:00:43 +00:00
|
|
|
</item>
|
2014-02-19 11:11:06 +00:00
|
|
|
</layout>
|
2014-02-19 16:20:19 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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="QHBoxLayout" name="horizontalLayout_5">
|
2014-02-19 11:11:06 +00:00
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" 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>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="line_RatingOverall">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="text">
|
|
|
|
<string>Implicit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="line_RatingImplicit">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Opinion</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="line_RatingOwn">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Peers</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="line_RatingPeers">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="tweakGroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Tweak Opinion</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2014-02-19 11:11:06 +00:00
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QRadioButton" name="repMod_Accept">
|
2014-02-19 11:11:06 +00:00
|
|
|
<property name="text">
|
2014-02-19 16:20:19 +00:00
|
|
|
<string>Accept (+100)</string>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-19 16:20:19 +00:00
|
|
|
<widget class="QRadioButton" name="repMod_Positive">
|
|
|
|
<property name="text">
|
|
|
|
<string>Positive (+10)</string>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
2014-02-19 16:20:19 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="repMod_Negative">
|
|
|
|
<property name="text">
|
|
|
|
<string>Negative (-10)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="repMod_Ban">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ban (-100)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="repMod_Custom">
|
|
|
|
<property name="text">
|
|
|
|
<string>Custom</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="repMod_spinBox">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>-100</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="repModButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Modify</string>
|
2014-02-19 11:11:06 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-02-19 16:20:19 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-06-04 21:00:43 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2014-02-19 16:20:19 +00:00
|
|
|
</widget>
|
|
|
|
</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">
|
|
|
|
<string>Edit Identity</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Edit Identity</string>
|
|
|
|
</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">
|
|
|
|
<string>Delete Identity</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-02-13 18:43:15 +00:00
|
|
|
</widget>
|
2013-07-10 21:57:23 +00:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>LineEditClear</class>
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
<header location="global">gui/common/LineEditClear.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>RSTreeWidget</class>
|
|
|
|
<extends>QTreeWidget</extends>
|
|
|
|
<header>gui/common/RSTreeWidget.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2013-09-02 19:20:47 +00:00
|
|
|
<tabstop>toolButton_NewId</tabstop>
|
2013-07-10 21:57:23 +00:00
|
|
|
<tabstop>todoPushButton</tabstop>
|
|
|
|
<tabstop>filterComboBox</tabstop>
|
|
|
|
<tabstop>filterLineEdit</tabstop>
|
|
|
|
<tabstop>treeWidget_IdList</tabstop>
|
2013-09-02 19:20:47 +00:00
|
|
|
<tabstop>toolButton_Delete</tabstop>
|
|
|
|
<tabstop>toolButton_EditId</tabstop>
|
|
|
|
<tabstop>toolButton_Reputation</tabstop>
|
2013-07-10 21:57:23 +00:00
|
|
|
<tabstop>lineEdit_Nickname</tabstop>
|
|
|
|
<tabstop>lineEdit_KeyId</tabstop>
|
|
|
|
<tabstop>lineEdit_GpgHash</tabstop>
|
|
|
|
<tabstop>lineEdit_GpgId</tabstop>
|
|
|
|
<tabstop>lineEdit_GpgName</tabstop>
|
|
|
|
<tabstop>radioButton_IdYourself</tabstop>
|
|
|
|
<tabstop>radioButton_IdFriend</tabstop>
|
|
|
|
<tabstop>radioButton_IdFOF</tabstop>
|
|
|
|
<tabstop>radioButton_IdOther</tabstop>
|
|
|
|
<tabstop>radioButton_IdPseudo</tabstop>
|
|
|
|
<tabstop>line_RatingOverall</tabstop>
|
|
|
|
<tabstop>line_RatingImplicit</tabstop>
|
|
|
|
<tabstop>line_RatingOwn</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>
|