会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
124
下一页
2024年11月25日
QT中QString 使用mid--获取指定字符位置、截取子字符串按位取值-类似与c# aa.sub(int startIndex,int endIndex)
摘要: one.获取字符串某位置的值。 // QString中有没有函数能截取出两个指定位置之间的字符串?QString x = “Nine pineapples”; QString y = x.mid(5, 4); // y == “pine” QString z = x.mid(5); // z ==
阅读全文
posted @ 2024-11-25 08:39 txwtech
阅读(1768)
评论(0)
推荐(0)
2024年11月22日
QT线程中操作写入信息到文本报错问题text\qtextdocument_p.cpp
摘要: Microsoft Visual C++ Runtime Library Debug Error! Program: D:\QT_Projexxct_vs\SugarxxxTvixsion\x64\Debug\Qt5Cored.dllModule: 5.15.2File: text\qtextdoc
阅读全文
posted @ 2024-11-22 22:12 txwtech
阅读(23)
评论(0)
推荐(0)
QT //线程内的要调用tcp对象回复信息,需要发送信息给主线程,主线程创建的tcp对象才能回复给客户端
摘要: //线程内的要调用tcp对象回复信息,需要发送信息给主线程,主线程创建的tcp对象才能回复给客户端 翻译 搜索 复制
阅读全文
posted @ 2024-11-22 17:26 txwtech
阅读(12)
评论(0)
推荐(0)
2024年11月21日
remind sb of sth使某人想到某事
摘要: reminded of the old man of a Chinese proverb使老人想到了语句中国谚语 翻译 搜索 复制
阅读全文
posted @ 2024-11-21 12:36 txwtech
阅读(59)
评论(0)
推荐(0)
2024年11月19日
qt vs应用程序Logo更换与设置
摘要: https://blog.csdn.net/txwtech/article/details/143872489 https://www.cnblogs.com/xixixing/p/17430458.html 翻译 搜索 复制
阅读全文
posted @ 2024-11-19 13:42 txwtech
阅读(19)
评论(0)
推荐(0)
VS QT debug与release目录包含需要单独配置
摘要: VS QT debug与release目录包含和库目录需要单独配置 翻译 搜索 复制
阅读全文
posted @ 2024-11-19 08:59 txwtech
阅读(40)
评论(0)
推荐(0)
2024年11月18日
QT qx 错误 C2086 “int QString”: 重定义 qx orm实体声明注册类时报错
摘要: 错误: 正确: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 C2086 “int QString”: 重定义 (编译源文件 reel_entity.cpp) SugarTvision D:\QT_Project_vs\SugarTvision\SugarTvision\reel_entit
阅读全文
posted @ 2024-11-18 17:30 txwtech
阅读(39)
评论(0)
推荐(0)
QProcess :: startDetached在启动cmd.exe外部程序没有弹出窗口
摘要: 目前反应的是5.7.1可以使用,5.8以后,5.12等版本反应不再支持弹出窗口 https://blog.csdn.net/xinqingwuji/article/details/114694724 https://www.cnblogs.com/txwtech/p/18552027 5.15.2使
阅读全文
posted @ 2024-11-18 11:15 txwtech
阅读(166)
评论(0)
推荐(0)
qt调用cmd.exe弹出窗口5.15.2
摘要: 包含 #include <Windows.h> #include "mainwindow5_7a.h" #include "ui_mainwindow5_7a.h" #include <QDragEnterEvent> #include <QUrl> #include <QFile> #includ
阅读全文
posted @ 2024-11-18 10:53 txwtech
阅读(154)
评论(0)
推荐(0)
2024年11月15日
QT VS(visual studio)项目的目录包含与库
摘要: QT creator与QT VS(visual studio)项目的目录包含与库的对应 数字相关对应 qt pro文件 1,2,3,4,5 1 2. 3. 4. 5. 翻译 搜索 复制
阅读全文
posted @ 2024-11-15 23:10 txwtech
阅读(26)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
124
下一页