注意:使用Qt WebView模块时,必须在创建QGuiApplication实例之前调用QtWebView::initialize()。 软件可以找到: 或在以下Qt安装目录找到: C:\Qt\{你的Qt版本}\Examples\{你的Qt版本}\webview\minibrowser 相关链接 https://doc.qt.io/qt-5/qtwebview-minibrowser-example.html
qtsvg-跳过qtvirtualkeyboard-跳过qtwayland-跳过qtwebchannel-跳过qtwebengine-跳过qtwebglplugin-跳过qtwebsockets-跳过qtwebview
\ -skip qtsvg \ -skip qttools \ -skip qttranslations \ -skip qtwayland \ -skip qtwebengine \ -skip qtwebview
那有没有类似 QtWebEngine 或者 QtWebView 这样的更简单的封装呢?答案就是 QCefView。