Helpviewer/UrlBar/SslLabel.py

changeset 1367
a652a6794953
parent 1366
f2e7957924cb
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1366:f2e7957924cb 1367:a652a6794953
28 """ 28 """
29 super().__init__(parent) 29 super().__init__(parent)
30 30
31 self.setFocusPolicy(Qt.NoFocus) 31 self.setFocusPolicy(Qt.NoFocus)
32 self.setCursor(Qt.ArrowCursor) 32 self.setCursor(Qt.ArrowCursor)
33 self.setTextFormat(Qt.PlainText)
34 33
35 def mouseReleaseEvent(self, evt): 34 def mouseReleaseEvent(self, evt):
36 """ 35 """
37 Protected method to handle mouse release events. 36 Protected method to handle mouse release events.
38 37

eric ide

mercurial