/*
 *  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$
        QWebSettings()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qwebsettings.html
    $ONELINER$
        Creates a new QWebSettings object.
    $INHERITS$

    $SYNTAX$
        QWebSettings():new( ... )
        QWebSettings():from( pPtr_OR_oObj_of_type_QWebSettings )
        QWebSettings():configure( pPtr_OR_oObj_of_type_QWebSettings )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QWebSettings
    $METHODS$
        :fontFamily( nWhich )                               -> cQString
        :fontSize( nType )                                  -> nInt
        :resetAttribute( nAttribute )                       -> NIL
        :resetFontFamily( nWhich )                          -> NIL
        :resetFontSize( nType )                             -> NIL
        :setAttribute( nAttribute, lOn )                    -> NIL
        :setFontFamily( nWhich, cFamily )                   -> NIL
        :setFontSize( nType, nSize )                        -> NIL
        :setUserStyleSheetUrl( pLocation )                  -> NIL
        :testAttribute( nAttribute )                        -> lBool
        :userStyleSheetUrl()                                -> pQUrl
        :clearIconDatabase()                                -> NIL
        :iconDatabasePath()                                 -> cQString
        :iconForUrl( pUrl )                                 -> pQIcon
        :maximumPagesInCache()                              -> nInt
        :offlineStorageDefaultQuota()                       -> nQint64
        :offlineStoragePath()                               -> cQString
        :setIconDatabasePath( cPath )                       -> NIL
        :setMaximumPagesInCache( nPages )                   -> NIL
        :setObjectCacheCapacities( nCacheMinDeadCapacity, nCacheMaxDead, nTotalCapacity )  -> NIL
        :setOfflineStorageDefaultQuota( nMaximumSize )      -> NIL
        :setOfflineStoragePath( cPath )                     -> NIL
        :setWebGraphic( nType, pGraphic )                   -> NIL
        :webGraphic( nType )                                -> pQPixmap

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

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

    $END$
 */
