Is there an embedded web browser component for Qt 5+?
General and Desktop
3
Posts
3
Posters
3.7k
Views
1
Watching
-
Yes, there is "QWebView":http://qt-project.org/doc/qt-4.8/qwebview.html and other elements. Check out the whole QtWebKit module.
As the name suggests, it uses the WebKit engine, so you get all the HTML5 and CSS 3 goodness for free.