[MOVED] Embedding other windows to qt window
-
Wrong thread, this is the WebKit forum :)
Basically you need to reparent your native window to the Qt Widget. The API is platform specific so you have to check for your particular platform. To get the window id to reparent to, you use QWidget::winId() or QWidget::effectiveWinId() depending on the use case.
-
Benjamin, moved :)