Added reset zoom action and fitting mode actions are now checkable and exclusive

This commit is contained in:
Luis Ángel San Martín
2015-12-09 21:41:28 +01:00
parent 0c192d2f24
commit 1af953b295
3 changed files with 88 additions and 39 deletions

View File

@ -55,6 +55,7 @@ class EditShortcutsDialog;
void alwaysOnTopSwitch();
void adjustToFullSizeSwitch();
void fitToPageSwitch();
void resetZoomLevel();
void increasePageZoomLevel();
void decreasePageZoomLevel();
void reloadOptions();
@ -127,6 +128,7 @@ class EditShortcutsDialog;
QAction *alwaysOnTopAction;
QAction *adjustToFullSizeAction;
QAction *fitToPageAction;
QAction *resetZoomAction;
QAction *showZoomSliderlAction;
QAction *increasePageZoomAction;
QAction *decreasePageZoomAction;