diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-02 22:08:24 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-02 22:08:24 +0000 |
commit | ff8584ba1cb7771a947721da77bcbcbbfdfd64fc (patch) | |
tree | bec3f4688db6485fb9be7c1f91593691e7211428 /mainwindow.h | |
parent | changed prev and next in integrated help (diff) | |
download | gpg4usb-ff8584ba1cb7771a947721da77bcbcbbfdfd64fc.tar.gz gpg4usb-ff8584ba1cb7771a947721da77bcbcbbfdfd64fc.zip |
set toolbuttonstyle for import from and for file cryption dropdown toolbutton
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@784 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index e84b7be..d55be93 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -253,6 +253,8 @@ private: QToolBar *editToolBar; /** Toolbar holding edit actions */ QToolBar *specialEditToolBar; /** Toolbar holding special edit actions */ QToolBar *keyToolBar; /** Toolbar holding key operations */ + QToolButton* importButton; /** Toolbutton for import dropdown menu in toolbar */ + QToolButton* fileEncButton; /** Toolbutton for file cryption dropdown menu in toolbar */ QDockWidget *keylistDock; /** Encrypt Dock*/ QDockWidget *attachmentDock; /** Attachment Dock */ QDialog *genkeyDialog; /** Dialog for key generation */ |