diff options
author | Ubbo Veentjer <[email protected]> | 2017-12-30 23:50:55 +0000 |
---|---|---|
committer | Ubbo Veentjer <[email protected]> | 2017-12-30 23:50:55 +0000 |
commit | d327c06ebb5138359e875e8f9a7ac242de45c158 (patch) | |
tree | 653664e755ddbfcc00389e2a0075a2a2386536b1 /fileencryptiondialog.h | |
parent | recommit of a06539af3448396f56a44d6859f2a54b787cdd8d (sign files integrated) (diff) | |
download | gpg4usb-d327c06ebb5138359e875e8f9a7ac242de45c158.tar.gz gpg4usb-d327c06ebb5138359e875e8f9a7ac242de45c158.zip |
verify files readded (4ecc173307c8c1ed13f28b6955484a484a25402a to 7c874c55c8242baaa770c46718a5c66b3bf8284a)
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index f634743..af6edff 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -24,6 +24,7 @@ #include "gpgcontext.h" #include "keylist.h" +#include "verifydetailsdialog.h" QT_BEGIN_NAMESPACE class QDialog; @@ -81,6 +82,12 @@ public slots: /** * @brief * + * @fn selectSignFile + */ + void slotSelectSignFile(); + /** + * @brief + * * @fn executeAction */ void slotExecuteAction(); @@ -100,7 +107,9 @@ public slots: private: QLineEdit *outputFileEdit; /**< TODO */ QLineEdit *inputFileEdit; /**< TODO */ + QLineEdit *signFileEdit; /**< TODO */ DialogAction mAction; /**< TODO */ + QLabel *statusLabel; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ KeyList *mKeyList; /**< TODO */ |