eric7/WebBrowser/__init__.py

Sun, 26 Dec 2021 18:43:48 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Dec 2021 18:43:48 +0100
branch
eric7
changeset 8858
a70a980e7d4f
parent 8314
e3642a6a1e71
child 8881
54e42bc2437a
permissions
-rw-r--r--

Changed the various search related combo boxes to show an error using style sheets.

# -*- coding: utf-8 -*-

# Copyright (c) 2002 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing a little web browser.

The web browser is a HTML browser for the display of HTML help files like the
Qt Online Documentation and for browsing the internet. It may be used as a
standalone version as well by using the eric7_browser.py script found in the
main eric installation directory.
"""

eric ide

mercurial