.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: tab_group .. class:: alert alert-info pull-top .. contents:: *Module:* `tab_group.py `_ API ====================================================================================== No description. *Imports:* ------------ - `ninja_ide.gui.ide.IDE `_ - `PyQt4.QtGui.QHBoxLayout `_ - `PyQt4.QtGui.QListWidget `_ - `PyQt4.QtGui.QPushButton `_ - `PyQt4.QtGui.QSizePolicy `_ - `PyQt4.QtGui.QSpacerItem `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtGui.QWidget `_ - `PyQt4.QtCore.SIGNAL `_ - `__future__.absolute_import `_ - `ninja_ide.gui.main_panel.itab_item `_ *Class:* `TabGroup(QWidget, itab_item.ITabItem) `_ ------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class TabGroup(QWidget, itab_item.ITabItem): | Group tabs from the same project. | SIGNALS: | @expandAll() *Attributes* ~~~~~~~~~~~~~~ - `ID [at ln:41] `_ - `listWidget [at ln:44] `_ - `name [at ln:42] `_ - `tabs [at ln:43] `_ *Function:* `__init__(project, name, parent) [at ln:38] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(project, name, parent): No description. ---- *Function:* `add_widget(widget) [at ln:58] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def add_widget(widget): No description. ---- *Function:* `expand() [at ln:62] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def expand(): No description.