|
|
__init__(self,
title)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
generatePanel(self,
formset)
Generate a panel for the module form with all the controls formset
format example: [('_video', '_arenas', '_run'),
{"Player":['_threshold', "_player",
"=", "_results", "_query"],
"Background image":[(' ', '_selectBackground',
'_paintBackground'), '_image']}, "_progress"] tuple: will
display the controls in the same horizontal line list: will display
the controls in the same vertical line dict: will display the
controls in a tab widget '||': will plit the controls in a horizontal
line '=': will plit the controls in a vertical line |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|