.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: plugin_preferences .. class:: alert alert-info pull-top .. contents:: *Module:* `plugin_preferences.py `_ API ================================================================================================== No description. *Imports:* ------------ - `ninja_ide.tools.logger.NinjaLogger `_ - `PyQt4.QtGui.QTabWidget `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtGui.QWidget `_ - `__future__.absolute_import `_ - `ninja_ide.core.plugin_manager `_ *Global Attributes:* ---------------------- - `logger [at ln:28] `_ ---- *Class:* `PluginPreferences(QWidget) `_ -------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class PluginPreferences(QWidget): | Plugins section widget in NINJA-IDE Preferences *Attributes* ~~~~~~~~~~~~~~ - `_tabs [at ln:39] `_ - `plugin_manager [at ln:37] `_ *Function:* `__init__() [at ln:35] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Function:* `_load_widgets() [at ln:44] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _load_widgets(): No description. ---- *Function:* `save() [at ln:58] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def save(): No description.