diff options
author | saturneric <[email protected]> | 2024-11-22 11:51:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-22 11:51:04 +0000 |
commit | d7575641e3aeb281a21df5720e7224c2b3e47997 (patch) | |
tree | bef0f7364f3760885c699a307aa3df8240ae753b /src/ui/dialog/controller/GnuPGControllerDialog.h | |
parent | feat: upgrade modules (diff) | |
download | GpgFrontend-d7575641e3aeb281a21df5720e7224c2b3e47997.tar.gz GpgFrontend-d7575641e3aeb281a21df5720e7224c2b3e47997.zip |
feat: add more operations on key db items
Diffstat (limited to 'src/ui/dialog/controller/GnuPGControllerDialog.h')
-rw-r--r-- | src/ui/dialog/controller/GnuPGControllerDialog.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ui/dialog/controller/GnuPGControllerDialog.h b/src/ui/dialog/controller/GnuPGControllerDialog.h index 4a81e917..8d53dca6 100644 --- a/src/ui/dialog/controller/GnuPGControllerDialog.h +++ b/src/ui/dialog/controller/GnuPGControllerDialog.h @@ -100,6 +100,30 @@ class GnuPGControllerDialog : public GeneralDialog { */ void slot_open_key_database(); + /** + * @brief + * + */ + void slot_move_up_key_database(); + + /** + * @brief + * + */ + void slot_move_down_key_database(); + + /** + * @brief + * + */ + void slot_move_to_top_key_database(); + + /** + * @brief + * + */ + void slot_edit_key_database(); + private: std::shared_ptr<Ui_GnuPGControllerDialog> ui_; ///< int restart_mode_{0}; ///< |