zoukankan      html  css  js  c++  java
  • QtWebKit Module

    Qt 4.6: QtWebKit Module

    QtWebKit Module
     

    The QtWebKit module provides a web browser engine as well as classes to render and interact with web content. More...

    Classes

    QGraphicsWebViewAllows Web content to be added to a GraphicsView
    QWebDatabaseAccess to HTML 5 databases created with JavaScript
    QWebElementConvenient access to DOM elements in a QWebFrame
    QWebElementCollectionRepresents a collection of web elements
    QWebFrameRepresents a frame in a web page
    QWebHistoryRepresents the history of a QWebPage
    QWebHistoryInterfaceInterface to implement link history
    QWebHistoryItemRepresents one item in the history of a QWebPage
    QWebHitTestResultInformation about the web page content after a hit test
    QWebInspectorAllows the placement and control of a QWebPage's inspector. The inspector allows you to see a page current hierarchy and loading statistics
    QWebPageObject to view and edit web documents
    QWebPluginFactoryCreates plugins to be embedded into web pages
    QWebSecurityOriginDefines a security boundary for web sites
    QWebSettingsObject to store the settings used by QWebPage and QWebFrame
    QWebViewWidget 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 <QtWebKit>

    To link against the module, add this line to your qmake .pro file:

     QT += webkit

    License Information

    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]

  • 相关阅读:
    浅谈px,em和rem这些单位的区别
    nodejs中的formidable模块
    es6中的Symbol.iterator属性
    jQuery源码解析----内部插入的外部函数
    关于js函数中存在异步的情况下的变量的分析
    jQuery源码解析----模拟核心buildFragment
    jQuery源码解析----模拟html()、text()、val()
    Config
    Zuul
    Hystrix
  • 原文地址:https://www.cnblogs.com/lexus/p/2442412.html
Copyright © 2011-2022 走看看