Helpviewer/UrlBar/SslLabel.py

changeset 1366
f2e7957924cb
parent 1341
6104ae9ceb55
child 1367
a652a6794953
equal deleted inserted replaced
1365:8f8cad8f989e 1366:f2e7957924cb
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)
33 34
34 def mouseReleaseEvent(self, evt): 35 def mouseReleaseEvent(self, evt):
35 """ 36 """
36 Protected method to handle mouse release events. 37 Protected method to handle mouse release events.
37 38

eric ide

mercurial