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