Make it more obvious when a image can be exported as a png and when not
This commit is contained in:
parent
5b07c96ce7
commit
0ddaa0bacd
3 changed files with 34 additions and 25 deletions
|
|
@ -38,6 +38,7 @@ private:
|
|||
QMenu imageContextMenu_;
|
||||
Plot plot;
|
||||
QAction saveAction_;
|
||||
QAction exportAction_;
|
||||
QAction zoomAction_;
|
||||
QAction resetAction_;
|
||||
QAction statisticsAction_;
|
||||
|
|
@ -58,6 +59,7 @@ private:
|
|||
|
||||
private slots:
|
||||
void saveImage();
|
||||
void exportImage();
|
||||
void zoomToSelection();
|
||||
void resetZoom();
|
||||
void showSatDiag();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue