mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 21:04:19 -05:00
Add missing general settings widget.
This commit is contained in:
parent
f18db06471
commit
a22308b13b
20
src/gui/SettingsWidgetGeneral.ui
Normal file
20
src/gui/SettingsWidgetGeneral.ui
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>SettingsWidgetGeneral</class>
|
||||||
|
<widget class="QWidget" name="SettingsWidgetGeneral">
|
||||||
|
<layout class="QFormLayout" name="formLayout">
|
||||||
|
<item row="0" column="0">
|
||||||
|
<widget class="QCheckBox" name="rememberLastDatabasesCheckBox">
|
||||||
|
<property name="text">
|
||||||
|
<string>Remember last databases</string>
|
||||||
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
Loading…
x
Reference in New Issue
Block a user