Versions Compared

Key

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

*qrewindcolumn* — resets automatic column position in gridlayout

h2. Syntax
{panel:|borderStyle=solid|borderWidth=1|bgColor=#FFFFAA}
*qrewindcolumn* 

{panel}

h2. 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. 

h2. Arguments

None

 

h2. Examples

See [qgridlayout] for examples on how to use *qrewindcolumn*. 

{pagebreak}

Name

qrewindcolumn — resets automatic column position in gridlayout

Syntax

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

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.