[Share Experiences] 有在20.8里面使用Qt5.15的吗
Tofloor
poster avatar
yohow
deepin
2023-04-07 06:59
Author

现在的20.8版本安装Qt5.15的QWebengineView可以正常显示网页了吗?

我之前用20.8安装的Qt5.15编写的程序使用QWebEngineView打开网页显示一片空白,找了很多方法都不行,无奈只能换成ubuntu20.04的了。

Reply Favorite View the author
All Replies
忘记、过去
deepin
2023-04-07 07:21
#1

和显卡驱动可能有关系,可以试试启动参数加 QMLSCENE_DEVICE=softwarecontext

Reply View the author
Ziggy
deepin
2023-04-07 07:56
#2

自带就是qt5.15了吧

Reply View the author
yohow
deepin
2023-04-07 08:58
#3
忘记、过去

和显卡驱动可能有关系,可以试试启动参数加 QMLSCENE_DEVICE=softwarecontext

代码里面设置过 Qt::AA_UseSoftwareOpenGL 也没有效果。等有空了再重新安装系统试试。

Reply View the author
fuuko
deepin
2023-04-07 15:35
#4

v20默认就是qt 5.15,你看到的系统组件全是在这个上面构建的

Reply View the author