/*
 *  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$
        QSettings()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qsettings.html
    $ONELINER$
        Creates a new QSettings object.
    $INHERITS$
        QObject
    $SYNTAX$
        QSettings():new( ... )
        QSettings():from( pPtr_OR_oObj_of_type_QSettings )
        QSettings():configure( pPtr_OR_oObj_of_type_QSettings )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QSettings
    $METHODS$
        :allKeys()                                          -> pQStringList
        :applicationName()                                  -> cQString
        :beginGroup( cPrefix )                              -> NIL
        :beginReadArray( cPrefix )                          -> nInt
        :beginWriteArray( cPrefix, nSize )                  -> NIL
        :childGroups()                                      -> pQStringList
        :childKeys()                                        -> pQStringList
        :clear()                                            -> NIL
        :contains( cKey )                                   -> lBool
        :endArray()                                         -> NIL
        :endGroup()                                         -> NIL
        :fallbacksEnabled()                                 -> lBool
        :fileName()                                         -> cQString
        :format()                                           -> nFormat
        :group()                                            -> cQString
        :iniCodec()                                         -> pQTextCodec
        :isWritable()                                       -> lBool
        :organizationName()                                 -> cQString
        :remove( cKey )                                     -> NIL
        :scope()                                            -> nScope
        :setArrayIndex( nI )                                -> NIL
        :setFallbacksEnabled( lB )                          -> NIL
        :setIniCodec( pCodec )                              -> NIL
        :setIniCodec_1( pCodecName )                        -> NIL
        :setValue( cKey, pValue )                           -> NIL
        :status()                                           -> nStatus
        :sync()                                             -> NIL
        :value( cKey, pDefaultValue )                       -> pQVariant
        :defaultFormat()                                    -> nFormat
        :setDefaultFormat( nFormat )                        -> NIL
        :setPath( nFormat, nScope, cPath )                  -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtcore/TQSettings.prg
        C++ Wrappers : contrib/hbqt/qtcore/QSettings.cpp
        Library      : hbqtcore
    $SEEALSO$
        QObject
    $END$
 */
