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>
|
2021-05-16 20:16:01 -04:00
|
|
|
<width>425</width>
|
|
|
|
<height>251</height>
|
2018-10-01 10:26:24 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2021-05-16 20:16:01 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0">
|
2018-10-01 10:26:24 -04: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">
|
|
|
|
<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="title">
|
|
|
|
<string>Own certificate</string>
|
|
|
|
</property>
|
2021-04-04 08:56:00 -04:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,0,0">
|
2021-05-16 20:16:01 -04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="ownCertificateSignerLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Signer:</string>
|
2021-04-04 08:56:00 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-16 20:16:01 -04:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="generateOwnCerticateButton">
|
2021-04-04 08:56:00 -04:00
|
|
|
<property name="accessibleName">
|
2021-05-16 20:16:01 -04:00
|
|
|
<string>Generate new certificate</string>
|
2021-04-04 08:56:00 -04:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2021-05-16 20:16:01 -04:00
|
|
|
<string>Generate</string>
|
2021-04-04 08:56:00 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-16 20:16:01 -04:00
|
|
|
<item row="1" column="0">
|
2021-04-04 08:56:00 -04:00
|
|
|
<widget class="QLabel" name="ownCertificateFingerprintLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fingerprint:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2021-05-16 20:16:01 -04:00
|
|
|
<item row="2" column="2">
|
|
|
|
<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 row="0" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="ownCertificateSignerEdit">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
2021-05-16 20:16:01 -04:00
|
|
|
<string>Signer name field</string>
|
2018-10-01 10:26:24 -04:00
|
|
|
</property>
|
2021-05-16 20:16:01 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" colspan="2">
|
|
|
|
<widget class="QLineEdit" name="ownCertificateFingerprintEdit">
|
|
|
|
<property name="accessibleName">
|
|
|
|
<string>Fingerprint</string>
|
2018-10-01 10:26:24 -04:00
|
|
|
</property>
|
2021-05-16 20:16:01 -04:00
|
|
|
<property name="readOnly">
|
2018-10-01 10:26:24 -04:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</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>ownCertificateSignerEdit</tabstop>
|
|
|
|
<tabstop>ownCertificateFingerprintEdit</tabstop>
|
|
|
|
</tabstops>
|
2018-10-01 10:26:24 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|