more image window tweaks

- add image windows to View menu
- add setting to replace old image view instead of creating a new one
- add setting to turn on/off box
- add setting to turn on/off axes
This commit is contained in:
Axel Kohlmeyer
2023-08-11 03:25:58 -04:00
parent 93e67c9388
commit 035620d252
7 changed files with 75 additions and 16 deletions

View File

@ -53,9 +53,10 @@ private slots:
void do_rot_down();
void change_group(int);
public:
void createImage();
private:
void createActions();
void createImage();
void updateActions();
void saveFile(const QString &fileName);
void scaleImage(double factor);