QtWebEngine llena el pozo

qputenv("QTWEBENGINE_REMOTE_DEBUGGING", "1112"); //Habilitar la depuración local de páginas html

Ingrese localhost: 1112 en el navegador

qputenv( " QTWEBENGINE_CHROMIUM_FLAGS", "--disable-features=UseModernMediaControls");

Esto se puede mostrar normalmente

connect(this, amp; QWebEngineViewEx::renderProcessTerminate,

this, amp; WebEngineViewEx::OnRenderReopen); //Capture la señal renderProcessTerminate y reinicie el renderizado en OnRenderReopen,

qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--single-process");