diff options
author | Saturn&Eric <[email protected]> | 2022-07-23 14:54:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-23 14:54:51 +0000 |
commit | b244320b2d228189767aa6d59febceb6b64527fb (patch) | |
tree | 179d34e2a3e84231fad72c4bbe9f74673d0b74d0 /src/ui/dialog/keypair_details/KeyPairDetailTab.h | |
parent | Merge pull request #68 from saturneric/develop-2.0.8 (diff) | |
parent | feat(project): add rpm package support (diff) | |
download | GpgFrontend-2.0.9.tar.gz GpgFrontend-2.0.9.zip |
Merge pull request #70 from saturneric/dev/2.0.8/saturnericv2.0.9
Develop 2.0.9.1
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyPairDetailTab.h (renamed from src/ui/keypair_details/KeyPairDetailTab.h) | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ui/keypair_details/KeyPairDetailTab.h b/src/ui/dialog/keypair_details/KeyPairDetailTab.h index 9d0d6560..91ccdab8 100644 --- a/src/ui/keypair_details/KeyPairDetailTab.h +++ b/src/ui/dialog/keypair_details/KeyPairDetailTab.h @@ -29,9 +29,9 @@ #include "KeySetExpireDateDialog.h" #include "core/GpgContext.h" -#include "import_export/KeyServerImportDialog.h" -#include "import_export/KeyUploadDialog.h" #include "ui/GpgFrontendUI.h" +#include "ui/dialog/import_export/KeyServerImportDialog.h" +#include "ui/dialog/import_export/KeyUploadDialog.h" namespace GpgFrontend::UI { @@ -60,19 +60,19 @@ class KeyPairDetailTab : public QWidget { private: GpgKey key_; ///< - QGroupBox* owner_box_; ///< Groupbox containing owner information - QGroupBox* key_box_; ///< Groupbox containing key information - QGroupBox* fingerprint_box_; ///< Groupbox containing fingerprint information + QGroupBox* owner_box_; ///< Groupbox containing owner information + QGroupBox* key_box_; ///< Groupbox containing key information + QGroupBox* fingerprint_box_; ///< Groupbox containing fingerprint information QGroupBox* additional_uid_box_; ///< Groupbox containing information about ///< additional uids - QLabel* name_var_label_; ///< Label containing the keys name - QLabel* email_var_label_; ///< Label containing the keys email - QLabel* comment_var_label_; ///< Label containing the keys comment - QLabel* key_size_var_label_; ///< Label containing the keys key size - QLabel* expire_var_label_; ///< Label containing the keys expiration date - QLabel* created_var_label_; ///< Label containing the keys creation date - QLabel* last_update_var_label_; ///< + QLabel* name_var_label_; ///< Label containing the keys name + QLabel* email_var_label_; ///< Label containing the keys email + QLabel* comment_var_label_; ///< Label containing the keys comment + QLabel* key_size_var_label_; ///< Label containing the keys key size + QLabel* expire_var_label_; ///< Label containing the keys expiration date + QLabel* created_var_label_; ///< Label containing the keys creation date + QLabel* last_update_var_label_; ///< QLabel* algorithm_var_label_; ///< Label containing the keys algorithm QLabel* key_id_var_label; ///< Label containing the keys keyid QLabel* fingerprint_var_label_; ///< Label containing the keys fingerprint |