上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页
摘要: 项目地址 https://github.com/laserpants/qt-material-widgets https://github.com/miangoleh/QtMaterial 阅读全文
posted @ 2022-06-24 18:55 mohist 阅读(577) 评论(0) 推荐(0)
摘要: 演示环境 windows + visual studio cmake version : 3.23 代码下载 效果 使用 Qt 做了一个demo, 演示多国语言版本, 可见 language 分组下存放的是关于 语言家文件相关项目 步骤 设置USE_FOLDERS = ON SET_PROPERTY 阅读全文
posted @ 2022-06-23 23:34 mohist 阅读(815) 评论(3) 推荐(0)
摘要: from https://fuchsia.googlesource.com/third_party/cmake/+/v3.5.1/Modules/CPackIFW.cmake src #.rst: # CPackIFW # # # .. _QtIFW: http://doc.qt.io/qtinst 阅读全文
posted @ 2022-06-23 19:51 mohist 阅读(114) 评论(0) 推荐(0)
摘要: 项目地址 CMAKE 管理项目 windows使用的是: 多媒体定时器 linux 使用的是: posix timer 地址: https://gitee.com/mohistH/timer-pp 需要c++11及以上支持 使用范例 接口使用顺序 1 调用 init_ 2 启动定时器 begin_ 阅读全文
posted @ 2022-06-21 21:57 mohist 阅读(1918) 评论(2) 推荐(1)
摘要: 概述 本文演示坏境: win11 + vs2019 / vs2015 power shell (管理员) 步骤1 打开powerhsell 管理员模式, 查询本机安装的vcredis的版本, 比如, 下面的代码查询本机的vc2019 redis的唯一ID Get-WmiObject -Class W 阅读全文
posted @ 2022-05-17 21:09 mohist 阅读(3089) 评论(0) 推荐(0)
摘要: 5分钟速读rust rust权威指南 阅读全文
posted @ 2022-05-06 22:10 mohist 阅读(32) 评论(0) 推荐(0)
摘要: 概述 本文将介绍 find_package 的 config添加依赖库 module的模式先前已介绍过了, 详见 这里 本文演示环境: win11 + cmake 3.23 一个例子 这里以 libuv 库为例, config模式的文件名需要满足 XXX-config.cmake 或者 XXXCon 阅读全文
posted @ 2022-04-21 23:28 mohist 阅读(4688) 评论(2) 推荐(0)
摘要: 概述 实验通过版本, Qt5, cmake-3.23 参考 cmake中不会涉及到linguist的操作 当生成ts文件后, 手动使用linguist工具翻译好即可 核心代码 已经做好函数。 直接copy就能用 # i18N function(CREATE_QM_UPDATE_TS) set(opt 阅读全文
posted @ 2022-04-21 22:25 mohist 阅读(1741) 评论(0) 推荐(1)
摘要: 概述 本文将介绍使用 execute_process 实现 文件夹 创建、文件夹拷贝 和文件拷贝 创建文件夹 范例 set(public_include ${CMAKE_CURRENT_SOURCE_DIR}/public) # 创建 public_include 指向的文件夹 execute_pr 阅读全文
posted @ 2022-04-21 19:47 mohist 阅读(6944) 评论(2) 推荐(1)
摘要: 好文 github地址 阅读全文
posted @ 2022-04-19 22:36 mohist 阅读(64) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页