
/*  $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( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QLayout
 *  $METHODS$
 *     :activate()                                         -> lBool
 *     :addItem( oQLayoutItem )                            -> NIL
 *     :addWidget( oQWidget )                              -> NIL
 *     :contentsRect()                                     -> oQRect
 *     :count()                                            -> nInt
 *     :expandingDirections()                              -> nQt_Orientations
 *     :getContentsMargins( @nLeft, @nTop, @nRight, @nBottom )  -> NIL
 *     :indexOf( oQWidget )                                -> nInt
 *     :isEnabled()                                        -> lBool
 *     :itemAt( nIndex )                                   -> oQLayoutItem
 *     :maximumSize()                                      -> oQSize
 *     :menuBar()                                          -> oQWidget
 *     :minimumSize()                                      -> oQSize
 *     :parentWidget()                                     -> oQWidget
 *     :removeItem( oQLayoutItem )                         -> NIL
 *     :removeWidget( oQWidget )                           -> NIL
 *     :setAlignment( oQWidget, nAlignment )               -> lBool
 *     :( nAlignment )                                     -> NIL
 *     :( oQLayout, nAlignment )                           -> lBool
 *     :setContentsMargins( nLeft, nTop, nRight, nBottom )  -> NIL
 *     :setEnabled( lEnable )                              -> NIL
 *     :setMenuBar( oQWidget )                             -> NIL
 *     :setSizeConstraint( nSizeConstraint )               -> NIL
 *     :setSpacing( nInt )                                 -> NIL
 *     :sizeConstraint()                                   -> nSizeConstraint
 *     :spacing()                                          -> nInt
 *     :takeAt( nIndex )                                   -> oQLayoutItem
 *     :update()                                           -> NIL
 *     :closestAcceptableSize( oQWidget, oQSize )          -> oQSize
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
