RasterProcessTool/ImageshowTool/ImageshowTool.h

11 lines
149 B
C++

#pragma once
#include "imageshowtool_global.h"
#include "qcustomplot.h"
class IMAGESHOWTOOL_EXPORT ImageshowTool
{
public:
ImageshowTool();
};