Home | Trees | Indices | Help |
|
---|
|
Classes | |
Form Base Form class to put fields on a form. A form can be converted to a QT widget by calling its render method. The base form uses the QFormLayout to render a form: |
|
Label Render a label with a QLabel |
|
TabForm Render forms within a QTabWidget: |
|
HBoxForm Render different forms in a horizontal box: |
|
VBoxForm Render different forms or widgets in a vertical box: |
|
ColumnSpan | |
GridForm Put different fields into a grid, without a label. Row or column labels can be added using the Label form: |
|
WidgetOnlyForm Renders a single widget without its label, typically a one2many widget |
|
GroupBoxForm Renders a form within a QGroupBox: |
Functions | |||
|
Variables | |
logger = logging.getLogger('camelot.view.forms')
|
|
__package__ =
|
Function Details |
Convert a python data structure to a form, using the following rules :
This function is mainly used in the Admin class to construct forms out of the form_display attribute |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:31 2010 | http://epydoc.sourceforge.net |