#ifndef __CONFIG_H__ #define __CONFIG_H__ #include "typedef.h" #include #define EMBROIDERY #define MAX_EXDP_LEN 1024 // 最大附加数据长度 #define SEW 8 //缝纫 #define IMAGE_TYPE (QImage::Format_ARGB32) #endif