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?
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?
This is the comment from @g-m copied as a proper answer:
You might want to take a look at
QWidget::createWindowContainer
andQWindow::fromWinId
. I think those should get you what you want.