11.06.2020, 01:10, "René J.V. Bertin" <rjvber...@gmail.com>:
> Hi,
>
> Suppose I wanted to patch QtWebView so it will use WebKit2 from the rebooted 
> QtWebKit libraries instead of the QtWebEngine bloatware, how feasible would 
> that be? A rabbithole, a question of reparenting and changing a limited 
> number of function calls, or pointless because QtWebKit already has a 
> QQuickWebView class?

Whole point of QtWebView is to use platform specific backends on platforms 
where they do exist, at the cost of limited API. If you need to use 
platform-specific backends and want to replace QtWebEngine on platforms with no 
"native" browser component, it might make sense.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to