ui->preview->setUrl(QUrl("qrc:/HelloWorld2.html"));
ui->QwebEngineView->setUrl(QUrl("file:///E:/work/index.html"));
使用这种形式
qt webengineview 加载本地资源方式
原文:https://www.cnblogs.com/tianmochou/p/10315884.html