mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
Disable settings spinboxes by default.
They get enabled when the corresponding checkboxes are checked.
This commit is contained in:
parent
a8edad1e27
commit
8e86437e89
@ -16,13 +16,13 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Clear clipboard after</string>
|
<string>Clear clipboard after</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
|
||||||
<bool>true</bool>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QSpinBox" name="clearClipboardSpinBox">
|
<widget class="QSpinBox" name="clearClipboardSpinBox">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string> sec</string>
|
<string> sec</string>
|
||||||
</property>
|
</property>
|
||||||
@ -43,6 +43,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QSpinBox" name="lockDatabaseIdleSpinBox">
|
<widget class="QSpinBox" name="lockDatabaseIdleSpinBox">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="suffix">
|
<property name="suffix">
|
||||||
<string> sec</string>
|
<string> sec</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user