eric7/EricNetwork/EricSslInfoWidget.py

branch
eric7
changeset 8601
018c48d7ae3c
parent 8561
641304b46f08
child 8631
b2c4c2f3fda7
equal deleted inserted replaced
8600:f95586787d90 8601:018c48d7ae3c
13 13
14 import UI.PixmapCache 14 import UI.PixmapCache
15 import Utilities 15 import Utilities
16 16
17 17
18 # FIXME: don't use QMenu
19 class EricSslInfoWidget(QMenu): 18 class EricSslInfoWidget(QMenu):
20 """ 19 """
21 Class implementing a widget to show SSL certificate infos. 20 Class implementing a widget to show SSL certificate infos.
22 """ 21 """
23 def __init__(self, url, configuration, parent=None): 22 def __init__(self, url, configuration, parent=None):

eric ide

mercurial