4 Star 36 Fork 14

ITVENTI科技/WorkXP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commondef.h 567 Bytes
一键复制 编辑 原始数据 按行查看 历史
huanglingzhi 提交于 2020-06-29 18:07 +08:00 . Let's roll
#ifndef WORKXP_COMMONDEF_H
#define WORKXP_COMMONDEF_H
#include <QSize>
#define UNIT_TYPE_MM 0
#define UNIT_TYPE_INCH 1
#define UNIT_TYPE_PIXCEL 2
#define THEME_LIGHTEN 0
#define THEME_DARKEN 1
#define PX_PER_MM 3.543307
#define PX_PER_INCH 90
typedef struct _PhysicalSize
{
QSize size;
int unit;
} PhysicalSize;
//#define DRAW_PICKER_BOUNDING
//#define DRAW_PICKER_WRAPER_BOUNDING
//#define DRAW_PICKER_OUTLINE_BOUNDING
//#define DRAW_PICKER_ROTATE_BOUNDING
//#define DRAW_PICKER_ARCHOR_BOUNDING
#define DRAW_ELEMENT_BOUNDING
#endif // COMMONDEF_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/itventi/workxp.git
git@gitee.com:itventi/workxp.git
itventi
workxp
WorkXP
master

搜索帮助