Qt WebKit Widgets C++ Classes

Provides a web browser engine as well as C++ classes to render and interact with web content More...

Classes

QWebPage::ChooseMultipleFilesExtensionOption

Describes the option for the multiple files selection extension

QWebPage::ChooseMultipleFilesExtensionReturn

Describes the return value for the multiple files selection extension

QWebPage::ErrorPageExtensionOption

Describes the option for the error page extension

QWebPage::ErrorPageExtensionReturn

Describes the error page, which will be shown for the frame for which the error occured

QWebPage::ExtensionOption

Extended input argument to QWebPage's extension support

QWebPage::ExtensionReturn

Output result from a QWebPage's extension

QWebPluginFactory::MimeType

QWebPluginFactory::MimeType structure describes a mime type supported by a plugin

QWebPluginFactory::Plugin

QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create

QGraphicsWebView

Allows Web content to be added to a GraphicsView

QWebDatabase

Access to HTML 5 databases created with JavaScript

QWebElement

Convenient access to DOM elements in a QWebFrame

QWebElementCollection

Represents a collection of web elements

QWebFrame

Represents a frame in a web page

QWebHistory

Represents the history of a QWebPage

QWebHistoryInterface

Interface to implement link history

QWebHistoryItem

Represents one item in the history of a QWebPage

QWebHitTestResult

Information about the web page content after a hit test

QWebInspector

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

QWebPage

Object to view and edit web documents

QWebPluginFactory

Used to embed custom data types in web pages

QWebSecurityOrigin

Defines a security boundary for web sites

QWebSettings

Object to store the settings used by QWebPage and QWebFrame

QWebView

Widget that is used to view and edit web documents

QWebPage::ViewportAttributes

QWebPage::ViewportAttributes class describes hints that can be applied to a viewport

QWebElementCollection::const_iterator

QWebElementCollection::const_iterator class provides an STL-style const iterator for QWebElementCollection

QWebElementCollection::iterator

QWebElementCollection::iterator class provides an STL-style iterator for QWebElementCollection

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