Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有使用 Qt 的跨平台方式来判断计算机是否已退出待机或休眠状态。
我需要能够检测到计算机何时退出待机状态才能重置/继续进程。在这种情况下,它是通过串行端口连接到 GPS。
根据http://comments.gmane.org/gmane.comp.lib.qt.general/39649上的讨论,似乎没有可靠的跨平台方式来做到这一点。链接的讨论提供了一些关于如何通过监听平台信号在 windows 和 mac 上执行此操作的说明。