Bases: enaml.widgets.container.Container
A Container subclass that arranges its children in two columns.
The left column is typically Labels (but this is not a requirement). The right are the actual widgets for data entry. The children should be in alternating label/widget order. If there are an odd number of children, the last child will span both columns.
The Form provides an extra constraint variable, ‘midline’, which is used as the alignment anchor for the columns.
The ConstraintVariable giving the midline along which the labels and widgets are aligned.
The strength for the form layout constraints.
A form hugs its height strongly by default. Forms are typcially used to display vertical arrangements of widgets, with forms often being stacked on top of each other. For this case, hugging the height is desired.
alias of __NoInterface__
Bases: enaml.qt.qt_container.QtContainer
A Qt implementation of an Enaml Form.
Bases: enaml.wx.wx_container.WxContainer
A Wx implementation of an Enaml Form.