1#ifndef IMAGEINFOWINDOW_H
2#define IMAGEINFOWINDOW_H
29 QString image_path {};
30 Ui::ImageInfoWindow* ui;
ImageInfo Window class holds the display of image info.
Definition ImageInfoWindow.h:14
QString get_image_path()
get the analysis image path
Definition ImageInfoWindow.h:25
void set_image_path(const QString &path)
set the analysis image path
Definition ImageInfoWindow.cpp:12