33 lines
459 B
C++
33 lines
459 B
C++
|
#include "ImageSplice.h"
|
|||
|
#include "frmImageSplice.h"
|
|||
|
|
|||
|
ImageSplice::ImageSplice()
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
QString ImageSplice::name()
|
|||
|
{
|
|||
|
return "ͼ<EFBFBD><EFBFBD>ƴ<EFBFBD><EFBFBD>";
|
|||
|
}
|
|||
|
|
|||
|
QString ImageSplice::information()
|
|||
|
{
|
|||
|
return "ͼ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>";
|
|||
|
}
|
|||
|
|
|||
|
QDialog* showDialog(QString toolName, QToolBase* toolBase)
|
|||
|
{
|
|||
|
frmImageSplice* ss = new frmImageSplice(toolName, toolBase);
|
|||
|
return ss;
|
|||
|
}
|
|||
|
|
|||
|
int ShowFormState()
|
|||
|
{
|
|||
|
return QConfig::nFormState;
|
|||
|
}
|
|||
|
|
|||
|
void SetFormState()
|
|||
|
{
|
|||
|
QConfig::nFormState = 0;
|
|||
|
}
|