QWebView_QWebEngineView

1、http://stackoverflow.com/questions/29055475/qwebview-or-qwebengineview

QWebView uses WebKit as the backend.

http://doc.qt.io/qt-5/qwebview.html#details

QWebEngineView uses Chromium as the backend.

http://doc.qt.io/qt-5/qwebengineview.html#details

It seems to me that QWebView is the only option when targeting iOS or Android and that QWebEngineView is only available on desktops. Is this correct? 

ZC: 这句话的隐含意思是,QWebView 可以用于iOS/Android?最新版的Qt能够在iOS/Android上直接部署WebView的模块了?现在(20160708)的Qt最新版是5.7.0,里面有for iOS/Android 的版本,有空试试...

2、

原文地址:https://www.cnblogs.com/cppskill/p/5747101.html