There was an error while loading. Please reload this page.
A grid layout used to order widgets in columns and rows.
N/A
void addLayout (Layout layout, int row, int column, [int rowSpan, int columnSpan])
Add layout to a grid layout at row and column.
If rowSpan and columnSpan are specified, layout will extend from row to rowSpan and column to columnSpan.
void addWidget (Widget widget, int row, int column, [int rowSpan, int columnSpan])
Add widget to a grid layout at row and column.
int columnCount ()
int rowCount ()
int columnStretch (int column, [int stretch])
int rowStretch (int row, [int stretch])
layout