/*
 * $Id$
 */

/*  $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():new( ... )
 *     QCalendarWidget():from( pPtr_OR_oObj_of_type_QCalendarWidget )
 *     QCalendarWidget():configure( pPtr_OR_oObj_of_type_QCalendarWidget )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QCalendarWidget
 *  $METHODS$
 *     :dateEditAcceptDelay()                              -> nInt
 *     :dateTextFormat( pDate )                            -> pQTextCharFormat
 *     :firstDayOfWeek()                                   -> nQt::DayOfWeek
 *     :headerTextFormat()                                 -> pQTextCharFormat
 *     :horizontalHeaderFormat()                           -> nHorizontalHeaderFormat
 *     :isDateEditEnabled()                                -> lBool
 *     :isGridVisible()                                    -> lBool
 *     :isNavigationBarVisible()                           -> lBool
 *     :maximumDate()                                      -> pQDate
 *     :minimumDate()                                      -> pQDate
 *     :monthShown()                                       -> nInt
 *     :selectedDate()                                     -> pQDate
 *     :selectionMode()                                    -> nSelectionMode
 *     :setDateEditAcceptDelay( nDelay )                   -> NIL
 *     :setDateEditEnabled( lEnable )                      -> NIL
 *     :setDateTextFormat( pDate, pFormat )                -> NIL
 *     :setFirstDayOfWeek( nDayOfWeek )                    -> NIL
 *     :setHeaderTextFormat( pFormat )                     -> NIL
 *     :setHorizontalHeaderFormat( nFormat )               -> NIL
 *     :setMaximumDate( pDate )                            -> NIL
 *     :setMinimumDate( pDate )                            -> NIL
 *     :setSelectionMode( nMode )                          -> NIL
 *     :setVerticalHeaderFormat( nFormat )                 -> NIL
 *     :setWeekdayTextFormat( nDayOfWeek, pFormat )        -> NIL
 *     :verticalHeaderFormat()                             -> nVerticalHeaderFormat
 *     :weekdayTextFormat( nDayOfWeek )                    -> pQTextCharFormat
 *     :yearShown()                                        -> nInt
 *     :setCurrentPage( nYear, nMonth )                    -> NIL
 *     :setDateRange( pMin, pMax )                         -> NIL
 *     :setGridVisible( lShow )                            -> NIL
 *     :setNavigationBarVisible( lVisible )                -> NIL
 *     :setSelectedDate( pDate )                           -> 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$
 *     Harbour source: contrib/hbqt/qtgui/TQCalendarWidget.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QCalendarWidget.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QWidget
 *  $END$
 */
