opencv_mv/QPlugins/ImageProcess/CropImage/CropImage.cpp

33 lines
443 B
C++
Raw Permalink Normal View History

2023-05-22 09:27:46 +00:00
#include "CropImage.h"
#include "frmCropImage.h"
CropImage::CropImage()
{
}
QString CropImage::name()
{
return "<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͼ<EFBFBD><EFBFBD>";
}
QString CropImage::information()
{
return "ͼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
}
QDialog* showDialog(QString toolName, QToolBase* toolBase)
{
frmCropImage* ss = new frmCropImage(toolName, toolBase);
return ss;
}
int ShowFormState()
{
return QConfig::nFormState;
}
void SetFormState()
{
QConfig::nFormState = 0;
}