博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
QEventLoop
阅读量:5078 次
发布时间:2019-06-12

本文共 823 字,大约阅读时间需要 2 分钟。

In Qt 3, QEventLoop combined the Qt event loop and the event dispatching. In Qt 4, these tasks are now assigned to two distinct classes: and .

ps:在Qt 3中,QEventLoop组合了Qt事件循环和事件分派。 在Qt 4中,这些任务现在分配给两个不同的类:QEventLoop和QAbstractEventDispatcher。

If you subclassed  to integrate with another library's event loop, you must subclass instead. See the class documentation for details.

ps:如果您将QEventLoop子类化以与另一个库的事件循环集成,则必须改为使用QAbstractEventDispatcher子类。 有关详细信息,请参阅类文档。

Developers using QEventLoop::loopLevel() in Qt 3 should use QCoreApplication::loopLevel() instead. Note that this function is marked as obsolete, but it is expected to be available for the lifetime of Qt 4.

ps:在Qt3中使用QEventLoop::loopLevel()的开发人员应该使用QCoreApplication::loopLevel()替代。 请注意,此函数被标记为已过时,但它预计可用于Qt4的生命周期。

 

转载于:https://www.cnblogs.com/ycy-coder/p/6530201.html

你可能感兴趣的文章
Screening technology proved cost effective deal
查看>>
MAC 上升级python为最新版本
查看>>
创业老板不能犯的十种错误
查看>>
Animations介绍及实例
查看>>
判断请求是否为ajax请求
查看>>
【POJ2699】The Maximum Number of Strong Kings(网络流)
查看>>
spring boot配置跨域
查看>>
BZOJ 1996 合唱队(DP)
查看>>
进击吧!阶乘——大数乘法
查看>>
安卓学习资料推荐-25
查看>>
Mysql数据库备份和还原常用的命令
查看>>
关于退出当前页面在火狐的一些问题
查看>>
【项目实施】项目考核标准
查看>>
spring-aop AnnotationAwareAspectJAutoProxyCreator类
查看>>
经典入门_排序
查看>>
Redis Cluster高可用集群在线迁移操作记录【转】
查看>>
二、spring中装配bean
查看>>
VIM工具
查看>>
javascript闭包
查看>>
@Column标记持久化详细说明
查看>>