The QWebPage class, part of the Qt framework, provides an object to view and edit web documents.
QWebPage
holds a main frame responsible for web content, settings, the history of navigated links and actions. This class can be used, together with QWebFrame
, to provide functionality like QWebView
in a widget-less environment.
The official Qt documentation can be found here for Qt 4.8 and here for Qt 5.