Arrange (gb.report)

Constants used by the Arrangement property of some containers controls, like Window or Panel.

Esta clase reimplementa Arrange en gb.qt4.

Esta clase es estática.

Constantes
Column   Indicates that a container stacks its children in columns.
Fill   Constant used with the Arrangement property.
Horizontal   Indicates that a container lays out its children horizontally.
None   Indicates that a container does not layout its children.
Vertical   Indicates that a container lays out its children vertically.

Inherited constants
LeftRight   A synonymous for the Row property.
Row   Indicates that a container stacks its children in row.
TopBottom   A synonymous for the Column property.