QX11EmbedContainer alternative in Qt5

2.2k Views Asked by At

I need QX11EmbedContainer, but in new version of Qt 5.6 it dissapeared.

Is there another alternative to QX11EmbedContainer that works/exists in Qt 5.6?

1

There are 1 best solutions below

0
On

This is the comment from @g-m copied as a proper answer:

You might want to take a look at QWidget::createWindowContainer and QWindow::fromWinId. I think those should get you what you want.