feat: new action for open a dialog to select image files

This commit is contained in:
Gary Wang
2021-11-25 22:54:37 +08:00
parent 560ece0f2f
commit f202bb58f4
4 changed files with 23 additions and 0 deletions

View File

@ -16,6 +16,8 @@ public:
void setupShortcuts();
public:
QAction *actionOpen;
QAction *actionActualSize;
QAction *actionToggleMaximize;
QAction *actionZoomIn;