#include "OpersGUIInterface.h" namespace GUIOper { void OperatorsGUIInterface::init() { //初始化 todo } QString OperatorsGUIInterface::getComponentName() { //自定义名称 return "OpersGUIInterface"; } }