Sun, 17 Jan 2016 12:18:55 +0100
Changed the cursor of E5ClickableLabel to a pointing hand to indicate that something can be initiated by clicking.
(grafted from 67fa9b25183f87c2ef18636c9b4e6ae893f09aee)
E5Gui/E5ClickableLabel.py | file | annotate | diff | comparison | revisions |
diff -r 03c569446830 -r 718072b4d0dc E5Gui/E5ClickableLabel.py --- a/E5Gui/E5ClickableLabel.py Sat Jan 16 16:56:59 2016 +0100 +++ b/E5Gui/E5ClickableLabel.py Sun Jan 17 12:18:55 2016 +0100 @@ -32,6 +32,8 @@ @param parent reference to the parent widget (QWidget) """ super(E5ClickableLabel, self).__init__(parent) + + self.setCursor(Qt.PointingHandCursor) def mouseReleaseEvent(self, evt): """