The class implements the most basic widget or window.
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|