diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-17 02:51:04 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-17 02:51:04 +0000 |
commit | d63d899d8ca00ccc8b13a4b7bca6e82dae01e8d4 (patch) | |
tree | ba2838f902d2e79459b673d7b37afe70b12343ff /mainwindow.h | |
parent | updated TODO (diff) | |
download | gpg4usb-d63d899d8ca00ccc8b13a4b7bca6e82dae01e8d4.tar.gz gpg4usb-d63d899d8ca00ccc8b13a4b7bca6e82dae01e8d4.zip |
added file-toolbar, moved import key dropdown menu to keytoolbar, separated quote and remove double linebreaks to special edit toolbar
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@626 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mainwindow.h b/mainwindow.h index b73fec2..c90147f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -112,11 +112,6 @@ private slots: void importKeyFromEdit(); /** - * @details Open a dialog, in which you can choose, where keys should be imported from. - */ - void importKeyDialog(); - - /** * @details Append the selected keys to currently active textedit. */ void appendSelectedKeys(); @@ -236,7 +231,9 @@ private: QMenu *viewMenu; /** View submenu */ QMenu *importKeyMenu; /** Sumenu for import operations */ QToolBar *cryptToolBar; /** Toolbar holding crypt actions */ + QToolBar *fileToolBar; /** Toolbar holding file actions */ QToolBar *editToolBar; /** Toolbar holding edit actions */ + QToolBar *specialEditToolBar; /** Toolbar holding special edit actions */ QToolBar *keyToolBar; /** Toolbar holding key operations */ QDockWidget *keylistDock; /** Encrypt Dock*/ QDockWidget *attachmentDock; /** Attachment Dock */ @@ -258,7 +255,6 @@ private: QAction *decryptAct; /** Action to decrypt text */ QAction *signAct; /** Action to sign text */ QAction *verifyAct; /** Action to verify text */ - QAction *importKeyDialogAct; /** Action to open key dialog */ QAction *importKeyFromEditAct; /** Action to import key from edit */ QAction *cleanDoubleLinebreaksAct; /** Action to remove double line breaks */ |