/*
 *  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$
        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, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQCalendarWidget.prg
        C++ Wrappers : contrib/hbqt/qtgui/QCalendarWidget.cpp
        Library      : hbqtgui
    $SEEALSO$
        QWidget
    $END$
 */
