上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 77 下一页

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 阅读(1671) 评论(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 阅读(332) 评论(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 阅读(1343) 评论(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 阅读(1581) 评论(0) 推荐(0)

Qt-利用QUdpSocket实现UDP双网卡通信处理

摘要: 相关资料: https://download.csdn.net/download/zhujianqiangqq/21056178 代码包下载 https://blog.csdn.net/ShiKongDeJinTou/article/details/88896465 Qt中UDP使用双网卡广播 实例 阅读全文

posted @ 2021-08-13 08:57 疯狂delphi 阅读(2650) 评论(1) 推荐(0)

2021年8月11日

Qt使用cos、sin绘制圆

摘要: 实例: .pro 1 QT += core gui 2 3 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 4 5 CONFIG += c++17 6 7 # The following define makes your compiler emit 阅读全文

posted @ 2021-08-11 08:57 疯狂delphi 阅读(1122) 评论(0) 推荐(0)

2021年7月22日

QtTcpService与QtTcpClient

摘要: 相关资料: https://www.cnblogs.com/ybqjymy/p/13683899.html https://download.csdn.net/download/zhujianqiangqq/20429592 代码包下载 服务端实例: QtTcpService.pro 1 QT += 阅读全文

posted @ 2021-07-22 17:01 疯狂delphi 阅读(101) 评论(0) 推荐(0)

Delphi两个取字串长度的函数strlen,length

摘要: 相关资料: http://www.delphitop.com/html/zifuchuan/1242.html https://www.cnblogs.com/xumenger/p/4443955.html 【strlen】PChar 串专用函数:串长度procedure TForm1.BitBtn 阅读全文

posted @ 2021-07-22 08:43 疯狂delphi 阅读(1311) 评论(0) 推荐(0)

2021年7月9日

Delphi使用通过WinHTTP下载的文件保存到磁盘

摘要: 相关资料: https://www.jb51.cc/delphi/103143.html 使用Delphi XE将通过WinHTTP下载的文件保存到磁盘 https://www.cnblogs.com/huangjacky/archive/2009/12/30/1635830.html Delphi 阅读全文

posted @ 2021-07-09 16:43 疯狂delphi 阅读(274) 评论(0) 推荐(0)

2021年7月7日

Delphi的文件保存TFileStream(2010版本前后对比)

摘要: // 2010后procedure TForm1.Button3Click(Sender: TObject);var pstr:Pchar; mestr:string; FS:TFilestream; sUString: UTF8String;begin FS:=TFileStream.Create 阅读全文

posted @ 2021-07-07 14:02 疯狂delphi 阅读(404) 评论(0) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 77 下一页

导航