mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42:34 -04:00
parent
e9a96ff80a
commit
3a2f387892
6 changed files with 45 additions and 2 deletions
|
@ -63,7 +63,8 @@ public:
|
|||
EntryDelete,
|
||||
EntryCopyUsername,
|
||||
EntryCopyPassword,
|
||||
EntryAutoType
|
||||
EntryAutoType,
|
||||
EntryOpenUrl
|
||||
};
|
||||
|
||||
explicit DatabaseWidget(Database* db, QWidget* parent = Q_NULLPTR);
|
||||
|
@ -90,6 +91,7 @@ public Q_SLOTS:
|
|||
void copyUsername();
|
||||
void copyPassword();
|
||||
void performAutoType();
|
||||
void openUrl();
|
||||
void createGroup();
|
||||
void deleteGroup();
|
||||
void switchToEntryEdit();
|
||||
|
@ -155,6 +157,7 @@ private:
|
|||
QAction* m_actionEntryCopyUsername;
|
||||
QAction* m_actionEntryCopyPassword;
|
||||
QAction* m_actionEntryAutoType;
|
||||
QAction* m_actionEntryOpenUrl;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_DATABASEWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue