Arrange (gb.report)

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

该类重载于 Arrangegb.qt4中.

该类是静态类。

常数
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.