#include "global.h"
const QMap<AbstractItemType,GraphicsItemType> linkType = {
{AIT_motor,GIT_itemRect},{AIT_bus,GIT_bus},
};
//类型转换
const QMap<int,GraphicsItemType> typeToProGraphic = {
{1,GIT_bus},{3,GIT_itemRect},{8,GIT_link}