Operating system web browser in Qt application
-
wrote on 27 Jun 2024, 22:07 last edited by
Hi,
Is it possible to use system web browser in Qt application like Internet Explorer via ActiveX in old days? I'm not interested in QtWebEngine. I would like to embed Edge (or any installed) on Windows, same on Linux and Macos.
Regards -
wrote on 28 Jun 2024, 06:56 last edited by
I don't think this is directly possible. You could try to use QWidget::createWindowContainer to start a browser and capture its full window. Some smart event filtering could then resize and move the captured window together with your own main window.
1/2