Qt WebKit Widgets C++ Classes

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

Classes

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

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

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

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

QWebPage::ViewportAttributes

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

QWebPluginFactory

Used to embed custom data types in web pages

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

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

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

© 2015 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.