Home | Trees | Indices | Help |
|
---|
|
Render forms within a QTabWidget:
from = TabForm([('First tab', ['title', 'short_description']), ('Second tab', ['director', 'release_date'])])
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
NORTH =
|
|
SOUTH =
|
|
WEST =
|
|
EAST =
|
Properties | |
Inherited from |
Method Details |
eg : with 2 columns, the fields ['street', 'city', 'country'] will be ordered as :
|
|
|
|
:param tab_label : a label of a tab as passed in the construction method :return: the tab_form corresponding to tab_label |
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 |