mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Focus the password line edit by default.
This commit is contained in:
parent
d8fcc43bc3
commit
f9abf2171b
@ -55,6 +55,8 @@ DatabaseOpenDialog::DatabaseOpenDialog(QFile* file, QString filename, QWidget* p
|
||||
m_ui->checkKeyFile->setChecked(true);
|
||||
m_ui->comboKeyFile->addItem(lastKeyFiles[m_filename].toString());
|
||||
}
|
||||
|
||||
m_ui->editPassword->setFocus();
|
||||
}
|
||||
|
||||
DatabaseOpenDialog::~DatabaseOpenDialog()
|
||||
|
@ -88,6 +88,15 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>checkPassword</tabstop>
|
||||
<tabstop>editPassword</tabstop>
|
||||
<tabstop>buttonTogglePassword</tabstop>
|
||||
<tabstop>checkKeyFile</tabstop>
|
||||
<tabstop>comboKeyFile</tabstop>
|
||||
<tabstop>buttonBrowseFile</tabstop>
|
||||
<tabstop>buttonBox</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Loading…
Reference in New Issue
Block a user