aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 11:26:57 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 11:26:57 +0000
commita3cba1ba9996400acc43d133f8941fef84dd323f (patch)
tree1ee4a6198f615669c02cf23e9e782f26680e3c4e /fileencryptiondialog.h
parentset iconsize for import and file encryption button too (diff)
downloadgpg4usb-a3cba1ba9996400acc43d133f8941fef84dd323f.tar.gz
gpg4usb-a3cba1ba9996400acc43d133f8941fef84dd323f.zip
add gui elements for sign&verify of files, remove not used fileEncryptAndDecrypt actions from mainwindow
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@905 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index bc5d9a0..f5949e3 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -53,7 +53,9 @@ public:
enum DialogAction {
Encrypt,
Decrypt,
- Both
+ EncryptAndDecrypt,
+ Sign,
+ Verify
};
/**
@@ -64,7 +66,7 @@ public:
* @param keyList
* @param parent
*/
- FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, QWidget *parent = 0, DialogAction action = Both);
+ FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, QWidget *parent = 0, DialogAction action = EncryptAndDecrypt);
public slots:
/**