Home | Trees | Indices | Help |
|
---|
|
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:
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
eg : with 2 columns, the fields ['street', 'city', 'country'] will be ordered as :
|
|
|
Replace a field on this form with another field. This function can be used to modify inherited forms. :param original_field : the name of the field to be replace :param new_field : the name of the new field :return: True if the original field was found and replaced. |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:54 2010 | http://epydoc.sourceforge.net |