QWebEngineView constructor silently exits

170 views Asked by At

For a Windows computer without the necessary OpenGL capabilities, trying to create a QWebEngineView object silently causes the process to exit(). There is no error message, no exception, but just an exit. My question is how to catch this condition in order to tell the user to update the OpenGL drivers?

0

There are 0 answers