From ac7dfcc91345f9752b9f387e8b1653af41718621 Mon Sep 17 00:00:00 2001 From: ubbo Date: Tue, 6 Dec 2011 12:29:39 +0000 Subject: file encryption dialog configurable for encrypt / decrypt / both. popup menu for file encrypt or decrypt in toolbar now git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@668 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 89e2046..5529f2d 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -137,6 +137,16 @@ private slots: */ void fileEncryption(); + /** + * @details Open dialog for encrypting file. + */ + void fileEncrypt(); + + /** + * @details Open dialog for decrypting file. + */ + void fileDecrypt(); + /** * @details Open settings-dialog. */ @@ -261,6 +271,8 @@ private: QAction *redoAct; /** Action to redo last action */ QAction *aboutAct; /** Action to open about dialog */ QAction *fileEncryptionAct; /** Action to open file-encryption dialog */ + QAction *fileEncryptAct; /** Action to open dialog for encrypting file */ + QAction *fileDecryptAct; /** Action to open dialog for decrypting file */ QAction *openSettingsAct; /** Action to open settings dialog */ QAction *openTranslateAct; /** Action to open translate doc*/ QAction *openTutorialAct; /** Action to open tutorial */ -- cgit v1.2.3