随笔分类 -  QT

QT中的多线程技术
摘要:https://zhuanlan.zhihu.com/p/52612180 https://zhuanlan.zhihu.com/p/53270619 https://blog.csdn.net/t46414704152abc/article/details/52155777?utm_source= 阅读全文

posted @ 2020-11-29 10:27 lh03061238 阅读(107) 评论(0) 推荐(0) 编辑

QT多次开启一个线程的注意事项
摘要:https://blog.csdn.net/qinpanke/article/details/71825205 https://blog.csdn.net/mz5111089/article/details/78095536?utm_source=blogxgwz5&utm_medium=distr 阅读全文

posted @ 2020-11-29 10:04 lh03061238 阅读(624) 评论(0) 推荐(0) 编辑

QT文件选择时中文路径问题
摘要:https://blog.csdn.net/m0_37906001/article/details/76672634 https://blog.csdn.net/qq_39320218/article/details/106538492?utm_medium=distribute.pc_releva 阅读全文

posted @ 2020-10-27 18:56 lh03061238 阅读(980) 评论(0) 推荐(0) 编辑

QDir用法
摘要:参考; https://blog.csdn.net/naibozhuan3744/article/details/81333465?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2- 阅读全文

posted @ 2020-10-21 15:46 lh03061238 阅读(466) 评论(0) 推荐(0) 编辑

QObject: Cannot create children for a parent that is in a different thread
摘要:参考: https://blog.csdn.net/qq_24890953/article/details/55880043 https://stackoverflow.com/questions/3268073/qobject-cannot-create-children-for-a-parent 阅读全文

posted @ 2020-10-10 16:46 lh03061238 阅读(410) 评论(0) 推荐(0) 编辑

QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread问题
摘要:参考; https://blog.csdn.net/wang_lichun/article/details/7815114 https://blog.csdn.net/qq_37385181/article/details/105189840?utm_medium=distribute.pc_rel 阅读全文

posted @ 2020-10-10 16:10 lh03061238 阅读(2907) 评论(0) 推荐(0) 编辑

QT (启动一个线程)
摘要:https://blog.csdn.net/dianzishi123/article/details/84674825 阅读全文

posted @ 2020-09-30 08:52 lh03061238 阅读(162) 评论(0) 推荐(0) 编辑

Qt5.9Creator中自定义信号SIGNAL和在另一个类中用该信号触发槽函数用法
摘要:参考; https://blog.csdn.net/naibozhuan3744/article/details/79221060 阅读全文

posted @ 2020-09-28 09:56 lh03061238 阅读(529) 评论(0) 推荐(0) 编辑

QProgressBar用法
摘要:参考: https://blog.csdn.net/hebbely/article/details/61418591 https://www.jianshu.com/p/fa8cf7391c0a https://ai-science-ape.blog.csdn.net/article/details 阅读全文

posted @ 2020-09-22 09:54 lh03061238 阅读(159) 评论(0) 推荐(0) 编辑

QUdpSocket 简单用法
摘要:参考: https://www.cnblogs.com/AlexCaojc/p/6653980.html https://www.cnblogs.com/cnblogscom/p/10415447.html https://blog.csdn.net/qq_34041083/article/deta 阅读全文

posted @ 2020-09-21 09:46 lh03061238 阅读(258) 评论(0) 推荐(0) 编辑

网络应用程序防火墙问题
摘要:问题来源:QT开发的一些网络应用运行不正常,Wireshark抓包发线数据包正常。对方发来的数据包一抓到,但应用程序未获取到。经过 对比发现是应用程序需要的网络数据被防火墙拦截。 参考: https://blog.csdn.net/qq446252221/article/details/851627 阅读全文

posted @ 2020-09-19 16:32 lh03061238 阅读(259) 评论(0) 推荐(0) 编辑

QT 参考资料
摘要:Qt Assistant 介绍 :https://blog.csdn.net/liang19890820/article/details/50197317 Qt Reference Documentation:http://web.mit.edu/~firebird/arch/i386_rh9/do 阅读全文

posted @ 2020-06-16 14:20 lh03061238 阅读(141) 评论(0) 推荐(0) 编辑

Qt探秘——谈ui文件的用法(转)
摘要:原文:https://blog.csdn.net/luo_isaiah/article/details/5794973 参考: https://blog.csdn.net/yao5hed/article/details/81075717 https://blog.csdn.net/y24283648 阅读全文

posted @ 2020-05-26 15:52 lh03061238 阅读(929) 评论(0) 推荐(0) 编辑

Qt: QDropEvent拖拽事件,拖拽打开文件
摘要:参考文章:https://blog.csdn.net/rl529014/article/details/53057577?locationNum=8&fps=1 参考链接: https://www.jianshu.com/p/48f007c2de09 https://www.cnblogs.com/ 阅读全文

posted @ 2020-03-11 15:49 lh03061238 阅读(636) 评论(0) 推荐(0) 编辑

QT环境安装参考(不同版本)
摘要:Qt5.9.2 (MinGW5.3.0 32bit)+ opencv3.3.1 环境配置 https://blog.csdn.net/Sin1997/article/details/78512538/ Windows 下搭建 Qt5.x+ 的开发环境 https://segmentfault.com 阅读全文

posted @ 2020-03-08 23:28 lh03061238 阅读(827) 评论(0) 推荐(0) 编辑

QT窗口组件的父子关系
摘要:部分图文参考狄泰软件学院相关内容,并做相关拓展 1.QT对象间可以存在父子关系 (1)每一个对象都保存有它所有子对象的指针 (2)每一个对象都有一个指向其父对象的指针 2.当指定QT对象的父对象时 (1)其父对象会在对象链表中加入该对象的指针 (2)该对象会保存指向父对象的指针 3.当QT对象被销毁 阅读全文

posted @ 2020-02-18 15:56 lh03061238 阅读(4133) 评论(1) 推荐(1) 编辑

QT中的qDebug()
摘要:原文链接 https://www.cnblogs.com/lomper/p/3960462.html 首先在头文件中包含 #include<QDebug> 当开发者需要为一个装置、文件、字符串或者控制台,写出调试和跟踪信息时,该类被使用。 在需要使用的地方插入: qDebug("intensity: 阅读全文

posted @ 2020-02-06 11:55 lh03061238 阅读(4488) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示