/*
 *  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$
        QLayout()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qlayout.html
    $ONELINER$
        Creates a new QLayout object.
    $INHERITS$
        QObject, QLayoutItem
    $SYNTAX$
        QLayout():new( ... )
        QLayout():from( pPtr_OR_oObj_of_type_QLayout )
        QLayout():configure( pPtr_OR_oObj_of_type_QLayout )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QLayout
    $METHODS$
        :activate()                                         -> lBool
        :addItem( pItem )                                   -> NIL
        :addWidget( pW )                                    -> NIL
        :contentsRect()                                     -> pQRect
        :count()                                            -> nInt
        :expandingDirections()                              -> nQt::Orientations
        :getContentsMargins( @nLeft, @nTop, @nRight, @nBottom )  -> NIL
        :indexOf( pWidget )                                 -> nInt
        :isEnabled()                                        -> lBool
        :itemAt( nIndex )                                   -> Item
        :maximumSize()                                      -> pQSize
        :menuBar()                                          -> pQWidget
        :minimumSize()                                      -> pQSize
        :parentWidget()                                     -> pQWidget
        :removeItem( pItem )                                -> NIL
        :removeWidget( pWidget )                            -> NIL
        :setAlignment( pW, nAlignment )                     -> lBool
        :setAlignment_1( nAlignment )                       -> NIL
        :setAlignment_2( pL, nAlignment )                   -> lBool
        :setContentsMargins( nLeft, nTop, nRight, nBottom )  -> NIL
        :setEnabled( lEnable )                              -> NIL
        :setMenuBar( pWidget )                              -> NIL
        :setSizeConstraint( nSizeConstraint )               -> NIL
        :setSpacing( nInt )                                 -> NIL
        :sizeConstraint()                                   -> nSizeConstraint
        :spacing()                                          -> nInt
        :takeAt( nIndex )                                   -> Item
        :update()                                           -> NIL
        :closestAcceptableSize( pWidget, pSize )            -> pQSize

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQLayout.prg
        C++ Wrappers : contrib/hbqt/qtgui/QLayout.cpp
        Library      : hbqtgui
    $SEEALSO$
        QObject, QLayoutItem
    $END$
 */
