Module: __init__ | eric3/Helpviewer/__init__.py |
---|---|
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. LimitationsThe helpviewer cannot display externally linked files (i.e. those starting with http://). This is a limitation of the underlying QTextBrowser. |