
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QLocale()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qlocale.html
 *  $ONELINER$
 *     Creates a new QLocale object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QLocale( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QLocale
 *  $METHODS$
 *     :amText()                                           -> cQString
 *     :country()                                          -> nCountry
 *     :dateFormat( nFormat )                              -> cQString
 *     :dateTimeFormat( nFormat )                          -> cQString
 *     :dayName( nDay, nType )                             -> cQString
 *     :decimalPoint()                                     -> oQChar
 *     :exponential()                                      -> oQChar
 *     :groupSeparator()                                   -> oQChar
 *     :language()                                         -> nLanguage
 *     :measurementSystem()                                -> nMeasurementSystem
 *     :monthName( nMonth, nType )                         -> cQString
 *     :name()                                             -> cQString
 *     :negativeSign()                                     -> oQChar
 *     :numberOptions()                                    -> nNumberOptions
 *     :percent()                                          -> oQChar
 *     :pmText()                                           -> cQString
 *     :positiveSign()                                     -> oQChar
 *     :setNumberOptions( nOptions )                       -> NIL
 *     :standaloneDayName( nDay, nType )                   -> cQString
 *     :standaloneMonthName( nMonth, nType )               -> cQString
 *     :timeFormat( nFormat )                              -> cQString
 *     :toDate( cString, nFormat )                         -> oQDate
 *     :( cString, cFormat )                               -> oQDate
 *     :toDateTime( cString, nFormat )                     -> oQDateTime
 *     :( cString, cFormat )                               -> oQDateTime
 *     :toDouble( cS, @lOk )                               -> nDouble
 *     :toFloat( cS, @lOk )                                -> nFloat
 *     :toInt( cS, @lOk, nBase )                           -> nInt
 *     :toLongLong( cS, @lOk, nBase )                      -> nQlonglong
 *     :toShort( cS, @lOk, nBase )                         -> nShort
 *     :toString( oQDate, cFormat )                        -> cQString
 *     :( oQDate, nFormat )                                -> cQString
 *     :( oQTime, cFormat )                                -> cQString
 *     :( oQTime, nFormat )                                -> cQString
 *     :( oQDateTime, nFormat )                            -> cQString
 *     :( oQDateTime, cFormat )                            -> cQString
 *     :( nI )                                             -> cQString
 *     :toTime( cString, nFormat )                         -> oQTime
 *     :( cString, cFormat )                               -> oQTime
 *     :toUInt( cS, @lOk, nBase )                          -> nUint
 *     :toULongLong( cS, @lOk, nBase )                     -> nQlonglong
 *     :toUShort( cS, @lOk, nBase )                        -> nUshort
 *     :zeroDigit()                                        -> oQChar
 *     :c()                                                -> oQLocale
 *     :countryToString( nCountry )                        -> cQString
 *     :languageToString( nLanguage )                      -> cQString
 *     :setDefault( oQLocale )                             -> NIL
 *     :system()                                           -> oQLocale
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtcore
 *  $END$
 */
