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.
X11 Pixmap を に描画しようとしていQWidgetます。
QWidget
以前は Qt4.x を使用して、ペイントで簡単に使用できるQPixmap::fromX11Pixmapを作成していました。QPixmapただし、この機能は Qt5 で削除されており、私の知る限り、この機能は Qt フレームワークの他の場所では利用できません。
QPixmap::fromX11Pixmap
QPixmap
X11 Pixmap を作成して割り当てることはできましたが、ペイントを実行するための解決策を見つけることができませんでした。どんな提案/解決策も歓迎します!