
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QCalendarWidget()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qcalendarwidget.html
 *  $ONELINER$
 *     Creates a new QCalendarWidget object.
 *  $INHERITS$
 *     QWidget
 *  $SYNTAX$
 *     QCalendarWidget( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QCalendarWidget
 *  $METHODS$
 *     :dateEditAcceptDelay()                              -> nInt
 *     :dateTextFormat( oQDate )                           -> oQTextCharFormat
 *     :firstDayOfWeek()                                   -> nQt_DayOfWeek
 *     :headerTextFormat()                                 -> oQTextCharFormat
 *     :horizontalHeaderFormat()                           -> nHorizontalHeaderFormat
 *     :isDateEditEnabled()                                -> lBool
 *     :isGridVisible()                                    -> lBool
 *     :isNavigationBarVisible()                           -> lBool
 *     :maximumDate()                                      -> oQDate
 *     :minimumDate()                                      -> oQDate
 *     :monthShown()                                       -> nInt
 *     :selectedDate()                                     -> oQDate
 *     :selectionMode()                                    -> nSelectionMode
 *     :setDateEditAcceptDelay( nDelay )                   -> NIL
 *     :setDateEditEnabled( lEnable )                      -> NIL
 *     :setDateTextFormat( oQDate, oQTextCharFormat )      -> NIL
 *     :setFirstDayOfWeek( nDayOfWeek )                    -> NIL
 *     :setHeaderTextFormat( oQTextCharFormat )            -> NIL
 *     :setHorizontalHeaderFormat( nFormat )               -> NIL
 *     :setMaximumDate( oQDate )                           -> NIL
 *     :setMinimumDate( oQDate )                           -> NIL
 *     :setSelectionMode( nMode )                          -> NIL
 *     :setVerticalHeaderFormat( nFormat )                 -> NIL
 *     :setWeekdayTextFormat( nDayOfWeek, oQTextCharFormat )  -> NIL
 *     :verticalHeaderFormat()                             -> nVerticalHeaderFormat
 *     :weekdayTextFormat( nDayOfWeek )                    -> oQTextCharFormat
 *     :yearShown()                                        -> nInt
 *     :setCurrentPage( nYear, nMonth )                    -> NIL
 *     :setDateRange( oQDate, oQDate )                     -> NIL
 *     :setGridVisible( lShow )                            -> NIL
 *     :setNavigationBarVisible( lVisible )                -> NIL
 *     :setSelectedDate( oQDate )                          -> NIL
 *     :showNextMonth()                                    -> NIL
 *     :showNextYear()                                     -> NIL
 *     :showPreviousMonth()                                -> NIL
 *     :showPreviousYear()                                 -> NIL
 *     :showSelectedDate()                                 -> NIL
 *     :showToday()                                        -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
