diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 17:08:06 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 17:08:06 +0000 |
commit | 710194c1cc6399878eadda84c23f7a52e7baa879 (patch) | |
tree | 68d081a12b2b0a6ab23e29b11443247e04f0a318 /mainwindow.h | |
parent | updated TODO (diff) | |
download | gpg4usb-710194c1cc6399878eadda84c23f7a52e7baa879.tar.gz gpg4usb-710194c1cc6399878eadda84c23f7a52e7baa879.zip |
added zoom in/out to textedit
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@677 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 16ee618..3106371 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -275,6 +275,8 @@ private: QAction *selectallAct; /** Action to select whole text */ QAction *undoAct; /** Action to undo last action */ QAction *redoAct; /** Action to redo last action */ + QAction *zoomInAct; /** Action to zoom in */ + QAction *zoomOutAct; /** Action to zoom out */ QAction *aboutAct; /** Action to open about dialog */ QAction *fileEncryptionAct; /** Action to open file-encryption dialog */ QAction *fileEncryptAct; /** Action to open dialog for encrypting file */ |