|
|
|
|
|
by kodablah
1967 days ago
|
|
For anyone else wanting to, this might be fairly easy to do in Qt with QWindow::fromWinId and then using a tab widget. I have recently done similar w/ a POC to embed FF into a tabbed UI on Windows[0] when researching making a new browser backed by FF instead of Chromium (granted I used Go to test out their Qt binding at the time). 0 - https://github.com/cretz/ffembedpoc |
|