gpt4 book ai didi

qt - qt 平台插件中的 processEvents 应该做什么?

转载 作者:行者123 更新时间:2023-12-02 22:40:59 26 4
gpt4 key购买 nike

我正在为 qt 编写一个新的平台插件,我想了解“processEvents”虚拟方法应该做什么?我的要求是我在文件描述符上接收事件并且应该将它们转换为 qt gui 事件并将它们传递给 qt。请建议。

最佳答案

来自文档 http://qt-project.org/doc/qt-4.8/qcoreapplication.html#processEvents :

Processes all pending events for the calling thread according to the specified flags until there are no more events to process.

You can call this function occasionally when your program is busy performing a long operation (e.g. copying a file).

这可能不是您要找的。根据您对问题的简短描述,在我看来您需要 Linux 的 poll()。 http://linux.die.net/man/2/poll

关于qt - qt 平台插件中的 processEvents 应该做什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10785287/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com