如何在 python 中为 pyqt 创建 QT 线程?
我看到关于 qt 线程与 python 线程的讨论,但是如何在 python 中创建和调用 qt 线程?如何让它访问另一个线程中的函数?
谢谢!
I see discussion about qt threads vs python threads but how do you create and call qt threads in python? how do you give it access to your functions in another thread?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一个很好的、完整的示例。
There's a good, fully worked-out example here.