简体   繁体   中英

Access to all threads from QApplication

有没有办法从QApplication对象获取Qt应用程序中所有正在运行的线程?

不是通过标准API,而是可以为所有线程赋予相同的父对象(例如qApp ),然后使用children方法。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM