Scaling code refractoring, add fit to page mode and zoom levels

This commit is contained in:
Felix Kauselmann
2015-01-02 11:41:52 +01:00
parent 496a90daef
commit bf98cf3343
3 changed files with 53 additions and 3 deletions

View File

@ -54,6 +54,8 @@ class EditShortcutsDialog;
void alwaysOnTopSwitch();
void adjustToFullSizeSwitch();
void fitToPageSwitch();
void increasePageZoomLevel();
void decreasePageZoomLevel();
void reloadOptions();
void fitToWidth();
void fitToHeight();
@ -120,6 +122,8 @@ class EditShortcutsDialog;
QAction *alwaysOnTopAction;
QAction *adjustToFullSizeAction;
QAction *fitToPageAction;
QAction *increasePageZoomAction;
QAction *decreasePageZoomAction;
QAction *showFlowAction;
QAction *showEditShortcutsAction;