mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Ask to apply generated password when commiting an entry edit
* Rename saveEntry to commitEntry to accurately capture its purpose * Add message to user when commit is successful * Made all inline messages in edit entry view 2 sec visibility
This commit is contained in:
parent
397d804cdd
commit
cd3e1fc27e
6 changed files with 51 additions and 24 deletions
|
@ -151,6 +151,11 @@ void PasswordGeneratorWidget::setStandaloneMode(bool standalone)
|
|||
}
|
||||
}
|
||||
|
||||
QString PasswordGeneratorWidget::getGeneratedPassword()
|
||||
{
|
||||
return m_ui->editNewPassword->text();
|
||||
}
|
||||
|
||||
void PasswordGeneratorWidget::keyPressEvent(QKeyEvent* e)
|
||||
{
|
||||
if (e->key() == Qt::Key_Escape && m_standalone == true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue