diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 23:56:59 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-02 23:56:59 +0000 |
commit | 0b5c18f24a5f6e3d62c398210313f596a00cb3c1 (patch) | |
tree | 21ba37abda05de10270d6ed83c598727cf53c0d1 /gpgwin.h | |
parent | set focus to textedit field, when new tab is created (diff) | |
download | gpg4usb-0b5c18f24a5f6e3d62c398210313f596a00cb3c1.tar.gz gpg4usb-0b5c18f24a5f6e3d62c398210313f596a00cb3c1.zip |
added shortcuts Ctrl+Tab and Ctrl+Shift+Tab to switch through the tabs
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@424 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,6 +109,8 @@ private: QDialog *genkeyDialog; QAction *newTabAct; + QAction *switchTabUpAct; + QAction *switchTabDownAct; QAction *openAct; QAction *saveAct; QAction *saveAsAct; |