.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: dynamic_splitter .. class:: alert alert-info pull-top .. contents:: *Module:* `dynamic_splitter.py `_ API ========================================================================================= No description. *Imports:* ------------ - `PyQt4.QtGui.QSplitter `_ - `PyQt4.QtCore.Qt `_ *Class:* `DynamicSplitter(QSplitter) `_ ------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class DynamicSplitter(QSplitter): No description. *Function:* `__init__(orientation=Qt.Horizontal) [at ln:24] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(orientation=Qt.Horizontal): No description. ---- *Function:* `add_widget(widget, top=False) [at ln:27] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def add_widget(widget, top=False): No description.