排序
QCAD编译
Window Clone git clone https://github.com/wblong/qcad.git 编译qcad cd c:\\Users\\me\\qcad\\qcad c:\\Qt\\Qt5.10.1\\5.10.1\\msvc2017_64\\bin\\qmake -r CONFIG+=ractivated nm...
QCAD属性与Qt Event
QCAD属性与Qt Event 自定义Qt事件 class RPropertyEvent : public QEvent { public: RPropertyEvent() : QEvent((QEvent::Type)(QEvent::User+500)), propertyTypeId(-1) { } /** * \\para...
QCAD dxf 扩展属性
XData是CAD开放给用户(程序员)的一个功能接口:可以往CAD实体上写入/绑定你的个人信息,CAD不会理会/管理你的个人信息,但会保存到DXF文件中。同时你也可以读...
QCAD渲染效率问题
一、配置多线程渲染 配置QCAD3.ini [GraphicsView] Multithreading=true Threads=10 QList<REntity::Id> list = document->getStorage().orderBackToFront(ids); int s...
QCAD 代码片段(二)
QCAD 代码片段 引用块对象的递归加载 引用块对象绘制统一返回圆。 //RBlockReferenceEntity.cpp void RBlockReferenceEntity::exportEntity(RExporter& e, bool preview, bool forceSelecte...
QCAD自动化编译测试
使用GitHub Actions 自动化编译QCAD 编写自动化编译流水线文件Windows.yaml # This is a basic workflow to help you get started with Actions name: Windows # Controls when the action will...
NSIS打包QCAD
QCAD编译后需要打包的目录: release文件夹下为生成的动态连接库和可执行程序。font:字体库plugins:插件themes:主题样式ts:多国语言支持platforms:window平台支持examples:...
QCAD集成QXlsx读写Excel
QCAD集成QXlsx读写Excel 克隆QXlsx源码 git clone https://github.com/QtExcel/QXlsx.git QCAD三方库集成 将QXlsx源码中的QXlsx文件夹拷贝到/src/3rdparty下。修改/src/3rdparty/3rdparty.pro。...





