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

Version 1 Next »

Unknown macro: {alias}

Name

qsetcolumnspan — set current column span in automatic gridlayout

Syntax

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

Unknown macro: {indent}

The number of columns to span.

  • No labels