opencv_mv/QPlugins/ImageProcess/ImageView/ImageView.cpp

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

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