mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-21 04:01:03 -05:00
7ae65dd656
* This removes the application setting to require typing the password in again even though it is visible. * Removed automatic password repeat when the password is made visible on changing.
293 lines
8.7 KiB
XML
293 lines
8.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ApplicationSettingsWidgetSecurity</class>
|
|
<widget class="QWidget" name="ApplicationSettingsWidgetSecurity">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>364</width>
|
|
<height>493</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>20</number>
|
|
</property>
|
|
<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>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0">
|
|
<item row="1" column="1">
|
|
<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="accessibleName">
|
|
<string>Database lock timeout seconds</string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string comment="Seconds"> sec</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>43200</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>240</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="clearClipboardCheckBox">
|
|
<property name="text">
|
|
<string>Clear clipboard after</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QCheckBox" name="clearSearchCheckBox">
|
|
<property name="text">
|
|
<string>Clear search query after</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QSpinBox" name="clearSearchSpinBox">
|
|
<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">
|
|
<string comment="Minutes"> min</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>1440</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="displayIntegerBase">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<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="accessibleName">
|
|
<string>Clipboard clear seconds</string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string comment="Seconds"> sec</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" 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="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>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="title">
|
|
<string>Convenience</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QCheckBox" name="quickUnlockCheckBox">
|
|
<property name="text">
|
|
<string>Enable database quick unlock (Touch ID / Windows Hello)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="lockDatabaseOnScreenLockCheckBox">
|
|
<property name="text">
|
|
<string>Lock databases when session is locked or lid is closed</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="lockDatabaseMinimizeCheckBox">
|
|
<property name="text">
|
|
<string>Lock databases after minimizing the window</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="passwordsHiddenCheckBox">
|
|
<property name="text">
|
|
<string>Hide passwords when editing them</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="passwordShowDotsCheckBox">
|
|
<property name="text">
|
|
<string>Use placeholder for empty password fields</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="passwordPreviewCleartextCheckBox">
|
|
<property name="text">
|
|
<string>Hide passwords in the entry preview panel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="hideTotpCheckBox">
|
|
<property name="text">
|
|
<string>Hide TOTP in the entry preview panel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="hideNotesCheckBox">
|
|
<property name="text">
|
|
<string>Hide entry notes by default</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="NoConfirmMoveEntryToRecycleBinCheckBox">
|
|
<property name="text">
|
|
<string>Move entries to recycle bin without confirmation</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="EnableCopyOnDoubleClickCheckBox">
|
|
<property name="text">
|
|
<string>Enable double click to copy the username/password entry columns</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="privacy">
|
|
<property name="title">
|
|
<string>Privacy</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QCheckBox" name="fallbackToSearch">
|
|
<property name="text">
|
|
<string>Use DuckDuckGo service to download website icons</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>clearClipboardCheckBox</tabstop>
|
|
<tabstop>clearClipboardSpinBox</tabstop>
|
|
<tabstop>lockDatabaseIdleCheckBox</tabstop>
|
|
<tabstop>lockDatabaseIdleSpinBox</tabstop>
|
|
<tabstop>clearSearchCheckBox</tabstop>
|
|
<tabstop>clearSearchSpinBox</tabstop>
|
|
<tabstop>lockDatabaseOnScreenLockCheckBox</tabstop>
|
|
<tabstop>lockDatabaseMinimizeCheckBox</tabstop>
|
|
<tabstop>passwordsHiddenCheckBox</tabstop>
|
|
<tabstop>passwordShowDotsCheckBox</tabstop>
|
|
<tabstop>passwordPreviewCleartextCheckBox</tabstop>
|
|
<tabstop>hideNotesCheckBox</tabstop>
|
|
<tabstop>fallbackToSearch</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|