mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
change extension checkbox text, add label, fix indentation
This commit is contained in:
@@ -279,63 +279,73 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="autoExtendExpire">
|
<widget class="QCheckBox" name="autoExtendExpire">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Toggle auto updating expiration</string>
|
<string>Toggle auto updating expiration</string>
|
||||||
</property>
|
|
||||||
<property name="accessibleName">
|
|
||||||
<string>Toggle auto updating expiration date</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
|
||||||
<string>Auto assign new password expiration after modification:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<layout class="QHBoxLayout" name="horizontalautoUpdate">
|
|
||||||
<property name="spacing">
|
|
||||||
<number>1</number>
|
|
||||||
</property>
|
|
||||||
<item>
|
|
||||||
<widget class="QSpinBox" name="extendByQuantity">
|
|
||||||
<property name="enabled">
|
|
||||||
<bool>false</bool>
|
|
||||||
</property>
|
|
||||||
<property name="minimum">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="maximum">
|
|
||||||
<number>1000</number>
|
|
||||||
</property>
|
|
||||||
<property name="FixedWidth">
|
|
||||||
<number>5</number>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<property name="accessibleName">
|
||||||
</item>
|
<string>Toggle auto updating expiration date</string>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QPushButton" name="extendByMagnitude">
|
<property name="text">
|
||||||
<property name="enabled">
|
<string>Update when password is changed:</string>
|
||||||
<bool>false</bool>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
<property name="sizePolicy">
|
</item>
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
<item>
|
||||||
<horstretch>0</horstretch>
|
<layout class="QHBoxLayout" name="horizontalautoUpdate">
|
||||||
<verstretch>0</verstretch>
|
<property name="spacing">
|
||||||
</sizepolicy>
|
<number>1</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<item>
|
||||||
<string>Expiration extension Presets</string>
|
<widget class="QLabel" name="notesHint">
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="accessibleName">
|
<string>Extend by: </string>
|
||||||
<string>Expiration extension presets</string>
|
</property>
|
||||||
</property>
|
<property name="alignment">
|
||||||
<property name="text">
|
<set>Qt::AlignTop</set>
|
||||||
<string>Time period</string>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
</widget>
|
</item>
|
||||||
</item>
|
<item>
|
||||||
</layout>
|
<widget class="QSpinBox" name="extendByQuantity">
|
||||||
</item>
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="minimum">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="maximum">
|
||||||
|
<number>1000</number>
|
||||||
|
</property>
|
||||||
|
<property name="FixedWidth">
|
||||||
|
<number>5</number>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="extendByMagnitude">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Expiration extension Presets</string>
|
||||||
|
</property>
|
||||||
|
<property name="accessibleName">
|
||||||
|
<string>Expiration extension presets</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Time period</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -368,6 +378,6 @@
|
|||||||
<tabstop>notesEnabled</tabstop>
|
<tabstop>notesEnabled</tabstop>
|
||||||
<tabstop>notesEdit</tabstop>
|
<tabstop>notesEdit</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources/>
|
<resources />
|
||||||
<connections/>
|
<connections />
|
||||||
</ui>
|
</ui>
|
||||||
|
|||||||
Reference in New Issue
Block a user