From d63d899d8ca00ccc8b13a4b7bca6e82dae01e8d4 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 17 Nov 2011 02:51:04 +0000 Subject: 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 --- mainwindow.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index b73fec2..c90147f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -111,11 +111,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. */ @@ -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 */ -- cgit v1.2.3