| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQGridLayout.prg |
| http://doc.trolltech.com/4.5/qgridlayout.htm |
| oGridLayout : addItem( pItem, nRow, nColumn, nRowSpan, nColumnSpan, nAlignment ) | NIL |
| oGridLayout : addLayout( pLayout, nRow, nColumn, nAlignment ) | NIL |
| oGridLayout : addLayout_1( pLayout, nRow, nColumn, nRowSpan, nColumnSpan, nAlignment ) | NIL |
| oGridLayout : addWidget( pWidget, nRow, nColumn, nAlignment ) | NIL |
| oGridLayout : addWidget_1( pWidget, nFromRow, nFromColumn, nRowSpan, nColumnSpan, nAlignment ) | NIL |
| oGridLayout : cellRect( nRow, nColumn ) | pQRect |
| oGridLayout : columnCount() | nInt |
| oGridLayout : columnMinimumWidth( nColumn ) | nInt |
| oGridLayout : columnStretch( nColumn ) | nInt |
| oGridLayout : getItemPosition( nIndex, @nRow, @nColumn, @nRowSpan, @nColumnSpan ) | NIL |
| oGridLayout : horizontalSpacing() | nInt |
| oGridLayout : itemAtPosition( nRow, nColumn ) | pQLayoutItem |
| oGridLayout : originCorner() | nQt::Corner |
| oGridLayout : rowCount() | nInt |
| oGridLayout : rowMinimumHeight( nRow ) | nInt |
| oGridLayout : rowStretch( nRow ) | nInt |
| oGridLayout : setColumnMinimumWidth( nColumn, nMinSize ) | NIL |
| oGridLayout : setColumnStretch( nColumn, nStretch ) | NIL |
| oGridLayout : setHorizontalSpacing( nSpacing ) | NIL |
| oGridLayout : setOriginCorner( nCorner ) | NIL |
| oGridLayout : setRowMinimumHeight( nRow, nMinSize ) | NIL |
| oGridLayout : setRowStretch( nRow, nStretch ) | NIL |
| oGridLayout : setSpacing( nSpacing ) | NIL |
| oGridLayout : setVerticalSpacing( nSpacing ) | NIL |
| oGridLayout : spacing() | nInt |
| oGridLayout : verticalSpacing() | nInt |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QGridLayout.cpp |
| Qt_QGridLayout_addItem( pQGridLayout, pItem, nRow, nColumn, nRowSpan, nColumnSpan, nAlignment ) | NIL |
| Qt_QGridLayout_addLayout( pQGridLayout, pLayout, nRow, nColumn, nAlignment ) | NIL |
| Qt_QGridLayout_addLayout_1( pQGridLayout, pLayout, nRow, nColumn, nRowSpan, nColumnSpan, nAlignment ) | NIL |
| Qt_QGridLayout_addWidget( pQGridLayout, pWidget, nRow, nColumn, nAlignment ) | NIL |
| Qt_QGridLayout_addWidget_1( pQGridLayout, pWidget, nFromRow, nFromColumn, nRowSpan, nColumnSpan, nAlignment ) | NIL |
| Qt_QGridLayout_cellRect( pQGridLayout, nRow, nColumn ) | pQRect |
| Qt_QGridLayout_columnCount( pQGridLayout ) | nInt |
| Qt_QGridLayout_columnMinimumWidth( pQGridLayout, nColumn ) | nInt |
| Qt_QGridLayout_columnStretch( pQGridLayout, nColumn ) | nInt |
| Qt_QGridLayout_getItemPosition( pQGridLayout, nIndex, @nRow, @nColumn, @nRowSpan, @nColumnSpan ) | NIL |
| Qt_QGridLayout_horizontalSpacing( pQGridLayout ) | nInt |
| Qt_QGridLayout_itemAtPosition( pQGridLayout, nRow, nColumn ) | pQLayoutItem |
| Qt_QGridLayout_originCorner( pQGridLayout ) | nQt::Corner |
| Qt_QGridLayout_rowCount( pQGridLayout ) | nInt |
| Qt_QGridLayout_rowMinimumHeight( pQGridLayout, nRow ) | nInt |
| Qt_QGridLayout_rowStretch( pQGridLayout, nRow ) | nInt |
| Qt_QGridLayout_setColumnMinimumWidth( pQGridLayout, nColumn, nMinSize ) | NIL |
| Qt_QGridLayout_setColumnStretch( pQGridLayout, nColumn, nStretch ) | NIL |
| Qt_QGridLayout_setHorizontalSpacing( pQGridLayout, nSpacing ) | NIL |
| Qt_QGridLayout_setOriginCorner( pQGridLayout, nCorner ) | NIL |
| Qt_QGridLayout_setRowMinimumHeight( pQGridLayout, nRow, nMinSize ) | NIL |
| Qt_QGridLayout_setRowStretch( pQGridLayout, nRow, nStretch ) | NIL |
| Qt_QGridLayout_setSpacing( pQGridLayout, nSpacing ) | NIL |
| Qt_QGridLayout_setVerticalSpacing( pQGridLayout, nSpacing ) | NIL |
| Qt_QGridLayout_spacing( pQGridLayout ) | nInt |
| Qt_QGridLayout_verticalSpacing( pQGridLayout ) | nInt |