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.
E5Gui/E5ClickableLabel.py | file | annotate | diff | comparison | revisions |
--- a/E5Gui/E5ClickableLabel.py Sun Jan 17 12:17:40 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): """