November 2014
Beginner to intermediate
264 pages
5h 32m
English
Qt includes a port of WebKit, the popular browser implementation behind Safari and several open source browsers, in its Qt WebKit module. Using the Qt WebKit module, your application can display rich HTML, or even be a full-fledged web browser on its own. It's very easy to create hybrid applications that incorporate both features of native applications as well as displaying web content from local resources, the local filesystem, or the Internet. To use the Qt WebKit module, you must include it in your application by adding the following to your PRO file:
QT += webkitwidgets
Any source file that accesses the Qt WebKit widgets classes should also include the interfaces with the following #include statement:
#include ...
Read now
Unlock full access