.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: web_render .. class:: alert alert-info pull-top .. contents:: *Module:* `web_render.py `_ API ================================================================================== No description. *Imports:* ------------ - `PyQt4.QtCore.QUrl `_ - `PyQt4.QtGui.QVBoxLayout `_ - `PyQt4.QtWebKit.QWebSettings `_ - `PyQt4.QtWebKit.QWebView `_ - `PyQt4.QtGui.QWidget `_ - `__future__.absolute_import `_ *Class:* `WebRender(QWidget) `_ -------------------------------------------------------------------------------------------------------------------------- .. code:: python class WebRender(QWidget): No description. *Attributes* ~~~~~~~~~~~~~~ - `webFrame [at ln:33] `_ *Function:* `__init__() [at ln:28] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(): No description. ---- *Function:* `render_from_html(html, url=None) [at ln:41] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def render_from_html(html, url=None): No description. ---- *Function:* `render_page(url) [at ln:38] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def render_page(url): No description.