aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/keypair_details/KeyPairUIDTab.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-25 19:12:11 +0000
committerSaturneric <[email protected]>2021-05-25 19:12:11 +0000
commit001db514d1b447892bfae71640bd58567cb7cbcf (patch)
tree4b990ed6966e1e33bb3888f254dc4a7812d1760a /include/ui/keypair_details/KeyPairUIDTab.h
parentStreamline, expand and improve the interface of GpgContext. (diff)
downloadGpgFrontend-001db514d1b447892bfae71640bd58567cb7cbcf.tar.gz
GpgFrontend-001db514d1b447892bfae71640bd58567cb7cbcf.zip
Fix some problems caused by negligence.
Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r--include/ui/keypair_details/KeyPairUIDTab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ui/keypair_details/KeyPairUIDTab.h b/include/ui/keypair_details/KeyPairUIDTab.h
index 6aca3dd8..679803d3 100644
--- a/include/ui/keypair_details/KeyPairUIDTab.h
+++ b/include/ui/keypair_details/KeyPairUIDTab.h
@@ -43,6 +43,8 @@ private:
void createSignList();
+ void createManageUIDMenu();
+
void getUIDChecked(QVector<UID> &uids);
GpgME::GpgContext *mCtx;
@@ -53,6 +55,8 @@ private:
QTableWidget *sigList{};
+ QMenu *manageUIDMenu;
+
private slots:
void slotRefreshUIDList();