/*
 * $Id$
 */

/*  $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, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtgui/TQLayout.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QLayout.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     QObject, QLayoutItem
 *  $END$
 */
