QObject 对象 基类


QObject 是所有 Qt 对象的基,且有线程倾向性。

当不想 (或不可以) 使用 QThread,却需要类似 QThread 的独立特性,则可以考虑使用 QObject。

除可以使用 StartTimer() 启动事件计时器外,QObject 还可以拥有很多其它计时器。

Table of contents


  1. deleteLater 稍后删除对象 公共槽

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

Previous topic

QEventLoop 类

Next topic

QRect 类

Quick search