openalea.oalab.applets package¶
Submodules¶
openalea.oalab.applets.container module¶
- class openalea.oalab.applets.container.AppletContainer(session, controller, parent=None)[source]¶
Bases: PyQt4.QtGui.QTabWidget
Contains applets. Each tab is an applet.
- identifier = 'WidgetEditorContainer'¶
- mainMenu()[source]¶
Returns: Name of menu tab to automatically set current when current widget begin current.
- name = 'Editor Container'¶
- newTab(applet_type, tab_name='', script='')[source]¶
Open a tab with the widget ‘applet_type’
# TODO : automatize with plugin system