mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +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
|
@ -66,6 +66,8 @@ public Q_SLOTS:
|
|||
void createEntry();
|
||||
void cloneEntry();
|
||||
void deleteEntry();
|
||||
void copyUsername();
|
||||
void copyPassword();
|
||||
void createGroup();
|
||||
void deleteGroup();
|
||||
void switchToEntryEdit();
|
||||
|
@ -123,6 +125,8 @@ private:
|
|||
QAction* m_actionEntryClone;
|
||||
QAction* m_actionEntryEditView;
|
||||
QAction* m_actionEntryDelete;
|
||||
QAction* m_actionEntryCopyUsername;
|
||||
QAction* m_actionEntryCopyPassword;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_DATABASEWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue