上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 75 下一页

2021年9月10日

ImGui-imgui实例解析之ShowDemoWindowWidgets-Basic

摘要: ImGui-imgui实例解析之ShowDemoWindowWidgets 应该是禁用的功能:但不知道为什么在1.83的界面没看到。而且1.72版本是没有这个功能的。ImGui::BeginDisabled();ImGui::EndDisabled();增加按钮:处理事件,作者这种处理方式,我还是第 阅读全文

posted @ 2021-09-10 16:08 疯狂delphi 阅读(2935) 评论(0) 推荐(1) 编辑

ImGui-imgui实例解析之Window options

摘要: ImGui-imgui实例解析之Window options 增加表格:// 这应该是说有3列,你是不是想问为什么不我试一下,我TM发现能测试的电脑用的是1.72版本,// 用的是checkbox显示的,不能测试的电脑用的是1.83版本的,对我现在就是在1.83上。if (ImGui::BeginT 阅读全文

posted @ 2021-09-10 15:06 疯狂delphi 阅读(904) 评论(0) 推荐(0) 编辑

ImGui-imgui实例解析之ShowStyleEditor-Fonts

摘要: ImGui-imgui实例解析之ShowStyleEditor-Fonts 获得字体:ImFontAtlas* atlas = io.Fonts;显示字体集:ImGui::ShowFontAtlas(atlas);艹,这里面代码太多了,你们自己看吧。呵呵。for (int i = 0; i < at 阅读全文

posted @ 2021-09-10 11:15 疯狂delphi 阅读(490) 评论(0) 推荐(0) 编辑

ImGui-imgui实例解析之ShowStyleEditor-Colors

摘要: ImGui-imgui实例解析之ShowStyleEditor-Colors 没有明白是什么意思:LogBegin(ImGuiLogType_TTY, auto_open_depth);ImGui::LogText("ImVec4* colors = ImGui::GetStyle().Colors 阅读全文

posted @ 2021-09-10 11:04 疯狂delphi 阅读(670) 评论(0) 推荐(0) 编辑

ImGui-imgui实例解析之ShowStyleEditor-Sizes

摘要: ImGui-imgui实例解析之ShowStyleEditor-Sizes 获取皮肤:ImGuiStyle& style = ImGui::GetStyle();设置宽度:ImGui::PushItemWidth(ImGui::GetWindowWidth() * 0.50f);颜色选择器:if ( 阅读全文

posted @ 2021-09-10 11:00 疯狂delphi 阅读(1875) 评论(0) 推荐(0) 编辑

ImGui-imgui实例解析之ShowDemoWindow

摘要: imgui实例解析之ShowDemoWindow 实例入口:实例的总入口。ShowDemoWindow断言:判断IMGUI上下文是否正常,如果不正常后面的函数将全部报错,所以在此断言。IM_ASSERT(ImGui::GetCurrentContext() != NULL && "Missing d 阅读全文

posted @ 2021-09-10 09:38 疯狂delphi 阅读(1608) 评论(0) 推荐(0) 编辑

2021年9月9日

ImGui-ui、gui、imgui、rmgui说明

摘要: UI (user interface) 是用户与软件交互不可缺少的一部分,它包括图形化的部分和非图形化的部分(如键盘和鼠标)。GUI(graphical user interface)图形化交互界面,GUI包括文本和按钮等元素。 GUI有两种模式: IMGUI中文:即时模式全称:Immediate 阅读全文

posted @ 2021-09-09 15:48 疯狂delphi 阅读(1330) 评论(0) 推荐(0) 编辑

2021年8月26日

Qt通过SVN自动给EXE版本信息QtVersionInfo

摘要: 相关资料:https://blog.csdn.net/yousss/article/details/82218475 VS开发中自动版本号的设置-SubWCRev命令https://blog.csdn.net/foruok/article/details/22665353 Qt Creator自动使 阅读全文

posted @ 2021-08-26 16:38 疯狂delphi 阅读(232) 评论(0) 推荐(0) 编辑

2021年8月25日

Qt中QMessageBox的使用与中文按钮显示方法(Qt提示框)

摘要: 相关资料: https://www.cnblogs.com/zhoug2020/p/10094855.html qt5信息提示框QMessageBox用法 https://blog.csdn.net/weixin_40314351/article/details/106061672 将QT标准对话框 阅读全文

posted @ 2021-08-25 17:08 疯狂delphi 阅读(1121) 评论(2) 推荐(0) 编辑

2021年8月13日

Qt-使用QAudioInput+QAudioOutput实现录音机功能(支持多个声卡)

摘要: 相关资料: https://blog.csdn.net/qq_45662588/article/details/115949124 原文地址 https://download.csdn.net/download/zhujianqiangqq/85460524 CSDN代码资包下载地址 实例代码: . 阅读全文

posted @ 2021-08-13 14:52 疯狂delphi 阅读(1131) 评论(0) 推荐(0) 编辑

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 75 下一页

导航