
/*  $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( ... )
 * 
 *  $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( oQUrl )                      -> NIL
 *     :testAttribute( nAttribute )                        -> lBool
 *     :userStyleSheetUrl()                                -> oQUrl
 *     :clearIconDatabase()                                -> NIL
 *     :globalSettings()                                   -> oQWebSettings
 *     :iconDatabasePath()                                 -> cQString
 *     :iconForUrl( oQUrl )                                -> oQIcon
 *     :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, oQPixmap )                   -> NIL
 *     :webGraphic( nType )                                -> oQPixmap
 * 
 *  $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$
 */
