33 lines
443 B
C++
33 lines
443 B
C++
|
#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;
|
|||
|
}
|