mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 13:02:10 -04:00
Focus the password line edit on switch to change master key widget.
This commit is contained in:
parent
f28f868671
commit
b3ddfca2bd
2 changed files with 13 additions and 0 deletions
|
@ -54,6 +54,8 @@ void ChangeMasterKeyWidget::clearForms()
|
||||||
m_ui->keyFileGroup->setChecked(false);
|
m_ui->keyFileGroup->setChecked(false);
|
||||||
m_ui->togglePasswordButton->setChecked(true);
|
m_ui->togglePasswordButton->setChecked(true);
|
||||||
// TODO clear m_ui->keyFileCombo
|
// TODO clear m_ui->keyFileCombo
|
||||||
|
|
||||||
|
m_ui->enterPasswordEdit->setFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
CompositeKey ChangeMasterKeyWidget::newMasterKey()
|
CompositeKey ChangeMasterKeyWidget::newMasterKey()
|
||||||
|
|
|
@ -151,6 +151,17 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
<tabstops>
|
||||||
|
<tabstop>passwordGroup</tabstop>
|
||||||
|
<tabstop>enterPasswordEdit</tabstop>
|
||||||
|
<tabstop>repeatPasswordEdit</tabstop>
|
||||||
|
<tabstop>togglePasswordButton</tabstop>
|
||||||
|
<tabstop>keyFileGroup</tabstop>
|
||||||
|
<tabstop>keyFileCombo</tabstop>
|
||||||
|
<tabstop>browseKeyFileButton</tabstop>
|
||||||
|
<tabstop>createKeyFileButton</tabstop>
|
||||||
|
<tabstop>buttonBox</tabstop>
|
||||||
|
</tabstops>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue