Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Unknown macro: {alias}

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.

  • No labels