我需要QX11EmbedContainer
,但在 Qt 5.6 的新版本中它消失了。
Qt 5.6 中是否存在另一种替代方案QX11EmbedContainer
?
我需要QX11EmbedContainer
,但在 Qt 5.6 的新版本中它消失了。
Qt 5.6 中是否存在另一种替代方案QX11EmbedContainer
?
这是来自@gm 的评论复制为正确答案:
您可能想看看
QWidget::createWindowContainer
andQWindow::fromWinId
。我认为那些应该得到你想要的。