2012-02-13 13:43:15 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>IdEditDialog</class>
|
2013-07-10 17:57:23 -04:00
|
|
|
<widget class="QDialog" name="IdEditDialog">
|
2012-02-13 13:43:15 -05:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-01-25 17:09:12 -05:00
|
|
|
<width>515</width>
|
|
|
|
<height>591</height>
|
2012-02-13 13:43:15 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
2015-01-25 17:09:12 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>64</horstretch>
|
|
|
|
<verstretch>64</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-04-14 11:37:06 -04:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/identity/identities_32.png</normaloff>:/images/identity/identities_32.png</iconset>
|
|
|
|
</property>
|
2015-01-25 17:09:12 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2014-02-13 06:55:14 -05:00
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2014-04-22 18:35:23 -04:00
|
|
|
<property name="margin">
|
2014-02-13 06:55:14 -05:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2014-02-01 10:55:03 -05:00
|
|
|
<item>
|
2015-01-25 17:09:12 -05:00
|
|
|
<widget class="HeaderFrame" name="headerFrame" native="true"/>
|
2012-02-13 13:43:15 -05:00
|
|
|
</item>
|
2014-02-01 10:55:03 -05:00
|
|
|
<item>
|
2013-09-02 15:20:47 -04:00
|
|
|
<widget class="QFrame" name="frame">
|
2014-02-13 06:55:14 -05:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-09-02 15:20:47 -04:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
2013-07-10 17:57:23 -04:00
|
|
|
</property>
|
2015-01-25 17:09:12 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Type</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_GpgId">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGP Associated ID</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/tags/pgp-known.png</normaloff>:/images/tags/pgp-known.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_Pseudo">
|
|
|
|
<property name="text">
|
|
|
|
<string>Pseudonym</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/tags/anon.png</normaloff>:/images/tags/anon.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>22</width>
|
|
|
|
<height>22</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>131</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-02-01 10:55:03 -05:00
|
|
|
</item>
|
2015-01-25 17:09:12 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Nickname</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_Nickname"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Key ID</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_KeyId">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGP Hash</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_GpgHash">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>PGP Id</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEdit_GpgId">
|
|
|
|
<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="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<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>
|
|
|
|
<property name="text">
|
|
|
|
<string extracomment="Click here to change your avatar">TextLabel</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</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>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-02-01 10:55:03 -05:00
|
|
|
</item>
|
2015-01-25 17:09:12 -05:00
|
|
|
<item>
|
2014-04-22 19:23:11 -04:00
|
|
|
<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>
|
2014-02-01 10:55:03 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame_Tags">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2014-04-22 19:23:11 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_Tag2">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="1" column="0">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QLabel" name="label_Tag1">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="1" column="1">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QToolButton" name="toolButton_Tag1">
|
|
|
|
<property name="text">
|
|
|
|
<string>RM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="2" column="1">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QToolButton" name="toolButton_Tag2">
|
|
|
|
<property name="text">
|
|
|
|
<string>RM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="3" column="0">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QLabel" name="label_Tag3">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="3" column="1">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QToolButton" name="toolButton_Tag3">
|
|
|
|
<property name="text">
|
|
|
|
<string>RM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="4" column="0">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QLabel" name="label_Tag4">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="4" column="1">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QToolButton" name="toolButton_Tag4">
|
|
|
|
<property name="text">
|
|
|
|
<string>RM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="5" column="0">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QLabel" name="label_Tag5">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="5" column="1">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QToolButton" name="toolButton_Tag5">
|
|
|
|
<property name="text">
|
|
|
|
<string>RM</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="6" column="0" colspan="2">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit_Tag"/>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="7" column="0">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QLabel" name="label_TagCheck">
|
2014-04-14 11:37:06 -04:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-02-01 10:55:03 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="7" column="1">
|
2014-02-01 10:55:03 -05:00
|
|
|
<widget class="QPushButton" name="pushButton_Tag">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
2013-09-02 15:20:47 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<item row="0" column="0">
|
|
|
|
<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>
|
2013-09-02 15:20:47 -04:00
|
|
|
</layout>
|
2013-07-10 17:57:23 -04:00
|
|
|
</widget>
|
2012-02-13 13:43:15 -05:00
|
|
|
</item>
|
2014-02-01 10:55:03 -05:00
|
|
|
<item>
|
2014-02-13 06:55:14 -05:00
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2014-04-22 19:23:11 -04:00
|
|
|
<property name="spacing">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2014-04-22 18:35:23 -04:00
|
|
|
<property name="margin">
|
2014-04-22 19:23:11 -04:00
|
|
|
<number>9</number>
|
2014-02-13 06:55:14 -05:00
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>328</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2014-02-01 10:55:03 -05:00
|
|
|
</item>
|
2012-02-13 13:43:15 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-09-02 15:20:47 -04:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>HeaderFrame</class>
|
2015-01-25 17:09:12 -05:00
|
|
|
<extends>QWidget</extends>
|
2013-09-02 15:20:47 -04:00
|
|
|
<header>gui/common/HeaderFrame.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-07-10 17:57:23 -04:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>radioButton_GpgId</tabstop>
|
|
|
|
<tabstop>radioButton_Pseudo</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2014-04-14 11:37:06 -04:00
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
2012-02-13 13:43:15 -05:00
|
|
|
<connections/>
|
|
|
|
</ui>
|