mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-20 12:54:41 -04:00
Improve tab order.
This commit is contained in:
parent
4ab887c773
commit
05de45dadb
2 changed files with 27 additions and 2 deletions
|
@ -102,6 +102,10 @@ DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
|
|||
|
||||
rightHandSideWidget->setLayout(vLayout);
|
||||
|
||||
setTabOrder(m_searchUi->searchRootRadioButton, m_entryView);
|
||||
setTabOrder(m_entryView, m_groupView);
|
||||
setTabOrder(m_groupView, m_searchWidget);
|
||||
|
||||
splitter->addWidget(m_groupView);
|
||||
splitter->addWidget(rightHandSideWidget);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue