Helpviewer/UrlBar/SslLabel.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1131
7781e396c903
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
8 """ 8 """
9 9
10 from PyQt4.QtCore import Qt, pyqtSignal 10 from PyQt4.QtCore import Qt, pyqtSignal
11 from PyQt4.QtGui import QLabel 11 from PyQt4.QtGui import QLabel
12 12
13
13 class SslLabel(QLabel): 14 class SslLabel(QLabel):
14 """ 15 """
15 Class implementing the label to show some SSL info. 16 Class implementing the label to show some SSL info.
16 """ 17 """
17 clicked = pyqtSignal() 18 clicked = pyqtSignal()
18 19
19 def __init__(self, parent = None): 20 def __init__(self, parent=None):
20 """ 21 """
21 Constructor 22 Constructor
22 23
23 @param parent reference to the parent widget (QWidget) 24 @param parent reference to the parent widget (QWidget)
24 """ 25 """

eric ide

mercurial