It is possible to embed an external program in QWidget?
-
Hi,
The first step is to get the winId of your external application then use QWindow::fromWinId and finally QWidget::createWindowContainer.
Hi,
The first step is to get the winId of your external application then use QWindow::fromWinId and finally QWidget::createWindowContainer.