
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QGraphicsGridLayout()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qgraphicsgridlayout.html
 *  $ONELINER$
 *     Creates a new QGraphicsGridLayout object.
 *  $INHERITS$
 *     QGraphicsLayout
 *  $SYNTAX$
 *     QGraphicsGridLayout( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QGraphicsGridLayout
 *  $METHODS$
 *     :addItem( oQGraphicsLayoutItem, nRow, nColumn, nRowSpan, nColumnSpan, nAlignment )  -> NIL
 *     :( oQGraphicsLayoutItem, nRow, nColumn, nAlignment )  -> NIL
 *     :alignment( oQGraphicsLayoutItem )                  -> nQt_Alignment
 *     :columnAlignment( nColumn )                         -> nQt_Alignment
 *     :columnCount()                                      -> nInt
 *     :columnMaximumWidth( nColumn )                      -> nQreal
 *     :columnMinimumWidth( nColumn )                      -> nQreal
 *     :columnPreferredWidth( nColumn )                    -> nQreal
 *     :columnSpacing( nColumn )                           -> nQreal
 *     :columnStretchFactor( nColumn )                     -> nInt
 *     :count()                                            -> nInt
 *     :horizontalSpacing()                                -> nQreal
 *     :itemAt( nRow, nColumn )                            -> oQGraphicsLayoutItem
 *     :( nIndex )                                         -> oQGraphicsLayoutItem
 *     :removeAt( nIndex )                                 -> NIL
 *     :rowAlignment( nRow )                               -> nQt_Alignment
 *     :rowCount()                                         -> nInt
 *     :rowMaximumHeight( nRow )                           -> nQreal
 *     :rowMinimumHeight( nRow )                           -> nQreal
 *     :rowPreferredHeight( nRow )                         -> nQreal
 *     :rowSpacing( nRow )                                 -> nQreal
 *     :rowStretchFactor( nRow )                           -> nInt
 *     :setAlignment( oQGraphicsLayoutItem, nAlignment )   -> NIL
 *     :setColumnAlignment( nColumn, nAlignment )          -> NIL
 *     :setColumnFixedWidth( nColumn, nWidth )             -> NIL
 *     :setColumnMaximumWidth( nColumn, nWidth )           -> NIL
 *     :setColumnMinimumWidth( nColumn, nWidth )           -> NIL
 *     :setColumnPreferredWidth( nColumn, nWidth )         -> NIL
 *     :setColumnSpacing( nColumn, nSpacing )              -> NIL
 *     :setColumnStretchFactor( nColumn, nStretch )        -> NIL
 *     :setGeometry( oQRectF )                             -> NIL
 *     :setHorizontalSpacing( nSpacing )                   -> NIL
 *     :setRowAlignment( nRow, nAlignment )                -> NIL
 *     :setRowFixedHeight( nRow, nHeight )                 -> NIL
 *     :setRowMaximumHeight( nRow, nHeight )               -> NIL
 *     :setRowMinimumHeight( nRow, nHeight )               -> NIL
 *     :setRowPreferredHeight( nRow, nHeight )             -> NIL
 *     :setRowSpacing( nRow, nSpacing )                    -> NIL
 *     :setRowStretchFactor( nRow, nStretch )              -> NIL
 *     :setSpacing( nSpacing )                             -> NIL
 *     :setVerticalSpacing( nSpacing )                     -> NIL
 *     :verticalSpacing()                                  -> nQreal
 * 
 *  $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$
 */
