Is there an embedded web browser component for Qt 5+?
-
wrote on 13 Apr 2013, 00:25 last edited by
I am investigating the possibility of using Qt 5 for a significant new project but one of our requirements is to render web pages within our application.
Is such a component available for Qt 5 and, if not, is there one planned?
-
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.
-
wrote on 13 Apr 2013, 05:49 last edited by
Yes. Qt has a WebKit component... it is not a well kept secret.
1/3