E5Gui/E5ClickableLabel.py

changeset 4672
67fa9b25183f
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
4671:59cdebfb658c 4672:67fa9b25183f
30 Constructor 30 Constructor
31 31
32 @param parent reference to the parent widget (QWidget) 32 @param parent reference to the parent widget (QWidget)
33 """ 33 """
34 super(E5ClickableLabel, self).__init__(parent) 34 super(E5ClickableLabel, self).__init__(parent)
35
36 self.setCursor(Qt.PointingHandCursor)
35 37
36 def mouseReleaseEvent(self, evt): 38 def mouseReleaseEvent(self, evt):
37 """ 39 """
38 Protected method handling mouse release events. 40 Protected method handling mouse release events.
39 41

eric ide

mercurial