Add zoom controls to main window viewer

This commit is contained in:
Felix Kauselmann
2015-12-02 16:18:08 +01:00
parent e188216f50
commit ef3a210b98
3 changed files with 40 additions and 1 deletions

View File

@ -54,6 +54,8 @@ class EditShortcutsDialog;
void openFolderFromPath(QString pathFile, QString atFileName);
void alwaysOnTopSwitch();
void adjustToFullSizeSwitch();
void increasePageZoomLevel();
void decreasePageZoomLevel();
void reloadOptions();
void fitToWidth();
void fitToHeight();
@ -124,6 +126,8 @@ class EditShortcutsDialog;
QAction *showDictionaryAction;
QAction *alwaysOnTopAction;
QAction *adjustToFullSizeAction;
QAction *increasePageZoomAction;
QAction *decreasePageZoomAction;
QAction *showFlowAction;
QAction *showEditShortcutsAction;