From 0b5c18f24a5f6e3d62c398210313f596a00cb3c1 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 2 Jan 2011 23:56:59 +0000 Subject: 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 --- gpgwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpgwin.h') diff --git a/gpgwin.h b/gpgwin.h index ed09f8e..c44093a 100644 --- a/gpgwin.h +++ b/gpgwin.h @@ -109,6 +109,8 @@ private: QDialog *genkeyDialog; QAction *newTabAct; + QAction *switchTabUpAct; + QAction *switchTabDownAct; QAction *openAct; QAction *saveAct; QAction *saveAsAct; -- cgit v1.2.3