Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Wiki Markup
{alias:qrewindcolumn}

Name

qrewindcolumn — resets automatic column position in gridlayout

...

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.