.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: combo_tabs .. class:: alert alert-info pull-top .. contents:: *Module:* `combo_tabs.py `_ API ======================================================================================== No description. *Imports:* ------------ - `PyQt4.QtGui.QComboBox `_ - `PyQt4.QtGui.QFrame `_ - `PyQt4.QtGui.QHBoxLayout `_ - `PyQt4.QtGui.QLabel `_ - `PyQt4.QtGui.QPushButton `_ - `PyQt4.QtGui.QSizePolicy `_ - `PyQt4.QtGui.QStackedLayout `_ - `PyQt4.QtGui.QStyle `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtGui.QWidget `_ - `ninja_ide.gui.editor.editor `_ - `ninja_ide.gui.editor.neditable `_ - `ninja_ide.translations `_ *Class:* `ActionBar(QFrame) `_ ------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class ActionBar(QFrame): No description. *Attributes* ~~~~~~~~~~~~~~ - `_pos_text [at ln:58] `_ - `btn_close [at ln:64] `_ - `lbl_checks [at ln:54] `_ - `lbl_position [at ln:59] `_ *Function:* `__init__() [at ln:41] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Class:* `ComboTabs(QWidget) `_ -------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class ComboTabs(QWidget): No description. *Attributes* ~~~~~~~~~~~~~~ - `bar [at ln:26] `_ - `editable [at ln:30] `_ - `editor_widget [at ln:31] `_ - `stacked [at ln:29] `_ *Function:* `__init__() [at ln:21] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Function:* `currentWidget() [at ln:35] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def currentWidget(): No description.