What is the difference between QtWebEngine and WebView?

Viewed 7835

I think the title explains pretty much everything.

But once again, how would you explain the roles & purposes of these two terms about displaying webcontent in Qt applications? If I use a WebView, does it automatically involve QtWebEngine or is it something else?

I have read in Wikipedia that Qt uses Blink as web engine, however on Qt's official pages they don't mention the term Blink anywhere.

1 Answers
Related