.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: from_import_dialog .. class:: alert alert-info pull-top .. contents:: *Module:* `from_import_dialog.py `_ API ===================================================================================================== No description. *Imports:* ------------ - `PyQt4.QtGui.QCompleter `_ - `PyQt4.QtGui.QDialog `_ - `PyQt4.QtGui.QHBoxLayout `_ - `PyQt4.QtGui.QLabel `_ - `PyQt4.QtGui.QLineEdit `_ - `PyQt4.QtGui.QPushButton `_ - `PyQt4.QtGui.QTextCursor `_ - `PyQt4.QtCore.Qt `_ - `PyQt4.QtCore.SIGNAL `_ - `__future__.absolute_import `_ - `ninja_ide.tools.introspection `_ *Class:* `FromImportDialog(QDialog) `_ ------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class FromImportDialog(QDialog): No description. *Attributes* ~~~~~~~~~~~~~~ - `_btnAdd [at ln:55] `_ - `_completer [at ln:49] `_ - `_editorWidget [at ln:38] `_ - `_froms [at ln:43] `_ - `_imports [at ln:41] `_ - `_lineFrom [at ln:48] `_ - `_lineImport [at ln:53] `_ *Function:* `__init__(fromSection, editorWidget, parent=None) [at ln:35] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(fromSection, editorWidget, parent=None): No description. ---- *Function:* `_add_import() [at ln:63] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def _add_import(): No description.