
Qt
I'm GHB
平凡人物的一份经验、一份传递、一份责任
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
错误 qt.qpa.plugin: Could not find the Qt platform plugin “windows“ in ““ 的解决方法
在使用PySide2或者PyQt5的过程中,可能会出现“ This application failed to start because it could not find or load the Qt platfor m plugin "windows" in "". ” 或者 “qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""”错误,下面针对这种错误给出解决方法。原创 2020-12-18 13:49:59 · 27153 阅读 · 4 评论 -
Qt5 串口编程之QSerialPort::pinoutSignals()
第一次接触Qt5中的串口编程,其中遇到了不少麻烦,其中一个就是QSerialPort::pinoutSignals ()。对于本就是Qt菜鸟的我来说,在阅读了很久官方文档后仍旧没明白该函数的用法,努力询问“度娘”也没有得到想要的回复,后经自己“坚持不懈,努力奋斗”终于得到预想结果。特在此留迹,希望能够给需要的伙伴们一点帮助。原创 2019-05-28 09:42:43 · 1383 阅读 · 1 评论 -
VS2015静态编译Qt5
超级详细的 Qt 静态编译教程......原创 2019-06-10 17:17:16 · 3919 阅读 · 2 评论