opencv_mv/QPlugins/GeometryMeasure/RoundedCorners/RoundedCorners.cpp

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

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