diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index c17a71e..6dd78b2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -30,6 +30,7 @@ #include "settingsdialog.h" #include "aboutdialog.h" #include "verifynotification.h" +#include "findwidget.h" #include "wizard.h" //#include "kgpg/kgpgtextinterface.h" #include "kgpg/core/kgpgkey.h" @@ -116,6 +117,11 @@ private slots: void verify(); /** + * @details Open find widget. + */ + void find(); + + /** * @details Show the details of the first of the first of selected keys */ void showKeyDetails(); @@ -342,6 +348,7 @@ private: QAction *cutAct; /** Action to cut text */ QAction *pasteAct; /** Action to paste text */ QAction *selectallAct; /** Action to select whole text */ + QAction *findAct; /** Action to find text */ QAction *undoAct; /** Action to undo last action */ QAction *redoAct; /** Action to redo last action */ QAction *zoomInAct; /** Action to zoom in */ |