Arrange (gb.qt4)
Constants used by the Arrangement property
of some containers controls, like 
Window or 
Panel.
This class is static.
Constants
| 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. | 
| LeftRight | A synonymous for the Row property. | 
| None | Indicates that a container does not layout its children. | 
| Row | Indicates that a container stacks its children in row. | 
| TopBottom | A synonymous for the Column property. | 
| Vertical | Indicates that a container lays out its children vertically. |