aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/VerifyNotification.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-05 20:57:30 +0000
committerSaturneric <[email protected]>2021-06-05 20:57:30 +0000
commit9c09b5de5180632746d9fc7f75a3ed7f07b06292 (patch)
tree89c1e21762f04b4e383ff7f2f45c280b2c5e67ce /include/ui/VerifyNotification.h
parentUpdate the verification function. (diff)
downloadGpgFrontend-9c09b5de5180632746d9fc7f75a3ed7f07b06292.tar.gz
GpgFrontend-9c09b5de5180632746d9fc7f75a3ed7f07b06292.zip
Adjust and improve the detailed interface of the verification information result.
Check whether the key can be signed before signing operation. Check whether the key is qualified before encrypting and signing operations. Modify part of the text explanation on the key details tab. Adjust the length and width of the key pair management interface. Add the actual function column to the list on the file operation page. Adjust the file operation page. For the function that displays the actual possession of the key in the key list by default. Add the function of displaying the actual possession of the key in the key details page. Adjust the code structure. Convert the label prompt below into a message board prompt. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r--include/ui/VerifyNotification.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui/VerifyNotification.h b/include/ui/VerifyNotification.h
index bf700c1a..a42a6b22 100644
--- a/include/ui/VerifyNotification.h
+++ b/include/ui/VerifyNotification.h
@@ -69,7 +69,7 @@ public:
* @param text The text to be set.
* @param verifyLabelStatus The status of label to set the specified color.
*/
- void setVerifyLabel(const QString& text, verify_label_status verifyLabelStatus);
+ void setInfoBoard(const QString& text, verify_label_status verifyLabelStatus);
/**
* @details Show the import from keyserver-action in detailsmenu.
@@ -104,6 +104,7 @@ private:
QAction *showVerifyDetailsAct; /** Action for showing verify detail dialog */
QPushButton *detailsButton; /** Button shown in verifynotification */
QLabel *verifyLabel; /** Label holding the text shown in verifyNotification */
+ QTextEdit *infoBoard;
GpgME::GpgContext *mCtx; /** GpgME Context */
KeyList *mKeyList; /** Table holding the keys */
QTextEdit *mTextpage; /** Textedit associated to the notification */