Qt WebKit Widgets C++ Classes
Provides a web browser engine as well as C++ classes to render and interact with web content More...
Classes
| Access to HTML 5 databases created with JavaScript | |
| Convenient access to DOM elements in a QWebFrame | |
| Represents a collection of web elements | |
| QWebElementCollection::const_iterator class provides an STL-style const iterator for QWebElementCollection | |
| QWebElementCollection::iterator class provides an STL-style iterator for QWebElementCollection | |
| Represents the history of a QWebPage | |
| Represents one item in the history of a QWebPage | |
| Interface to implement link history | |
| QWebPluginFactory::MimeType structure describes a mime type supported by a plugin | |
| QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create | |
| Used to embed custom data types in web pages | |
| Defines a security boundary for web sites | |
| Object to store the settings used by QWebPage and QWebFrame | |
| Allows Web content to be added to a GraphicsView | |
| Represents a frame in a web page | |
| Information about the web page content after a hit test | |
| Allows the placement and control of a QWebPage's inspector. The inspector can display a page's hierarchy, its loading statistics and the current state of its individual elements. It is mostly used by web developers | |
| Describes the option for the multiple files selection extension | |
| Describes the return value for the multiple files selection extension | |
| Describes the option for the error page extension | |
| Describes the error page, which will be shown for the frame for which the error occured | |
| Extended input argument to QWebPage's extension support | |
| Output result from a QWebPage's extension | |
| Object to view and edit web documents | |
| QWebPage::ViewportAttributes class describes hints that can be applied to a viewport | |
| Widget that is used to view and edit web documents | 
Detailed Description
To include the definitions of the module's classes, use the following directive:
  #include <QtWebKitWidgets>
To link against the module, add this line to your qmake .pro file:
QT += webkitwidgets