QtWebKit Module |
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 allows you to see a page current hierarchy and loading statistics |
QWebPage | Object to view and edit web documents |
QWebPluginFactory | Creates plugins to be embedded into 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 |
To include the definitions of the module's classes, use the following directive:
#include <QtWebKit>
To link against the module, add this line to your qmake .pro file:
QT += webkit
This is a snapshot of the Qt port of WebKit. The exact version information can be found in the src/3rdparty/webkit/VERSION file supplied with Qt.
Qt Commercial Edition licensees that wish to distribute applications that use the QtWebKit module need to be aware of their obligations under the GNU Library General Public License (LGPL).
Developers using the Open Source Edition can choose to redistribute the module under the appropriate version of the GNU LGPL.
WebKit is licensed under the GNU Library General Public License. Individual contributor names and copyright dates can be found inline in the code.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
[Previous: QtSvg Module] [All Qt Modules] [Next: QtXml Module]
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.6-snapshot | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com