.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: traceback_widget .. class:: alert alert-info pull-top .. contents:: *Module:* `traceback_widget.py `_ API ================================================================================================= No description. *Imports:* ------------ - `PyQt4.QtGui.QDialog `_ - `PyQt4.QtGui.QHBoxLayout `_ - `PyQt4.QtGui.QLabel `_ - `PyQt4.QtGui.QPlainTextEdit `_ - `PyQt4.QtGui.QPushButton `_ - `PyQt4.QtGui.QTabWidget `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtGui.QWidget `_ - `PyQt4.QtCore.SIGNAL `_ - `__future__.absolute_import `_ *Class:* `TracebackWidget(QWidget) `_ -------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class TracebackWidget(QWidget): | Represents a python traceback *Attributes* ~~~~~~~~~~~~~~ - `_editor [at ln:65] `_ *Function:* `__init__(traceback_msg) [at ln:62] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(traceback_msg): No description. ---- *Class:* `PluginErrorDialog(QDialog) `_ ---------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class PluginErrorDialog(QDialog): | Dialog with tabs each tab is a python traceback *Attributes* ~~~~~~~~~~~~~~ - `_tabs [at ln:42] `_ *Function:* `__init__() [at ln:35] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Function:* `add_traceback(plugin_name, traceback_msg) [at ln:52] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def add_traceback(plugin_name, traceback_msg): No description.