Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Name

qnextrow — increase automatic grid row position in gridlayout

Syntax

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

qnextrow [rows]

Description

The qnextrow command moves the QGridLayout cursor the number of rows provided by the rows argument. This command is often used together with qrewindcolumn or qnewgridline to begin a new line in the gridlayout.

Arguments

rows

Number of rows to move, if given. The default is 1.

Examples

See qgridlayout for examples on how to use qnextrow.