mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Save password generator settings
Remember the used values for the password generator and restore them the next time the user opens the generation dialog.
This commit is contained in:
parent
755241df5c
commit
9cae8a412a
2 changed files with 32 additions and 10 deletions
|
@ -34,6 +34,7 @@ class PasswordGeneratorWidget : public QWidget
|
|||
public:
|
||||
explicit PasswordGeneratorWidget(QWidget* parent = Q_NULLPTR);
|
||||
~PasswordGeneratorWidget();
|
||||
void loadSettings();
|
||||
void reset();
|
||||
|
||||
Q_SIGNALS:
|
||||
|
@ -44,6 +45,7 @@ private Q_SLOTS:
|
|||
void togglePassword(bool checked);
|
||||
void generatePassword();
|
||||
void emitNewPassword();
|
||||
void saveSettings();
|
||||
|
||||
private:
|
||||
PasswordGenerator::CharClasses charClasses();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue