chore: add max zoom-in scale limit (1000x)

This commit is contained in:
Gary Wang
2021-02-18 20:03:17 +08:00
parent 2b4bbc91a7
commit 858c9e0ccf
5 changed files with 33 additions and 11 deletions

View File

@ -16,6 +16,8 @@ public:
void setupShortcuts();
public:
QAction *actionZoomIn;
QAction *actionZoomOut;
QAction *actionCopyPixmap;
QAction *actionCopyFilePath;
QAction *actionPaste;