/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QResource()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qresource.html
 *  $ONELINER$
 *     Creates a new QResource object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QResource():new( ... )
 *     QResource():from( pPtr_OR_oObj_of_type_QResource )
 *     QResource():configure( pPtr_OR_oObj_of_type_QResource )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QResource
 *  $METHODS$
 *     :absoluteFilePath()                                 -> cQString
 *     :data()                                             -> pUchar
 *     :fileName()                                         -> cQString
 *     :isCompressed()                                     -> lBool
 *     :isValid()                                          -> lBool
 *     :locale()                                           -> pQLocale
 *     :setFileName( cFile )                               -> NIL
 *     :setLocale( pLocale )                               -> NIL
 *     :size()                                             -> nQint64
 *     :registerResource( cRccFileName, cMapRoot )         -> lBool
 *     :registerResource_1( pRccData, cMapRoot )           -> lBool
 *     :searchPaths()                                      -> pQStringList
 *     :unregisterResource( cRccFileName, cMapRoot )       -> lBool
 *     :unregisterResource_1( pRccData, cMapRoot )         -> lBool
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtcore/TQResource.prg
 *     C++ wrappers  : contrib/hbqt/qtcore/QResource.cpp
 *     Library       : hbqtcore
 *  $SEEALSO$
 *     
 *  $END$
 */
