
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QGraphicsLinearLayout()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qgraphicslinearlayout.html
 *  $ONELINER$
 *     Creates a new QGraphicsLinearLayout object.
 *  $INHERITS$
 *     QGraphicsLayout
 *  $SYNTAX$
 *     QGraphicsLinearLayout( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QGraphicsLinearLayout
 *  $METHODS$
 *     :addItem( oQGraphicsLayoutItem )                    -> NIL
 *     :addStretch( nStretch )                             -> NIL
 *     :alignment( oQGraphicsLayoutItem )                  -> nQt_Alignment
 *     :insertItem( nIndex, oQGraphicsLayoutItem )         -> NIL
 *     :insertStretch( nIndex, nStretch )                  -> NIL
 *     :itemSpacing( nIndex )                              -> nQreal
 *     :orientation()                                      -> nQt_Orientation
 *     :removeAt( nIndex )                                 -> NIL
 *     :removeItem( oQGraphicsLayoutItem )                 -> NIL
 *     :setAlignment( oQGraphicsLayoutItem, nAlignment )   -> NIL
 *     :setItemSpacing( nIndex, nSpacing )                 -> NIL
 *     :setOrientation( nOrientation )                     -> NIL
 *     :setSpacing( nSpacing )                             -> NIL
 *     :setStretchFactor( oQGraphicsLayoutItem, nStretch )  -> NIL
 *     :spacing()                                          -> nQreal
 *     :stretchFactor( oQGraphicsLayoutItem )              -> nInt
 * 
 *  $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$
 */
