Name
qrewindcolumn — resets automatic column position in gridlayout
Syntax
qrewindcolumn
Description
The qrewindcolumn command resets the column value of the QGridLayout cursor to 0. This will make the next widget appear at the extreme left of the layout area, in whatever row pointed to by the cursor. This command is often used together with qnextrow to begin a new line in the gridlayout.
Arguments
None
Examples
See qgridlayout for examples on how to use qrewindcolumn.