#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; }