...
The qrewindrow command resets the row value of the QGridLayout cursor to 0. This will make the next widget appear at the top of the layout area, in whatever column pointed to by the cursor.
Arguments
None
Examples
See qgridlayout for examples on how to use qrewindrow.
...