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
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.