mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Support copying username and password to the clipboard.
This commit is contained in:
parent
bbd039e487
commit
f43ad8d062
11 changed files with 227 additions and 5 deletions
|
@ -349,6 +349,16 @@ void DatabaseTabWidget::deleteEntry()
|
|||
currentDatabaseWidget()->deleteEntry();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::copyUsername()
|
||||
{
|
||||
currentDatabaseWidget()->copyUsername();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::copyPassword()
|
||||
{
|
||||
currentDatabaseWidget()->copyPassword();
|
||||
}
|
||||
|
||||
void DatabaseTabWidget::createGroup()
|
||||
{
|
||||
currentDatabaseWidget()->createGroup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue