I am using QWebEnginePage
s as tabs in my QWebEngineView
and my question is how to properly close the QWebEnginePage
? I can't find any solution, I searched in Stackoverflow, Google, Qt docs and some other sites.
Asked
Active
Viewed 116 times
0

UnitedCatdom
- 13
- 4
-
"As tabs"? Do you mean that you use only one view and always change the page? Why? – musicamante Aug 10 '22 at 09:47
-
So I should replace them with views instead of pages? – UnitedCatdom Aug 10 '22 at 09:50
-
Yeah, I partially rewrote the code to replace `QWebEnginePage` with `QWebEngineView` and it works fine now. – UnitedCatdom Aug 10 '22 at 11:27