mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 16:45:15 -04:00
Improve search.
Find as you type. Add shortcut. Hide search widgets when not used. Refs #24
This commit is contained in:
parent
4a1423da88
commit
e4a5cd214f
10 changed files with 182 additions and 39 deletions
|
@ -364,6 +364,11 @@ void DatabaseTabWidget::deleteGroup()
|
|||
currentDatabaseWidget()->deleteGroup();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::toggleSearch()
|
||||
{
|
||||
currentDatabaseWidget()->toggleSearch();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::updateTabName(Database* db)
|
||||
{
|
||||
int index = databaseIndex(db);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue