QtWebEngineWidget opens for a flash then crashes
Unsolved
QtWebEngine
-
I am using Qt Creator 4.9.1 based on Qt 5.12.3 on ubuntu 22.04.3
When I run an application with QwebEngineView it previous showed some linker error that i solved by using CONFIG += use_gold_linker in .pro file.
Now, I have created an object of qwebengineview and set it as central widget but nothing is displayed there. It flashes for a second then only the gui without any widget is displayed.