diff options
| author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-01-04 01:42:36 +0100 |
|---|---|---|
| committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2009-01-04 01:42:36 +0100 |
| commit | f43fb4b467c19e94e8c51d78600fd6355edef68e (patch) | |
| tree | 0089551ab901a3edf6941418d1550c67050231e4 /gpgwin.h | |
| parent | added expire date in key generation (diff) | |
| download | gpg4usb-f43fb4b467c19e94e8c51d78600fd6355edef68e.tar.gz gpg4usb-f43fb4b467c19e94e8c51d78600fd6355edef68e.zip | |
added file en-/decryption dialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@204 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
| -rw-r--r-- | gpgwin.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -71,7 +71,8 @@ public slots: bool save(); bool saveAs(); void open(); - + void fileEncryption(); + private: void createActions(); void createMenus(); @@ -116,7 +117,8 @@ private: QAction *pasteAct; QAction *selectallAct; QAction *aboutAct; - + QAction *fileEncryptionAct; + QLineEdit *nameEdit; QLineEdit *emailEdit; QLineEdit *commentEdit; |
