/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        QWebView()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qwebview.html
    $ONELINER$
        Creates a new QWebView object.
    $INHERITS$
        QWidget
    $SYNTAX$
        QWebView():new( ... )
        QWebView():from( pPtr_OR_oObj_of_type_QWebView )
        QWebView():configure( pPtr_OR_oObj_of_type_QWebView )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QWebView
    $METHODS$
        :findText( cSubString, nOptions )                   -> lBool
        :history()                                          -> pQWebHistory
        :icon()                                             -> pQIcon
        :isModified()                                       -> lBool
        :load( pUrl )                                       -> NIL
        :load_1( pRequest, nOperation, pBody )              -> NIL
        :page()                                             -> pQWebPage
        :pageAction( nAction )                              -> pQAction
        :selectedText()                                     -> cQString
        :setContent( pData, cMimeType, pBaseUrl )           -> NIL
        :setHtml( cHtml, pBaseUrl )                         -> NIL
        :setPage( pPage )                                   -> NIL
        :setTextSizeMultiplier( nFactor )                   -> NIL
        :setUrl( pUrl )                                     -> NIL
        :setZoomFactor( nFactor )                           -> NIL
        :settings()                                         -> pQWebSettings
        :textSizeMultiplier()                               -> nQreal
        :title()                                            -> cQString
        :triggerPageAction( nAction, lChecked )             -> NIL
        :url()                                              -> pQUrl
        :zoomFactor()                                       -> nQreal
        :back()                                             -> NIL
        :forward()                                          -> NIL
        :print( pPrinter )                                  -> NIL
        :reload()                                           -> NIL
        :stop()                                             -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtwebkit/TQWebView.prg
        C++ Wrappers : contrib/hbqt/qtwebkit/QWebView.cpp
        Library      : hbqtwebkit
    $SEEALSO$
        QWidget
    $END$
 */
