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 Embedded,它直接绘制到帧缓冲区。有没有办法获得焦点窗口的pid?我尝试使用 QWSServer,但没有找到所有 API。谢谢你!
没那么容易,查了一下,PID只能通过QCoreApplication::instance()->applicationPid(). 有任何理由使用 PID 吗?也许可以简单地使用QWSWindow::client()->clientId()它来查看它是一个不同的应用程序?
QCoreApplication::instance()->applicationPid()
QWSWindow::client()->clientId()