QObject 是所有 Qt 对象的基,且有线程倾向性。
当不想 (或不可以) 使用 QThread,却需要类似 QThread 的独立特性,则可以考虑使用 QObject。
除可以使用 StartTimer() 启动事件计时器外,QObject 还可以拥有很多其它计时器。
Copyright Notice: This article is exclusive original manuscripts, copyrighted by Happy Digits Software , shall not be reproduced without permission.