摘要: Qt的子线程写法: 1、不要写死循环!需要持续做的事情,做个timer,绑到timeout信号上 2、写一个object,将其moveToThread(movetothread法) 3、该object,对外的所有操作,全部用信号槽。通过槽接收外部的调用操作(比如open、close、write),通 阅读全文
posted @ 2021-03-25 15:57 tangstoney 阅读(1444) 评论(0) 推荐(0) 编辑