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