.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: browser_widget .. class:: alert alert-info pull-top .. contents:: *Module:* `browser_widget.py `_ API ================================================================================================ No description. *Imports:* ------------ - `time `_ - `PyQt4.QtCore.QUrl `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtWebKit.QWebView `_ - `PyQt4.QtGui.QWidget `_ - `PyQt4.QtCore.Qt `_ - `PyQt4.QtCore.SIGNAL `_ - `__future__.absolute_import `_ - `ninja_ide.core.file_handling.file_manager `_ - `ninja_ide.gui.main_panel.itab_item `_ - `__future__.unicode_literals `_ *Class:* `BrowserWidget(QWidget, itab_item.ITabItem) `_ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- .. code:: python class BrowserWidget(QWidget, itab_item.ITabItem): | openProject(QString) | openPreferences() | dontOpenStartPage() *Attributes* ~~~~~~~~~~~~~~ - `_id [at ln:48] `_ - `_process [at ln:49] `_ - `webFrame [at ln:52] `_ *Function:* `__init__(url, process=None, parent=None) [at ln:45] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(url, process=None, parent=None): No description. ---- *Function:* `find_match(word, back=False, sensitive=False, whole=False) [at ln:76] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def find_match(word, back=False, sensitive=False, whole=False): No description. ---- *Function:* `shutdown_pydoc() [at ln:72] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def shutdown_pydoc(): No description. ---- *Function:* `start_page_operations(url) [at ln:68] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def start_page_operations(url): No description.