2018-10-01 10:26:24 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsWidgetKeeShare</class>
|
|
|
|
<widget class="QWidget" name="SettingsWidgetKeeShare">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-03-01 07:51:07 -05:00
|
|
|
<width>378</width>
|
2020-05-26 11:58:52 -04:00
|
|
|
<height>511</height>
|
2018-10-01 10:26:24 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="activeGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Active</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2019-06-19 21:24:24 -04:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="enableImportCheckBox">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Allow KeeShare imports</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Allow KeeShare imports</string>
|
|
|
|
</property>
|
2019-06-19 21:24:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Allow import</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-10-01 10:26:24 -04:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QCheckBox" name="enableExportCheckBox">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Allow KeeShare exports</string>
|
|
|
|
</property>
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Allow KeeShare exports</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Allow export</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-06-19 21:24:24 -04:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="quietSuccessCheckBox">
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
2019-06-19 21:24:24 -04:00
|
|
|
<string>Only show warnings and errors</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
2018-10-01 10:26:24 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="ownCertificateGroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Own certificate</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1,1">
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="ownCertificateFingerprintLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fingerprint:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="ownCertificatePrivateKeyEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Key</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="ownCertificatePublicKeyLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Certificate:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="ownCertificateSignerLabel">
|
|
|
|
<property name="text">
|
2019-03-01 07:51:07 -05:00
|
|
|
<string>Signer:</string>
|
2018-10-01 10:26:24 -04:00
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="ownCertificatePrivateKeyLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Key:</string>
|
|
|
|
</property>
|
2020-05-26 11:58:52 -04:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="ownCertificatePublicKeyEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1" colspan="2">
|
2019-08-30 20:18:41 -04:00
|
|
|
<widget class="QLineEdit" name="ownCertificateSignerEdit">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Signer name field</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-10-01 10:26:24 -04:00
|
|
|
</item>
|
|
|
|
<item row="5" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="ownCertificateFingerprintEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Fingerprint</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<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="QPushButton" name="generateOwnCerticateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Generate new certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Generate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="importOwnCertificateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Import existing certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Import</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="exportOwnCertificateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Export own certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Export</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="importedCertificatesGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Imported certificates</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="1" column="0" rowspan="2">
|
|
|
|
<widget class="QTableView" name="importedCertificateTableView">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Known shares</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="showDropIndicator" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropOverwriteMode">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
|
|
|
<enum>QAbstractItemView::MultiSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>true</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="certificatesActionLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<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="trustImportedCertificateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Trust selected certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Trust</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-01-03 12:22:41 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="askImportedCertificateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Ask whether to trust the selected certificate every time</string>
|
|
|
|
</property>
|
2019-01-03 12:22:41 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Ask</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-10-01 10:26:24 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="untrustImportedCertificateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Untrust selected certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Untrust</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="removeImportedCertificateButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Remove selected certificate</string>
|
|
|
|
</property>
|
2018-10-01 10:26:24 -04:00
|
|
|
<property name="text">
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
</widget>
|
2020-05-26 11:58:52 -04:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>enableImportCheckBox</tabstop>
|
|
|
|
<tabstop>quietSuccessCheckBox</tabstop>
|
|
|
|
<tabstop>enableExportCheckBox</tabstop>
|
|
|
|
<tabstop>generateOwnCerticateButton</tabstop>
|
|
|
|
<tabstop>importOwnCertificateButton</tabstop>
|
|
|
|
<tabstop>exportOwnCertificateButton</tabstop>
|
|
|
|
<tabstop>ownCertificateSignerEdit</tabstop>
|
|
|
|
<tabstop>ownCertificatePrivateKeyEdit</tabstop>
|
|
|
|
<tabstop>ownCertificatePublicKeyEdit</tabstop>
|
|
|
|
<tabstop>ownCertificateFingerprintEdit</tabstop>
|
|
|
|
<tabstop>trustImportedCertificateButton</tabstop>
|
|
|
|
<tabstop>askImportedCertificateButton</tabstop>
|
|
|
|
<tabstop>untrustImportedCertificateButton</tabstop>
|
|
|
|
<tabstop>removeImportedCertificateButton</tabstop>
|
|
|
|
<tabstop>importedCertificateTableView</tabstop>
|
|
|
|
</tabstops>
|
2018-10-01 10:26:24 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|