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 中使用 3rd 方库。使用 API,我需要将“可绘制”对象传递给它。它提到drawable是一个X Windows Pixmap,假设存在于Display display的X Screen屏幕上
在这种情况下,我需要使用 Qt pixmap 将其作为 drawable 传递给它。我如何做到这一点。请指教。
也许文档可以帮助您: Qt::HANDLE QPixmap::x11PictureHandle () const