2010-01-13 16:11:02 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConfCertDialog</class>
|
|
|
|
<widget class="QDialog" name="ConfCertDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-02-24 16:39:11 -05:00
|
|
|
<width>560</width>
|
|
|
|
<height>497</height>
|
2010-01-13 16:11:02 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Peer Details</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="stabWidget">
|
|
|
|
<property name="currentIndex">
|
2010-01-13 16:32:56 -05:00
|
|
|
<number>1</number>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/peerdetails_16x16.png</normaloff>:/images/peerdetails_16x16.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Details</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Peer Info</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="_2">
|
|
|
|
<item row="0" column="0">
|
2010-01-13 16:22:52 -05:00
|
|
|
<widget class="QLabel" name="label_name">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="name">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_id">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="text">
|
2010-01-13 16:22:52 -05:00
|
|
|
<string>Peer ID</string>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="peerid">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_last_contact">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="text">
|
2010-01-13 16:22:52 -05:00
|
|
|
<string>Last Contact</string>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLineEdit" name="lastcontact">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLineEdit" name="version">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_version">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="text">
|
2010-01-13 16:22:52 -05:00
|
|
|
<string>Version</string>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_loc">
|
|
|
|
<property name="text">
|
|
|
|
<string>Loc:</string>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:22:52 -05:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLineEdit" name="loc">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Peer Address</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Local Address:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>External Address:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="localAddress"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="extAddress"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="_7">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Port:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Port:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="localPort">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>7812</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="extPort">
|
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>7812</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_9">
|
|
|
|
<property name="text">
|
|
|
|
<string>Addresses list</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="ipAddressList"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>47</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:14:49 -05:00
|
|
|
<item row="2" 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>
|
2010-01-13 16:11:02 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/security-high-16.png</normaloff>:/images/security-high-16.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Trust </string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="_9">
|
2010-01-13 16:32:56 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="wotLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="web_of_trust_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Your trust in this peer is :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_trust_never">
|
|
|
|
<property name="text">
|
|
|
|
<string>None</string>
|
|
|
|
</property>
|
2010-02-24 16:24:59 -05:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/security-low-48.png</normaloff>:/images/security-low-48.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-01-13 16:32:56 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_trust_marginnaly">
|
|
|
|
<property name="text">
|
|
|
|
<string>Marginal</string>
|
|
|
|
</property>
|
2010-02-24 16:24:59 -05:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/security-medium-48.png</normaloff>:/images/security-medium-48.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-01-13 16:32:56 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="radioButton_trust_fully">
|
|
|
|
<property name="text">
|
|
|
|
<string>Full</string>
|
|
|
|
</property>
|
2010-02-24 16:24:59 -05:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/security-high-48.png</normaloff>:/images/security-high-48.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-01-13 16:32:56 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-01-13 16:11:02 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
2010-01-13 16:12:56 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="title">
|
2010-01-13 16:32:56 -05:00
|
|
|
<string>GPG Key</string>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="_10">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="is_signing_me">
|
2010-01-13 16:32:56 -05:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Peer has signed my GPG key</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-01-13 16:32:56 -05:00
|
|
|
<widget class="QGroupBox" name="signersBox">
|
2010-01-13 16:11:02 -05:00
|
|
|
<property name="title">
|
2010-01-13 16:32:56 -05:00
|
|
|
<string>Peer key is signed by :</string>
|
2010-01-13 16:11:02 -05:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="_11">
|
|
|
|
<item>
|
|
|
|
<widget class="QTextBrowser" name="signers"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-01-13 16:14:49 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-02-24 16:32:51 -05:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="friendAndSignLayout">
|
2010-02-24 16:39:11 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-02-24 16:32:51 -05:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<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="signKeyButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sign GPG Key</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/view-certificate-sign-32.png</normaloff>:/images/view-certificate-sign-32.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="signGPGKeyCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sign GPG key</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/view-certificate-sign-32.png</normaloff>:/images/view-certificate-sign-32.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="denyFriendButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Deny Friend</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/user/deny_user48.png</normaloff>:/images/user/deny_user48.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="make_friend_button">
|
|
|
|
<property name="text">
|
|
|
|
<string>Make Friend</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../images.qrc">
|
|
|
|
<normaloff>:/images/user/add_user48.png</normaloff>:/images/user/add_user48.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>48</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-02-24 16:39:11 -05:00
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoExclusive">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-02-24 16:32:51 -05:00
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
2010-02-24 16:39:11 -05:00
|
|
|
<property name="autoRaise">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="arrowType">
|
|
|
|
<enum>Qt::NoArrow</enum>
|
|
|
|
</property>
|
2010-02-24 16:32:51 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-01-13 16:11:02 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QGridLayout" name="_12">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>311</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="cancelButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="applyButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|