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

    $RETURNS$
        An instance of the object of type QListWidget
    $METHODS$
        :addItem( cLabel )                                  -> NIL
        :addItem_1( pItem )                                 -> NIL
        :addItems( pLabels )                                -> NIL
        :closePersistentEditor( pItem )                     -> NIL
        :count()                                            -> nInt
        :currentItem()                                      -> Item
        :currentRow()                                       -> nInt
        :editItem( pItem )                                  -> NIL
        :insertItem( nRow, pItem )                          -> NIL
        :insertItem_1( nRow, cLabel )                       -> NIL
        :insertItems( nRow, pLabels )                       -> NIL
        :isSortingEnabled()                                 -> lBool
        :item( nRow )                                       -> Item
        :itemAt( pP )                                       -> Item
        :itemAt_1( nX, nY )                                 -> Item
        :itemWidget( pItem )                                -> pQWidget
        :openPersistentEditor( pItem )                      -> NIL
        :removeItemWidget( pItem )                          -> NIL
        :row( pItem )                                       -> nInt
        :setCurrentItem( pItem )                            -> NIL
        :setCurrentItem_1( pItem, nCommand )                -> NIL
        :setCurrentRow( nRow )                              -> NIL
        :setCurrentRow_1( nRow, nCommand )                  -> NIL
        :setItemWidget( pItem, pWidget )                    -> NIL
        :setSortingEnabled( lEnable )                       -> NIL
        :sortItems( nOrder )                                -> NIL
        :takeItem( nRow )                                   -> Item
        :visualItemRect( pItem )                            -> pQRect
        :clear()                                            -> NIL
        :scrollToItem( pItem, nHint )                       -> 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/TQListWidget.prg
        C++ Wrappers : contrib/hbqt/qtgui/QListWidget.cpp
        Library      : hbqtgui
    $SEEALSO$
        QListView
    $END$
 */
