QThread 线程类


线程密集型工作 (或相较 QTimer 对异步有更高要求的操作),可以放到 QThread 线程实例中进行处理。

Table of contents


  1. quit 异步离开 线程槽
  2. terminate 立即终止 线程槽
  3. QThread 使用技巧 注意事项

Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.

Previous topic

QThread 用法

Next topic

quit 槽

Quick search