2012-05-27 05:09:52 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SettingsWidgetSecurity</class>
|
|
|
|
<widget class="QWidget" name="SettingsWidgetSecurity">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-02-22 10:08:06 -05:00
|
|
|
<width>595</width>
|
2018-01-20 07:47:30 -05:00
|
|
|
<height>446</height>
|
2012-05-27 05:09:52 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-02-22 10:08:06 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<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="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Timeouts</string>
|
2012-05-27 05:09:52 -04:00
|
|
|
</property>
|
2017-05-06 22:34:12 -04:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="clearClipboardCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear clipboard after</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 10:08:06 -05:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QSpinBox" name="clearClipboardSpinBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
2018-01-20 07:47:30 -05:00
|
|
|
<string comment="Seconds"> sec</string>
|
2017-02-22 10:08:06 -05:00
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-06 22:34:12 -04:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="lockDatabaseIdleCheckBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lock databases after inactivity of</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2017-02-22 10:08:06 -05:00
|
|
|
<widget class="QSpinBox" name="lockDatabaseIdleSpinBox">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="suffix">
|
2018-01-20 07:47:30 -05:00
|
|
|
<string comment="Seconds"> sec</string>
|
2017-02-22 10:08:06 -05:00
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>240</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2012-05-27 05:09:52 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 10:08:06 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Convenience</string>
|
2016-10-25 09:17:50 -04:00
|
|
|
</property>
|
2017-05-06 22:34:12 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2017-02-22 10:08:06 -05:00
|
|
|
<item>
|
2017-05-06 22:34:12 -04:00
|
|
|
<widget class="QCheckBox" name="lockDatabaseOnScreenLockCheckBox">
|
2017-02-22 10:08:06 -05:00
|
|
|
<property name="text">
|
2017-05-06 22:34:12 -04:00
|
|
|
<string>Lock databases when session is locked or lid is closed</string>
|
2017-02-22 10:08:06 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-06 22:34:12 -04:00
|
|
|
<widget class="QCheckBox" name="lockDatabaseMinimizeCheckBox">
|
2017-02-22 10:08:06 -05:00
|
|
|
<property name="text">
|
2017-05-06 22:34:12 -04:00
|
|
|
<string>Lock databases after minimizing the window</string>
|
2017-02-22 10:08:06 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-05-06 22:34:12 -04:00
|
|
|
<widget class="QCheckBox" name="passwordRepeatCheckBox">
|
2017-02-22 10:08:06 -05:00
|
|
|
<property name="text">
|
2017-05-06 22:34:12 -04:00
|
|
|
<string>Don't require password repeat when it is visible</string>
|
2017-02-22 10:08:06 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-05-04 16:52:10 -04:00
|
|
|
<item>
|
2017-05-06 22:34:12 -04:00
|
|
|
<widget class="QCheckBox" name="passwordCleartextCheckBox">
|
2017-05-04 16:52:10 -04:00
|
|
|
<property name="text">
|
2017-05-06 22:34:12 -04:00
|
|
|
<string>Show passwords in cleartext by default</string>
|
2017-05-04 16:52:10 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-08-17 15:02:21 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="passwordDetailsCleartextCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide passwords in the preview panel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-25 10:40:14 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="hideNotesCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide entry notes by default</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 10:08:06 -05:00
|
|
|
</layout>
|
2016-10-25 09:17:50 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-06-28 18:32:47 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="privacy">
|
|
|
|
<property name="title">
|
|
|
|
<string>Privacy</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="fallbackToGoogle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use Google as fallback for downloading website icons</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-22 10:08:06 -05:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2014-01-12 11:23:47 -05:00
|
|
|
</property>
|
2017-02-22 10:08:06 -05:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2016-11-23 21:59:24 -05:00
|
|
|
</property>
|
2017-02-22 10:08:06 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>30</height>
|
|
|
|
</size>
|
2014-04-07 02:45:11 -04:00
|
|
|
</property>
|
2017-02-22 10:08:06 -05:00
|
|
|
</spacer>
|
2014-04-07 02:45:11 -04:00
|
|
|
</item>
|
2012-05-27 05:09:52 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|