| Home | Trees | Indices | Help |
|
|---|
|
|
Python structures to represent interface forms.
These structures can be transformed to QT forms.
|
|||
|
Form Use the QFormLayout widget to render a form |
|||
|
TabForm Render forms within a QTabWidget |
|||
|
HBoxForm Render different forms in a horizontal box |
|||
|
VBoxForm Render different forms or widgets in a vertical box |
|||
|
WidgetOnlyForm Renders a single widget without its label, typically a one2many widget |
|||
|
|||
|
|||
|
|||
logger = logging.getLogger('camelot.view.forms')
|
|||
|
|||
Convert a python data structure to a form, using the following rules : if structure is an instance of Form, return structure if structure is a list, create a Form from this list |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:51 2009 | http://epydoc.sourceforge.net |