Versions Compared

Key

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

...

Name

qsetcolumnspan — set current column span in automatic gridlayout

Syntax

Panel
bgColor#FFFFAA
borderWidth1
borderStylesolid

qsetcolumnspan span

Description

The qsetcolumnspan command sets the current column span. When using a QGridLayout this value determines how many columns the next widget will span. The column and row span values are reset for each widget added to the layout.

See qgridlayout for information on how to create a QGridLayout and setting span parameters.

Arguments

span

The number of columns to span.