mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
Scaling code refractoring, add fit to page mode and zoom levels
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user