33 lines
475 B
C++
33 lines
475 B
C++
#include "LogicJudgeEnd.h"
|
|
#include "frmLogicJudgeEnd.h"
|
|
|
|
LogicJudgeEnd::LogicJudgeEnd()
|
|
{
|
|
}
|
|
|
|
QString LogicJudgeEnd::name()
|
|
{
|
|
return "써監刀얌";
|
|
}
|
|
|
|
QString LogicJudgeEnd::information()
|
|
{
|
|
return "쭉서묏야";
|
|
}
|
|
|
|
QDialog* showDialog(QString toolName, QToolBase* toolBase)
|
|
{
|
|
frmLogicJudgeEnd* ss = new frmLogicJudgeEnd(toolName, toolBase);
|
|
return ss;
|
|
}
|
|
|
|
int ShowFormState()
|
|
{
|
|
return QConfig::nFormState;
|
|
}
|
|
|
|
void SetFormState()
|
|
{
|
|
QConfig::nFormState = 0;
|
|
}
|