/*
 *  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$
        QToolBox()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qtoolbox.html
    $ONELINER$
        Creates a new QToolBox object.
    $INHERITS$
        QFrame
    $SYNTAX$
        QToolBox():new( ... )
        QToolBox():from( pPtr_OR_oObj_of_type_QToolBox )
        QToolBox():configure( pPtr_OR_oObj_of_type_QToolBox )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QToolBox
    $METHODS$
        :addItem( pWidget, cIconSet, cText )                -> nInt
        :addItem_1( pW, cText )                             -> nInt
        :count()                                            -> nInt
        :currentIndex()                                     -> nInt
        :currentWidget()                                    -> pQWidget
        :indexOf( pWidget )                                 -> nInt
        :insertItem( nIndex, pWidget, cIcon, cText )        -> nInt
        :insertItem_1( nIndex, pWidget, cText )             -> nInt
        :isItemEnabled( nIndex )                            -> lBool
        :itemIcon( nIndex )                                 -> pQIcon
        :itemText( nIndex )                                 -> cQString
        :itemToolTip( nIndex )                              -> cQString
        :removeItem( nIndex )                               -> NIL
        :setItemEnabled( nIndex, lEnabled )                 -> NIL
        :setItemIcon( nIndex, cIcon )                       -> NIL
        :setItemText( nIndex, cText )                       -> NIL
        :setItemToolTip( nIndex, cToolTip )                 -> NIL
        :widget( nIndex )                                   -> pQWidget
        :setCurrentIndex( nIndex )                          -> NIL
        :setCurrentWidget( pWidget )                        -> 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/TQToolBox.prg
        C++ Wrappers : contrib/hbqt/qtgui/QToolBox.cpp
        Library      : hbqtgui
    $SEEALSO$
        QFrame
    $END$
 */
