opencv_mv/QPlugins/GeometryMeasure/RoundedCorners/RoundedCorners.cpp

33 lines
485 B
C++

#include "RoundedCorners.h"
#include "frmRoundedCorners.h"
RoundedCorners::RoundedCorners()
{
}
QString RoundedCorners::name()
{
return "꿴冷途홧실";
}
QString RoundedCorners::information()
{
return "섯부꿎좆";
}
QDialog* showDialog(QString toolName, QToolBase* toolBase)
{
frmRoundedCorners* ss = new frmRoundedCorners(toolName, toolBase);
return ss;
}
int ShowFormState()
{
return QConfig::nFormState;
}
void SetFormState()
{
QConfig::nFormState = 0;
}