From 710194c1cc6399878eadda84c23f7a52e7baa879 Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 8 Dec 2011 17:08:06 +0000 Subject: added zoom in/out to textedit git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@677 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mainwindow.h') 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 */ -- cgit v1.2.3