
/*  $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( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QWebView
 *  $METHODS$
 *     :findText( cSubString, nOptions )                   -> lBool
 *     :history()                                          -> oQWebHistory
 *     :icon()                                             -> oQIcon
 *     :isModified()                                       -> lBool
 *     :load( oQUrl )                                      -> NIL
 *     :( oQNetworkRequest, nOperation, oQByteArray )      -> NIL
 *     :page()                                             -> oQWebPage
 *     :pageAction( nAction )                              -> oQAction
 *     :selectedText()                                     -> cQString
 *     :setContent( oQByteArray, cMimeType, oQUrl )        -> NIL
 *     :setHtml( cHtml, oQUrl )                            -> NIL
 *     :setPage( oQWebPage )                               -> NIL
 *     :setTextSizeMultiplier( nFactor )                   -> NIL
 *     :setUrl( oQUrl )                                    -> NIL
 *     :setZoomFactor( nFactor )                           -> NIL
 *     :settings()                                         -> oQWebSettings
 *     :textSizeMultiplier()                               -> nQreal
 *     :title()                                            -> cQString
 *     :triggerPageAction( nAction, lChecked )             -> NIL
 *     :url()                                              -> oQUrl
 *     :zoomFactor()                                       -> nQreal
 *     :back()                                             -> NIL
 *     :forward()                                          -> NIL
 *     :print( oQPrinter )                                 -> NIL
 *     :reload()                                           -> NIL
 *     :stop()                                             -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtwebkit
 *  $END$
 */
