eric3.Helpviewer

Package implementing a little HTML help viewer.

The Helpviewer is a little HTML browser for the display of simple HTML help files like the Qt Online Documentation. It is based on an example found in the Qt distribution and ported to Python. It may be used as a standalone version as well by using the helpviewer.py script found in the main eric3 installation directory.

Limitations

The helpviewer cannot display externally linked files (i.e. those starting with http://). This is a limitation of the underlying QTextBrowser.

Modules

BookmarkDialog Module implementing the bookmark dialog of the helpviewer.
BookmarkForm
HelpBrowser Module implementing the helpbrowser.
HelpWindow Module implementing the helpviewer main window.
SearchDialog Module implementing the search dialog for the helpviewer.
SearchForm